Current location: Hot Scripts Forums » Programming Languages » PHP » Sending emails to people @aol.com with PHP


Sending emails to people @aol.com with PHP

Reply
  #1 (permalink)  
Old 03-15-06, 06:44 PM
KeYBLeR KeYBLeR is offline
Newbie Coder
 
Join Date: Jan 2006
Posts: 96
Thanks: 0
Thanked 0 Times in 0 Posts
Question Sending emails to people @aol.com with PHP

Hello everyone, Right now my php mailer will not send emails to people with @aol.com email address's. I'm thinking its a aol sercuity thing, I was wondering if anyone knew away around this.


PHP Code:

$message "$confirmation_email";

$subject "$confirmation_subject";
$headers "From: $admin_email";

// START // Confirmation eMail
mail ("$email""$subject""$message""$headers");
echo(
"$subscriber_confirmation_success_message<BR><BR>
A confirmation email has been sent to: 
$email");
// END // Confirmation eMail 
Thanks Keith
Reply With Quote
  #2 (permalink)  
Old 03-15-06, 06:47 PM
YourPHPPro's Avatar
YourPHPPro YourPHPPro is offline
Community VIP
 
Join Date: Aug 2003
Posts: 430
Thanks: 0
Thanked 0 Times in 0 Posts
Reply With Quote
  #3 (permalink)  
Old 03-15-06, 06:49 PM
KeYBLeR KeYBLeR is offline
Newbie Coder
 
Join Date: Jan 2006
Posts: 96
Thanks: 0
Thanked 0 Times in 0 Posts
What would I need to apply for, there whitelist?

Thanks for the quick response

Keith
Reply With Quote
  #4 (permalink)  
Old 03-15-06, 07:10 PM
YourPHPPro's Avatar
YourPHPPro YourPHPPro is offline
Community VIP
 
Join Date: Aug 2003
Posts: 430
Thanks: 0
Thanked 0 Times in 0 Posts
Check out the 'Is your email to AOL being blocked' section... That should help...
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
The Art Nexus seeking PHP programmers TheArtNexus Job Offers & Assistance 5 02-26-08 03:08 AM
Help with sending emails with PHP script! npmllc PHP 2 02-12-06 09:39 PM
PHP multi-dimensional array sorting issue aqw PHP 2 06-24-05 11:09 PM


All times are GMT -5. The time now is 06:38 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.