Fjerpje Posted August 23, 2007 Share Posted August 23, 2007 Eeeh people, Earlier this day i fixed my mail problem for account activation when someone registrates. I thougt that the mail() function didnt worked but instead it did worked by sending all the mails to my email spam. I've seen some code that avoids emails getting into spam. Can someone help me out with this? Thanks allot, Fjerpje Quote Link to comment Share on other sites More sharing options...
trq Posted August 23, 2007 Share Posted August 23, 2007 I've seen some code that avoids emails getting into spam. Can someone help me out with this? If youv'e already seen some code that demonstrates this, what do you need help with? Quote Link to comment Share on other sites More sharing options...
lemmin Posted August 23, 2007 Share Posted August 23, 2007 Different mailbox programs (or servers) decide whether mail is spam or not, differently. You should research the particular program you are using (or spam finders in general) to see what criteria the mail you are sending is matching. Quote Link to comment Share on other sites More sharing options...
Fjerpje Posted August 23, 2007 Author Share Posted August 23, 2007 Because i cant remember where it was i've searched for it im wondering if anyone here knows how to ??? Quote Link to comment Share on other sites More sharing options...
Jessica Posted August 23, 2007 Share Posted August 23, 2007 check out the mail function on PHP.net http://php.net/mail Specifically, the additional parameters after headers like '-f'.'your email addy here' Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.