SMTP Server Per User

by
Odoo

20.69

v 7.0 v 8.0 v 9.0 v 10.0 v 11.0 v 12.0 Third Party 47
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Technical Name tko_mail_smtp_per_user
LicenseAGPL-3
Websitehttp://tkobr.com
Versions 15.0 8.0 7.0 9.0 12.0 11.0 10.0
You bought this module and need support? Click here!

SMTP Server Per User


Configure Odoo to use specific incoming and outgoing email server by user.


Create a outgoing SMTP server and set the owner.

Create a regular user, don't forget to set email alias equal to email server.

New in 1.0 --> 2.0:
Automatic outgoing SMTP mail server detection: Through the [From] address of outgoing message, Odoo will select correct outgoing SMTP mail server to send email. This way if there is a SMTP mail server equal to the current user email, Odoo will use that outgoing email server to send the email.
Template compatibility: If one sets From field in the email template Odoo will send that email from that outgoing SMTP server, if defined, if not it will use standard mail.catchall.alias system parameter and outgoing email servers priority.
NOTE: Don't forget, now you need to set explicitly the From and Reply-to fields in all email templates. And create always the incoming mail server of the respective outgoing one.
The Reply-to will always be equal to From email (even if defined in template Reply-to field) if an outgoing email server is defined, if not it will use standard mail.catchall.alias system parameter, like in standard Odoo.
Backward compatibility:

  1. All fields are kept in database, although not shown in forms, until new version is released. No data will be lost, and one can revert to older module version. NOTE: They will be removed in 3.0 version.

New in 0.006 --> 1.0:
The module set following HEADERS according to user SMTP server:

  1. From: UserName <SMTP_Server_User_Name_Email>
  2. Reply-To: UserName <SMTP_Server_User_Name_Email>
  3. Return-Path: UserName <SMTP_Server_User_Name_Email>
This will fix a problem connecting to servers like for example Zoho. But will override email templates From and Reply-to definitions.

Configuration:

  1. Go to "Settings --> Technical --> General Settings" and set your domain in "Alias Domain" (ex: mydomain.com).
  2. Go to "Settings --> Technical --> Parameters --> System Parameters" and check if you have:
    1. Parameter key "mail.catchall.domain" must be same domain you give above (ex: mydomain.com).
    2. Parameter key "mail.catchall.alias" this is the catchall alias email (ex: catchall).
    3. Parameter key "mail.bounce.alias" this is the bounce alias email (ex: bounce). The default bounce address is used to set the envelop address if no envelop address is provided in the message. It is formed by properly joining the parameters "mail.catchall.alias" and "mail.catchall.domain". If "mail.catchall.alias" is not set it defaults to "postmaster-odoo". NOTE: use with care, some relay servers will not forward emails with no bounce email account configured and Odoo does this dynamically (ex: bounce-16-res_partner34@yourdomain.com).
    4. Catchall and bounce parameters can be the equal.
  3. Go to "Settings --> Technical --> Email --> Incoming Mail Servers", create catchall mail server (ex: catchall@mydomain.com)
  4. If you have bounce parameter, go to "Settings --> Technical --> Email --> Incoming Mail Servers", create bounce mail server (ex: bounce@mydomain.com)
  5. Go to "Settings --> Technical --> Email --> Incoming Mail Servers", create user mail server (ex: newuser@mydomain.com)
  6. Go to "Settings --> Technical --> Email --> Outgoing Mail Servers", create outgoing SMTP server (ex: newuser@mydomain.com). Select the user you previously created as owner.
  7. CONGRATULATION, you can now login as your new user and send emails, they will reach destination with the from and reply to as newuser@mydomain.com. And on reply you will get them in same entity from where you've sent it.
  8. You should create an income and outgoing email server for each user.
  9. You can still use Odoo in the standard way, and only some users having specific SMTP email server. It will only set the emails sent by users with specific email server.

Developed for Odoo by Thinkopen Solutions Brasil

You Can't Even Imagine...

support at sac@tkobr.com

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.
Great Module!
by
Alexandre Ruffer
on 8/18/16, 1:58 PM

Works like a charm, thanks!


same outgoing server for several users
by
Jean-Marc Dupont
on 12/5/16, 6:17 AM

Hi, If we want to specify the same outgoing server for several users, do we have to duplicate the outgoing server, and specify the "owner" on each duplicated server ?