Open pvanthony opened 9 years ago
Just tried out the module. It is great. Thank you for sharing.
Hi Anthony! Did you use it with v8 or v7?
Using it with v8. Downloaded it from the odoo website.
Thats good news, because I didn't test it with v8 yet. Thanks!
Just asking about the initial question, is it possible to have a different smtp server just for mass mailing module? I ask this because if I were to use the current smtp server for mass mailing, it will get blacklisted then I will not be able to sent out normal mail.
I noticed a smtp server selection in the technical section for sending out emails. Is there something like that for mass mailing? Just asking.
Sorry Anthony, but I don't know...
That's alright. Thank you for replying. More importantly for sharing the the module.
I was looking at the other issue for this project and did more testing. The error mentioned in the previous issue is still there. I will modify the code as mention in the previous issue and report back.
My bad. I took the forked code from https://github.com/oerp-odoo/base-crm-sale/tree/8.0/smtp_per_user
Should have checked before creating noise.
By the way the code from there also has the same problem. It is not using the smtp linked to the user.
Just tried the following module and it seems to work. Just did the install and simple testing. https://www.odoo.com/apps/modules/8.0/tko_mail_smtp_per_user/
We would like to use a different smtp server for mass mails.
This is because we have one smtp server for serious emails. This smtp server will never be used for mass mails. This way this smtp server will not be blacklisted as a spam server.
We have another smtp server just for mass mails. When mass mail smtp server does get black listed, the serious email smtp server can still send out emails.
Is there a way to configure the mass email to use a specfic smtp server?