This question has been flagged
1 Reply
7334 Views

I'm trying to send out emails, using the predefined templates in OpenERP v7, but I can't get it to work. The outgoing mailserver is defined correctly, as I'm able to send out password resets via mail. However, when I click the "send via email" button to send out a sales order or invoice, nothing happens.

I tried to add the email address of a customer in the email template (e.g. "${object.partner_id.email}" in the "To (emails)" field of the template) and even the preview of the template looks perfect. But unfortunately, no email going out...

Any help is highly appreciated.

Avatar
Discard
Author Best Answer

I found the solution in another post... Here it is:

The reason the mail was not sent was revealed in the openerp server logs. Turns out OpenERP uses the user's ALIAS as the FROM SMTP header and that was not a valid user/email on that system. So I changed the aliases of the users to correspond to their email address and it now works.

Emails still don't show up in Settings > Email > Emails, so to find the error, you must look at the logs.

Avatar
Discard