跳至内容
菜单
此问题已终结
1 回复
1727 查看

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.


形象
丢弃
最佳答案

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


形象
丢弃