Welcome Guest, Not a member yet? Register   Sign In
DKIM Signature with email function
#1

Hello,
I'm using CI4 for a production project, and more and more emails sent through CI email function are being rejected because they are not signed with a DKIM signature.
I have these settings in my .env file
PHP Code:
email.fromEmail 'xxx'
email.fromName 'xxx'
email.mailType 'html'
email.SMTPHost 'xxx'
email.SMTPUser 'xxx'
email.SMTPPass 'xxx'
email.SMTPPort '465'
email.SMTPCrypto 'ssl' 
What should I add to use my DKIM private key here ?
Thank you
Reply
#2

You can't. There is no such feature.
If you want, implement it by yourself.
But it is better to have your mail server do it.

See https://github.com/PHPMailer/PHPMailer/w...signatures
Reply




Theme © iAndrew 2016 - Forum software by © MyBB