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
Problem
Hi, I am using namshi/smtp to be my smarthost SMTP relay for SendGrid. I need to enable TLS so that the SMTP replay only handles requests with certs. Therefore, I set the values for CERTIFICATE_PATH and KEY_PATH to enable TLS.
Performed
I ran the following command to initialize the container:
Problem
Hi, I am using
namshi/smtp
to be my smarthost SMTP relay for SendGrid. I need to enable TLS so that the SMTP replay only handles requests with certs. Therefore, I set the values forCERTIFICATE_PATH
andKEY_PATH
to enable TLS.Performed
I ran the following command to initialize the container:
Then I sent a testing email with this code
Expected Result
The email is supposed to be blocked because no cert is provided.
Actual Result
The email is sent.
Any suggestions?
The text was updated successfully, but these errors were encountered: