Can someone tell me why this code doesn't send an email to the address based on just this code? Thanks.
Rozino
<%
Set Mail = Server.CreateObject("Persits.MailSender")
Mail.Host = "localhost"
Mail.From = Request("Email")
Mail.AddAddress Request("location")
Mail.AddCC "rozino@s121.com"...
Can someone tell me why this won't send the email, just based on this part of the code? Thanks in advance.
Rozino
<%
Set Mail = Server.CreateObject("Persits.MailSender")
Mail.Host = "localhost"
Mail.From = Request("Email")
Mail.AddAddress Request("location")
Mail.AddCC "rozino@s121.com"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.