Forum Moderators: coopster
SUBJECT: "Linxsmart Document"
BODY:
"
Hello <<Dynamic Name>>,
Please follow this link to view your requested document.
http://www.example.com/beware
Thanks,
Ryan
"
Also, this email is not generated one after another like mailing list, it is only when someone opts-in and fills out a form.
Any suggestions?
Thanks!
[edited by: jatar_k at 2:55 am (utc) on Aug. 18, 2006]
[edit reason]
[1][edit reason] no urls thanks [/edit] [/edit][/1]
I have used the mail() function which seems to be the worst of all solutions
I don't think there's anything wrong with the mail() function per se, but whatever method of sending mail you choose, you need to worry about the same basic things. Here are a few to get you started:
All appropriate message headers present and correct?
Message content OK?
SPF set up correctly on your domain?
rDNS set up for your mailserver?
Using plain text rather than HTML?
There is an excellent thread here [webmasterworld.com] which you need to read.