Hi i am administering this e-commerce website. For the autoresponse email handler bit off the website uses a SMTPsvg.Mailer object. Is this similar or the same as the CDONTS mail object I am familar with? Do i need to install some software on to the server too be able to use this object (e.g. an add on to ISS)? Where can I find information on this object?
Thanks alot for your help:
This is the ASP code mail object thing.
Set Mailer = Server.CreateObject("SMTPsvg.Mailer"
Mailer.RemoteHost = "smtpmail"
Mailer.FromName = Session("Site_Name"
Mailer.FromAddress = Session("Site_Email"
Mailer.AddRecipient "", Customers("Email_Address"
.Value
Mailer.Subject = Email_Subject & " - " & Session("Site_Name"
Mailer.Organization = Session("Site_Name"
thanks
Angus
http:\\ Regards Angus Grant,
http\\
Thanks alot for your help:
This is the ASP code mail object thing.
Set Mailer = Server.CreateObject("SMTPsvg.Mailer"
Mailer.RemoteHost = "smtpmail"
Mailer.FromName = Session("Site_Name"
Mailer.FromAddress = Session("Site_Email"
Mailer.AddRecipient "", Customers("Email_Address"
Mailer.Subject = Email_Subject & " - " & Session("Site_Name"
Mailer.Organization = Session("Site_Name"
thanks
Angus
http:\\ Regards Angus Grant,
http\\