from pop_mail.asp:
strRecipientsName = strRName
strRecipients = rs("M_EMAIL")
strFrom = Request.Form("YEmail")
strFromName = Request.Form("YName")
from inc_mail.asp:
case "aspemail"
Set objNewMail = Server.CreateObject("Persits.MailSender")
objNewMail.FromName = strFromName
objNewMail.From = strSender
It appears to me that it uses the forum email address?
quote:
Originally posted by davemaxwell
plus pop_mail doesn't use the forum email address, it uses the email address of the person sending the email.