Commit Graph

17 Commits

Author SHA1 Message Date
Julien B
3906c99227
[FIX] discuss : typos + wording and wrong link email_servers
Fixed some typos & wording issues that were reported
2018-07-27 11:19:36 +02:00
Martin Trigaux
716cd0c66b Forward port 10.0 to 11.0 2018-07-26 15:11:55 +02:00
martinvna
48c84a8f81 [IMP] discuss: how to configure with office 365
A page "How to set up a multifunction device or application to send email using
Office 365" explain how to configure Office 365 to make it work with Odoo

Closes #271
2018-05-07 16:20:50 +02:00
Denis Ledoux
1e1e8b657c [ADD] odoo_sh: SPF and DKIM documentation 2018-04-09 16:50:38 +02:00
William Henrotin
4607542913
Correct typo 2018-03-26 11:55:13 +02:00
Yannick Tivisse
bdc05ff387 [ADD] discuss: Get organized by planning activities
Original doc: https://docs.google.com/document/d/1vWO0A5FqKItFgRq3QM-t-enXyD1h5MFRxdoXjyHi6yg/edit
2018-03-07 17:05:42 +01:00
Frederic Gilson
bec7031bc2 [IMP] discuss: Improve the email_servers documentation page
Coming from https://www.odoo.com/web#id=39964&view_type=form&model=project.task&action=333&active_id=880&menu_id=4720

Purpose
=======

Add following topics to email server doc:
how to use office 365 servers with Odoo on-premise (spf, dkim)
how to setup bounce system

Office 365: when customer use their business addresses or a custom domain in the "From":
1. SPF: if they have an SPF record, it is absolutely necessary that this record be modified to contain "include: _spf.odoo.com"
2. DKIM: We have enabled automatic DKIM signature for all domains, and to be valid they can add a DNS "odoo._domainkey" CNAME record to "odoo._domainkey.odoo.com". For example, for "foo.be" they should have a record "odoo._domainkey.foo.be" that is a CNAME with the value "odoo._domainkey.odoo.com".
This is especially useful if their domain pro is hosted by Office 365, and they want to enable the "DKIM" option in Office 365.
3. For domains hosted by Office 365, the previous 2 points are important, but not always enough to send emails from Odoo. They can improve the results by ensuring that the "Alias ​​Domain" in Odoo's General Settings is their Office 365 domain (for example "foo.be") rather than "foo.odoo.com". But be careful, so that answers and bounces always reach Odoo, they must create a mail redirection in Office 365 for the "catchall @" (for example redirect "catchall@foo.be" to "catchall@foo.odoo.com" )
2018-01-03 14:24:58 +01:00
Fabrice Henrion
7f3e7d8af4 [FIX] discuss: Correct grammar in title 2017-12-01 10:28:28 +01:00
Frédéric Gilson
2a0cb7565d [IMP] discuss: correct mistake about office 365 servers + clearer guidelines for redirections 2017-06-07 15:20:10 +02:00
Frédéric Gilson
d98595b44e [IMP] eCommerce: brand new doc on payment methods + requested config changes for Paypal 2017-05-09 13:30:34 +02:00
Frédéric Gilson
6af8037966 [IMP] discuss: improved email server doc
New sections about SPF config, office 365 and custom email servers in Odoo online
2017-04-25 16:35:43 +02:00
Frédéric Gilson
84d909c1e1 [ADD] Discuss: new doc for external email servers
Also, misc imp to make discuss doc more business oriented
2017-03-09 11:15:17 +01:00
Lucas Perais (lpe)
a3edbe22fa [ADD] discuss: Integrating Twitter Feed with Channels
added doc for creating a twitter app and getting API keys
2017-01-12 17:11:25 +01:00
Lucas Perais (lpe)
57aa7dfc92 [MOV] discuss: Split getting_started.rst into several sections 2017-01-12 17:10:39 +01:00
Yannick Tivisse
3dd49ab2c4 [IMP] Discuss: Improve the documentation page 2016-02-11 10:32:34 +01:00
Yannick Tivisse
a90cd21547 [IMP] Discuss: Set a new banner 2016-02-10 10:37:04 +01:00
Yannick Tivisse
6f1225bbee [ADD] Discuss: Getting Started with Odoo Discuss
https://docs.google.com/document/d/1emwQqWWpVytK8NJZdKRoxNmBRh2SN_g4MlEogp5y1es/edit
2016-02-08 10:57:09 +01:00