You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to test incoming emails in the development environment and found that there wasn't any option integrated into Doodba. After searching for a while, I came across this OCA Talk: How to Test Emails in Development, which introduced me to mail-dev.
Highlights
SMTP
IMAP
Simple Webmail
With the following modifications to devel.yaml (and proper setup for incoming and outgoing mail servers within the Odoo instance), I was able to perform the testing seamlessly—even alias hooks worked:
What information do you need in the documentation? I should really link the docker image and pypi package in the readme for sure. But the linked one is the original
I was trying to test incoming emails in the development environment and found that there wasn't any option integrated into Doodba. After searching for a while, I came across this OCA Talk: How to Test Emails in Development, which introduced me to mail-dev.
Highlights
With the following modifications to
devel.yaml
(and proper setup for incoming and outgoing mail servers within the Odoo instance), I was able to perform the testing seamlessly—even alias hooks worked:The text was updated successfully, but these errors were encountered: