[Vtigercrm-developers] forgot password link has hard coded from address

Alan Bell alan.bell at libertus.co.uk
Thu Feb 5 14:06:21 GMT 2015


in forgotPassword.php around line 48 the mail for a forgotton password 
is hard coded with a from address of support at vtiger.com
This means that if you are using Amazon SMTP (or any other server that 
is a bit strict about from addresses) for your outgoing mail server you 
get a mail server not configure error reported, and in the log you get:


Thu Feb  5 13:55:07 2015,142 [21421] DEBUG VT - Error in Mail Sending : 
Error log = 'SMTP Error: Data not accepted.<p>SMTP server error: Message 
rejected: Email address is not verified.
</p>
which is Amazon error 554 Message rejected: Email address is not verified

http://docs.aws.amazon.com/ses/latest/DeveloperGuide/smtp-response-codes.html


this should use the email address configured for the outgoing server.


More information about the vtigercrm-developers mailing list