|
Posted by Satya on 09/17/07 08:50
On Sep 16, 8:27 pm, RageARC <rage...@gmail.com> wrote:
> I've made a script that sends mails, and it sends mails correctly for
> gMail, but not for Hotmail. What happens is that on Hotmail the mails
> are not even received! Nor on spam box, nor on inbox.
>
> $headers = "From: $from\r\n";
> $headers .= "Content-type: text/html\r\n";
>
> mail($to, $subject, $message, $headers);
>
> This is the important info on the mail. The subject is a string, the
> $to and the $from are emails and the $message is HTML.
> ?>
U will face other problems as well like attachment etc. I also tried
very hard whenever I got job for mail and got success after hard work
if i got struck anywhere. That is useless if you have good free
package for this.
so check this: http://satya61229.blogspot.com/2007/03/php-mail-scripts_17.html
Navigation:
[Reply to this message]
|