View Full Version : ----- The following addresses had permanent fatal errors -----


SandraR
05-18-2004, 04:47 PM
:confused: Blahemail@ssan.com is the email address I am using, but the script is cutting off the last letter - so I end up with apache errors.

Can you please assist me in this matter?

The original message was received at Tue, 18 May 2004 14:40:11 -0500
from apache@localhost

----- The following addresses had permanent fatal errors -----
BLAHemai@ssan.com
(reason: 550 Recipient Rejected: This user does not have an account here)

----- Transcript of session follows -----
... while talking to sitemail.everyone.net.:
>>> RCPT To:<BLAHemai@ssan.com>
<<< 550 Recipient Rejected: This user does not have an account here
550 5.1.1 BLAHemai@ssan.com... User unknown

Jafo
05-18-2004, 05:07 PM
What are you talking about?

SandraR
05-18-2004, 05:09 PM
### Email return address of system messages
$email_from = "Blahemail\@ssan.com";


The script will not sent it to Blahemail@ssan.com
The script sends it to Blahemai@ssan.com instead.. Its leaving Off the last letter in the email address.

Jafo
05-18-2004, 05:11 PM
But that is not in a To: header anywhere, that is only in a from header.

At what point do you get this?

SandraR
05-18-2004, 05:20 PM
When I signed up and did not get the email.
Then when I requested my password.

Instead of getting the appropriate email I get the apache error for a bad email address.

Jafo
05-18-2004, 05:49 PM
Then you filled out the address incorrectly when you registered.

SandraR
05-18-2004, 07:08 PM
That is exactly what the problem was!

I changed it in Mysql and its all working fine!

Thank you :p