SMTP integration with IRedMail

Hello all,
I can only upload one image so the imgur link has my gibbon settings and error

I have a Iredmail server set up for emails and im trying to allow for Gibbon to use it to send emails out using my domain.

I have some settings that use the system used with gibbon on another service called fusionPBX. on that service my settings are

When attempting to use identical settings with gibbon I run into this issue
https://imgur.com/a/nVrEwLj

with these settings
https://imgur.com/a/nVrEwLj

Now I have my suspicions for what is going wrong mainly related to the smtp_validate_certificate = false and smtp_crypto_method = STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT as without these options my local email server does not work with fusionPBX.

I was wondering if these was a way set these settings in PHPMailer so that my emails will go through as I don’t with to use gmail, outlook, etc…

Hello again, in case anyone else has this issue, I was able to resolve my issue via following this Use a bought SSL certificate and adding a ssl cert from my reverse proxy to the server. this allowed me to use my domain that I access the server via the reverse proxy from as the smtp server and then I could send emails from the server. it seems my laziness was the cause of my own issues :sweat_smile:

1 Like