I am editing it because there are multiple admins that need to Mass Email and they need their email in the from and reply to section of the mail headers.
First, I put an extra input area for them to type their email address and called it $emailaddress.
I then passed it down to the actual newsletter_send() function like this:
Code:
function newsletter_send($title, $content, $emailaddress)
and in the headers I changed it to remove the $adminemail variable to look like this:
Now when the email is sent, the From does not have their email address in there and I know Hotmail tells me that the person cannot be verified or something along that line. Waht am I missing?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum