RES: Why my mails are not received by Hotmail users?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



These emails hit even my M$ Outlook  spam filter (which is not very good at
this job)

Try sending something else, as Ryan said.

-----Mensagem original-----
De: Ryan Yagatich [mailto:ryagatich@xxxxxxxxxx] 
Enviada em: sexta-feira, 4 de abril de 2008 11:31
Para: thomas Armstrong
Cc: php-general@xxxxxxxxxxxxx
Assunto: Re:  Why my mails are not received by Hotmail users?

thomas Armstrong wrote:
> Hi.
>
> I created this script to send emails:
> -------------------
> $mailFromEmail = "info@xxxxxxxxxxxx";
> $mailFromName = "MYDOMAIN";
> $mailTo = "jack@xxxxxxxxx";
>
> $mailHeaders =
> "From: $mailFromName <$mailFromEmail>\n"
> . "Content-Type: text/plain; "
> . "charset=UTF-8; format=flowed\n"
> . "MIME-Version: 1.0\n"
> . "Content-Transfer-Encoding: 8bit\n";
>
>   
Hi Thomas.

I really hope that $mailFromEmail/$mailFromName are either set just like you
have them, or are sanitized prior to input -- 
otherwise, your email has spammer written all over it!


> $mailSubject = "Hi! " . date('h:i:s A'); $mailMessage = "Hi,\n\nHow 
> are you?\n" . date('l dS \of F Y h:i:s A') . "\n";
>
>   
Your body looks like spam - with a spam subject. Try sending 
something that is a little more non-spammy :)

<snip>


Regards,
Ryan Yagatich

--
Pantek, Inc. - http://www.pantek.com/ - info@xxxxxxxxxx
+1-877-LINUX-FIX - Expert Open Source Technical Support



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux