You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.1 KiB

  1. ==============
  2. Mail mailgun
  3. ==============
  4. Usage
  5. =====
  6. * register on http://mailgun.com
  7. * On https://mailgun.com/app/domains click on sandbox...mailgun.org domain. Here you can see all information needed to configure odoo outgoing mail feature
  8. * Copy API Key value into odoo
  9. * Open menu Settings/Parameters/System Parameters
  10. * Edit mailgun.apikey parameter
  11. * Put API Key from mailgun into Value field and save
  12. * From https://mailgun.com/cp/routes create new route
  13. * Priority: ``0``
  14. * Filter expression: ``catch_all()``
  15. * Actions: ``store(notify="http://<your odoo domain>/mailgun/notify")``
  16. * In odoo remove 'localhost' Outgoing Mail Server and create 'mailgun'. Now you can send emails
  17. * From odoo menu Settings/General Settings edit Alias Domain
  18. * Put your mailgun domain here. E.g. sandbox...mailgun.org
  19. * Click 'Apply' button
  20. * Edit Messaging Alias for your user. Now you can receive emails that is sent to configured alias email address.
  21. * From menu Settings/Users/Users open you user and click 'Edit'
  22. * On Preference tab put alias into Messaging Alias field and click 'Save'