Skip to Content
Menú
This question has been flagged
1 Respondre
1713 Vistes

How do I setup email notifications for when someone subscribes to mailing list or fills out the contact form?

I want Odoo to email me and let me know when both of the above actions take place.


Avatar
Descartar
Best Answer

Hi,

One option is you can use odoo notifier and make the traceback in the view like adding

<div class="oe_chatter"> 

<field name="message_follower_ids" widget="mail_followers" groups="base.group_user"/>                                                   <field name="message_ids" widget="mail_thread"/> 

</div>

or just overide the subscribe button and make function to send email , whenever who have subscribed.

For outgoing mails you have to setup the outgoing mail sever in settings


Avatar
Descartar