- πΊπΈUnited States japerry KVUO
I believe this is a duplicate of π SMTP Error Certificate mismatch Closed: cannot reproduce
I'm trying to send email using this module (is there a better alternative?). I find that no combination of settings will connect to my email servers.
First I tried to send email through gmail and chased my tail for 5 or 6 hours. I was not able to send even after a lot of troubleshooting including allowing less secure apps through gmail.
I then decided to set up my own email server using iRedMail. I was able to get my email clients (local thunderbird, on-server roundcube) to send through this email server (hurray!) but the smtp still cannot send with any combination of settings.
One error I see is: "Connection failed. Error #2: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed"
The smtp settings that work in Thunderbird are:
Server: mail.mydomain.com port:587
username: myemail@mydomain.com
Authentication: normal password
connection security: STARTTLS
Does the smtp module not work with this combination of protocols? The wording is a little different on the smtp config page so I'm a little unsure if I have the correct settings although I feel like I have tried all variations of settings.
Thanks for any help you can provide, I really appreciate it!!!
PS. It would be nice if the debugging info page was visible for more than 250ms.
Closed: duplicate
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I believe this is a duplicate of π SMTP Error Certificate mismatch Closed: cannot reproduce