-
- Downloads
[IMP] mail: bounce management
Handle bounces using bounce alias directly in mailgateway. Previously bounces were used only in mass mailing to update campaign statistics. Now the mailgateway tries to find data from standard delivery status emails. This data is used to update state of emails sent to customers, to display it in the Chatter. It is also used to increment the message_bounce counter on the bounced partner and bounced record, if any and if the field exists. Previous more generic code that detect bounces is kept. This code is more specific to standard delivery failure notifications by parsing its content.
Showing
- addons/mail/data/mail_data.xml 6 additions, 0 deletionsaddons/mail/data/mail_data.xml
- addons/mail/models/mail_thread.py 61 additions, 0 deletionsaddons/mail/models/mail_thread.py
- addons/mass_mailing/__openerp__.py 0 additions, 1 deletionaddons/mass_mailing/__openerp__.py
- addons/mass_mailing/data/mail_data.xml 0 additions, 12 deletionsaddons/mass_mailing/data/mail_data.xml
- addons/mass_mailing/models/mail_thread.py 8 additions, 39 deletionsaddons/mass_mailing/models/mail_thread.py
- addons/mass_mailing/models/mass_mailing.py 0 additions, 8 deletionsaddons/mass_mailing/models/mass_mailing.py
Loading
Please register or sign in to comment