----- Original Message ----- 
From: Marian Briones 
I have a site that is a membership site and it sends a confirmation
email to the person wanting to create an account. AOL is blocking
them. I have a valid email address and not a spammy subject line.
===================

Hi Marian,
If you're on a dedicated server, ignore this.

When I send an email from my site, the actual "From" address differs for the 
name of my site, as I'm on a shared server.
If the address you send it in doesn't match the actual address, AOL rejects it.
Also I'm told you need X-Mailer (anything you fancy). No idea why though.
I didn't you the standard PHP one though, as that may go against you.

This cured my AOL bounces:

$xhdr  = "From: CircleCity Text Jokes <[EMAIL PROTECTED]>\n";
$xhdr .= "Reply-To: [EMAIL PROTECTED]";
$xhdr .= "X-Mailer: Microsoft Outlook Express 6.00\n";

Send an email to yourself from your site, and check what the format is.
Hope this may help.
Regards, Bob E.




Community email addresses:
  Post message: php-list@yahoogroups.com
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-list/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/php-list/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to