Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Reset Password Fatal!
A member got this trying to recover a lost password...
A fatal, non-recoverable error has occurred
Technical information (for support personel):
Error Message
Unable to send email. The SMTP server reported the following error:
Affected Elements
Email.ServerParse();
The error occurred on or near: 550 relaying mail to mac.com is not allowed
Posted: Wednesday, 14 March 2007 at 8:43AM (AEDT)
0
This discussion has been closed.
Comments
What are your SMTP settings (minus passwords, of course)?
SMTP User: jl_debono
Does this mean my ISP does not allow relaying?
Why should that cause a fatal error, sounds terminal.
Posted: Wednesday, 14 March 2007 at 9:00AM (AEDT)
Do you have a local mail server on your server like sendmail? If so, you can remove the smtp settings and use that - it tends to be a little less scary than smtp.
Now to remember what didn't work with the settings blank!
Posted: Wednesday, 14 March 2007 at 9:02AM (AEDT)
Tried the gmail host (smtp.gmail.com) and got...
Email.ServerParse(); The error occurred on or near: 530 5.7.0 Must issue a STARTTLS command first i19sm12116419wxd
Catch 22?
Posted: Wednesday, 14 March 2007 at 9:15AM (AEDT)
Just sent my host a querie, will wait to see what they say.
Posted: Wednesday, 14 March 2007 at 9:46AM (AEDT)
Parse error: parse error, unexpected T_VARIABLE, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /forum/library/Framework/Framework.Class.Email.php on line 192
And in my email app, the port number for gmail is 587, tried that too.
Posted: Wednesday, 14 March 2007 at 10:22AM (AEDT)
Parse error: parse error, unexpected T_VARIABLE, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /forum/library/Framework/Framework.Class.Email.php on line 192
...That's a syntaxe error. maybe you took off the '{' at the end of the line 184.It's working now, thanks Dinoboff.
That will keep us going until my host support comes back with a fix to use sendmail.
Posted: Wednesday, 14 March 2007 at 10:50AM (AEDT)
So Framework.Class.Email.php need to be patch. Wanderer just didn't patched it correctly (or i wasn't clear enought).
I just added '{' in my patch.
I am glad it works