Testing incoming email in dev #404
-
Hello, With MailHog, we can locally test outgoing and also we can release any message to external SMTP and this flow is working fine. However, it seems that replying to the messages is not supported by mailhog. Any idea how to test incoming emails/replies in the dev env? |
Beta Was this translation helpful? Give feedback.
Answered by
pedrobaeza
Mar 23, 2021
Replies: 1 comment 3 replies
-
The only way right now is to change devel.yaml definition for not being isolated (internal: false), and add an incoming mail server for that. Not sure if we can add any mechanism for "injecting" incoming mails. Maybe a local squirrelmail or similar? @yajo @joao-p-marques |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
yajo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The only way right now is to change devel.yaml definition for not being isolated (internal: false), and add an incoming mail server for that. Not sure if we can add any mechanism for "injecting" incoming mails. Maybe a local squirrelmail or similar? @yajo @joao-p-marques