Reply
Hotmail E-mail spam problem|
Old 08-19-2007, 06:16 PM Hotmail E-mail spam problem|
Average Talker

Posts: 23
I have a script that sends people a confirmation E-mail each time they register. The problem is that hotmail considers these emails spam. Either it sends them straight to the garbage can, or these emails aren't sent to the users at all.

How do I solve this problem?

$encoded_email = urlencode($_POST['email']);

$headers_x .= 'From: Pilando <personal@pilando.com>' . "\r\n";
$headers_x .= 'MIME-Version: 1.0' . "\r\n";
$headers_x .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";

$mail_body = <<< EOMAILBODY
Gracias por registrarse en nuestra página. Vaya a este link
para confirmar su registro:


http://www.pilando.com/confirm.php?h...$encoded_email


Gracias por su interés.
EOMAILBODY;
mail ($email, 'Confirme su membresía en Pilando.com',
$mail_body, $headers_x);


__________________________________________________ _
http://www.carbotek.org
rpcarnell is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 08-20-2007, 02:21 AM Re: Hotmail E-mail spam problem|
goheadtry's Avatar
Webmaster Talker

Posts: 715
Name: John
Location: United States of America, California
Change the email address to a new one someemail@email.domain.com
rather than somemail@domain.com and change the wording
goheadtry is offline
Reply With Quote
View Public Profile Visit goheadtry's homepage!
 
Reply     « Reply to Hotmail E-mail spam problem|
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Webmaster Resources Marketplace:
Software Development Company | Webhosting.UK.com | Text Link Brokers 


   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.12386 seconds with 12 queries