| 12345678910111213141516 |
- <section class="oe_container">
- <div class="oe_row oe_spaced">
- <div class="oe_span12">
- <h2 class="oe_slogan">SMTP Per User</h2>
- <h3 class="oe_slogan">Send letters from Odoo using your own mail</h3>
- </div>
- <div class="oe_span6">
- <p class="oe_mt32">
- Can configure different mail servers per user. Can specify email name for every server. For example - Email Name: <i>'My Custom Name'</i> and sending mail is <i>[email protected]</i>. When sent, it will show like this: <i>"My Custom Name [email protected]"</i>. Specific mail server can be set to ignore owner mail server and use forced server which was chosen by priority or by other means. This is forked and improved version of <a href="https://github.com/bamps/smtp-per-user">smpt-per-user</a> for Odoo 8.0.
- </p>
- <div class="oe_centeralign oe_websiteonly">
- <a href="http://www.oerp.eu/#trial" class="oe_button oe_big oe_tacky">Start your <span class="oe_emph">free</span> trial</a>
- </div>
- </div>
- </div>
- </section>
|