Jump to content

Can't avoid my mail being considered as SPAM !!!!


Perfidus

Recommended Posts

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
Share on other sites

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

Link to comment
Share on other sites

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.

 

 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.