Hello! i want urgent help it very urgent that i want to execute my this function with others ASP Mail function note that which is support godaddy.com ASP.Net Server and IIS 7.0/IIS 6.0. please care fully this script already executed on my server. please convert this script other ASP Mail Script.. Follow this; Set Mail2 = Server.CreateObject("CDONTS.NewMail") Mail2.From = str4 //variable Mail2.To = "info@example.com" Mail2.Subject = "New Member infor on example.com " BodyToSend2 = "Dear " &str3 //variable&", " & vbCRLF & vbCRLF &_ "!"& vbCRLF & vbCRLF &_ "This is new member registered registered at example.com and member login information is as follows: "&vbCRLF&vbCRLF&_ "User ID: " &str1 //variable& " " & vbCRLF & "Password: " &str2 //variable & " " & vbCRLF&_ vbCRLF & "" & vbCRLF & vbCRLF &"Regards,"&_ vbCRLF & "example.com" & vbCRLF & "http://www.example.com" Mail2.Body = BodyToSend2 Mail2.Send set Mail=nothing
Rather then convert it, I would use brainjar's ASP formmail script. Take a look: www.brainjar.com/asp/formmail/