msg = "The password to access your utility account online at https://harris.lagrange-ga.org is: " & customer_password 'Set myMail = CreateObject("CDONTS.NewMail") Set myMail = CreateObject("CDO.Message") '********************************************* ' ------------- Win2003 ---------------------- 'Set myMail = CreateObject("CDO.Message") '********************************************* 'With myMail myMail.From = "utilities@lagrange.net" myMail.To = customer_email myMail.Subject = "City of LaGrange eCARe Password" myMail.TextBody = msg '********************************************* ' ------------- Win2003 ---------------------- '.TextBody = msg '********************************************* myMail.Send 'End With set myMail = nothing %>