This question has been flagged
2 Replies
4904 Views

How can I confirm to the user that the e-mail has been sent successfully?


My code to send: 

self.env['mail.template'].browse(template.id).send_mail(self.id, force_send = True)
Avatar
Discard
Author Best Answer

 I need it on code level.

Avatar
Discard
Best Answer

Hello,

You Can check in odoo Setting -->Email --> Emails.

Avatar
Discard