Email Notification

Themba7 years ago

Hi,

I need assistance in resolving this error:

Invalid Addresses - SendFailedException (... < NotificationMail:123 < NotificationResource:73 < ...)

I am using a valid user email address (Same as my account email here)
Please see screenshot here: http://lekkeradvertising.co.za/image/traccar.jpg

Thanks

Anton Tananaev7 years ago

Have you clicked save before testing? Have you configured SMTP correctly?

Themba7 years ago

I did save and I did try other email addresses. My SMTP:

<entry key='mail.smtp.host'>mail.lekkeradvertising.co.za</entry>
<entry key='mail.smtp.port'>587</entry>
<entry key='mail.smtp.starttls.enable'>true</entry>
<entry key='mail.smtp.from'>noreply@lekkeradvertising.co.za</entry>
<entry key='mail.smtp.auth'>true</entry>
<entry key='mail.smtp.username'>info@lekkeradvertising.co.za</entry>
<entry key='mail.smtp.password'>******</entry>
Anton Tananaev7 years ago

It all seems fine, but if it still doesn't work it means you are missing something.

Themba7 years ago

Is it possible to hardcode the destination address in the config file?

Anton Tananaev7 years ago

No, destination is user's email address.