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"; Link to comment https://forums.phpfreaks.com/topic/85667-cant-avoid-my-mail-being-considered-as-spam/ 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] Link to comment https://forums.phpfreaks.com/topic/85667-cant-avoid-my-mail-being-considered-as-spam/#findComment-437179 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... Link to comment https://forums.phpfreaks.com/topic/85667-cant-avoid-my-mail-being-considered-as-spam/#findComment-437186 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. Link to comment https://forums.phpfreaks.com/topic/85667-cant-avoid-my-mail-being-considered-as-spam/#findComment-437191 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 [email protected](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 Link to comment https://forums.phpfreaks.com/topic/85667-cant-avoid-my-mail-being-considered-as-spam/#findComment-437197 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 [email protected](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. Link to comment https://forums.phpfreaks.com/topic/85667-cant-avoid-my-mail-being-considered-as-spam/#findComment-437207 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. Link to comment https://forums.phpfreaks.com/topic/85667-cant-avoid-my-mail-being-considered-as-spam/#findComment-437214 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? Link to comment https://forums.phpfreaks.com/topic/85667-cant-avoid-my-mail-being-considered-as-spam/#findComment-437216 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... Link to comment https://forums.phpfreaks.com/topic/85667-cant-avoid-my-mail-being-considered-as-spam/#findComment-437236 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) Link to comment https://forums.phpfreaks.com/topic/85667-cant-avoid-my-mail-being-considered-as-spam/#findComment-437239 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 [email protected] (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 Link to comment https://forums.phpfreaks.com/topic/85667-cant-avoid-my-mail-being-considered-as-spam/#findComment-437241 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 [email protected] (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. Link to comment https://forums.phpfreaks.com/topic/85667-cant-avoid-my-mail-being-considered-as-spam/#findComment-437244 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.