bamps / smtp-per-user

Openerp / Odoo module
GNU Affero General Public License v3.0
9 stars 13 forks source link

A different smtp server just for mass mail? #2

Open pvanthony opened 9 years ago

pvanthony commented 9 years ago

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?

pvanthony commented 9 years ago

Just tried out the module. It is great. Thank you for sharing.

bamps commented 9 years ago

Hi Anthony! Did you use it with v8 or v7?

pvanthony commented 9 years ago

Using it with v8. Downloaded it from the odoo website.

bamps commented 9 years ago

Thats good news, because I didn't test it with v8 yet. Thanks!

pvanthony commented 9 years ago

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.

pvanthony commented 9 years ago

I noticed a smtp server selection in the technical section for sending out emails. Is there something like that for mass mailing? Just asking.

bamps commented 9 years ago

Sorry Anthony, but I don't know...

pvanthony commented 9 years ago

That's alright. Thank you for replying. More importantly for sharing the the module.

pvanthony commented 9 years ago

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.

pvanthony commented 9 years ago

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.

pvanthony commented 9 years ago

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/