Perfidus Posted January 12, 2008 Share Posted January 12, 2008 Where is the problem? I have been checking around on Internet and those headers seem to be perfect... $cabecera ="Date: ".date("l j F Y, G:i")."\n"; $cabecera .="MIME-Version: 1.0\n"; $cabecera .="From: ".$remitente."<".$remite.">\n"; $cabecera .="Return-path: ". $remite."\n"; $cabecera .="Reply-To: ".$responder."\n"; $cabecera .="X-Mailer: PHP/". phpversion()."\n"; $cabecera .="Content-Type: text/html; charset=\"ISO-8859-1\"\n"; Quote Link to comment Share on other sites More sharing options...
twostars Posted January 12, 2008 Share Posted January 12, 2008 I'm not an expert on this sort've stuff but its probably got something to do with it being sent and declared as being sent, from PHP. $cabecera .="X-Mailer: PHP/". phpversion()."\n";[code] [/code] Quote Link to comment Share on other sites More sharing options...
Perfidus Posted January 12, 2008 Author Share Posted January 12, 2008 Sooo, how can I fix that?? If I remove this line I think it wont work... Quote Link to comment Share on other sites More sharing options...
twostars Posted January 12, 2008 Share Posted January 12, 2008 Sooo, how can I fix that?? If I remove this line I think it wont work... As I said, I'm not an expert on it. It was a mere educated guess. Quote Link to comment Share on other sites More sharing options...
MasterACE14 Posted January 12, 2008 Share Posted January 12, 2008 alot of spam filters tend to consider mail as spam, depending on what the sender address was. if it is something suspicious or something out of the ordinary such as letina@goloo.ru(might be a real e-mail??) or some bizzarre looking e-mail like that then Hotmail, Google, Yahoo etc have been known to consider it as Spam. As I said, I'm not an expert on it. same goes for me too Quote Link to comment Share on other sites More sharing options...
twostars Posted January 12, 2008 Share Posted January 12, 2008 alot of spam filters tend to consider mail as spam, depending on what the sender address was. if it is something suspicious or something out of the ordinary such as letina@goloo.ru(might be a real e-mail??) or some bizzarre looking e-mail like that then Hotmail, Google, Yahoo etc have been known to consider it as Spam. As I said, I'm not an expert on it. same goes for me too Didn't even think of that. What e-mail is it being sent from? From memory you can spoof an e-mail (ie: the e-mail that the e-mail says its from). I wrote a C# app long ago to send spoofed e-mails. Sure its possible in PHP. I know its slightly irrelevant, and not recommended (as the receiver will probably reply =/) but its a suggestion. Quote Link to comment Share on other sites More sharing options...
Perfidus Posted January 12, 2008 Author Share Posted January 12, 2008 ahhh, you should met Letina, she was fantastic... But the problem is still unsolved, I'm trying to find something like twostars saids, but is getting difficult. Quote Link to comment Share on other sites More sharing options...
twostars Posted January 12, 2008 Share Posted January 12, 2008 ahhh, you should met Letina, she was fantastic... But the problem is still unsolved, I'm trying to find something like twostars saids, but is getting difficult. I shall repeat my question - what e-mail is it being sent from? Quote Link to comment Share on other sites More sharing options...
Perfidus Posted January 12, 2008 Author Share Posted January 12, 2008 The email it is being sent from... If I write down the email in here it will be indexed in Google, so if you want to know I must send it to you privately or company name will be involved and they will kick my ass... Quote Link to comment Share on other sites More sharing options...
twostars Posted January 12, 2008 Share Posted January 12, 2008 The email it is being sent from... If I write down the email in here it will be indexed in Google, so if you want to know I must send it to you privately or company name will be involved and they will kick my ass... Then do so. (Private message) Quote Link to comment Share on other sites More sharing options...
MasterACE14 Posted January 12, 2008 Share Posted January 12, 2008 ahhh, you should met Letina, she was fantastic... lol if its a company e-mail address, like mine for example is ace@crikeygames.com.au (stuff indexing lol) then it is quite likely it will be considered spam, especially if it is for a auto-responder script or something like that... you could try looking for scripts for the spoofing idea at www.hotscripts.com in the PHP section... Regards ACE Quote Link to comment Share on other sites More sharing options...
twostars Posted January 12, 2008 Share Posted January 12, 2008 ahhh, you should met Letina, she was fantastic... lol if its a company e-mail address, like mine for example is ace@crikeygames.com.au (stuff indexing lol) then it is quite likely it will be considered spam, especially if it is for a auto-responder script or something like that... you could try looking for scripts for the spoofing idea at www.hotscripts.com in the PHP section... Regards ACE Pretty sure its just a parameter of the mail(); option, but not 100% sure. 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.