Description
Problem
Most of web applications need somewhat sending emails. MailHog is good choice SMTP for integration testing for sending emails. ( It also has API for checking whether email is sent or not) But it has drawback that it does not support SMTP over TLS under the hood.(Users of MailHog use proxy (e.g. stunnel) for eliminating this issue AFAIK)
Solution
We can create module for MailHog and encapsulate SSL logic inside this module. Users may decide whether they are want to use SSL or not through configuration. I’m planning to contribute this module what do you think about it?
Benefit
Users easily use this module for integration testing for SMTP mail sending
Alternatives
Users can use other docker images rather than MailHog or they may want to configure MailHog container themselves without using module
Would you like to help contributing this enhancement?
Yes
Activity