Mailer icon indicating copy to clipboard operation
Mailer copied to clipboard

A lightweight PHP SMTP mail sender

Results 8 Mailer issues
Sort by recently updated
recently updated
newest added

How do I set the Message-Id for sending emails, I look forward to your answer!

I use your mailer within dokuwiki and the smtp-modul: [](https://www.dokuwiki.org/plugin:smtp) Some features were missing so i tried to update the SMTP->connect() function to enable support for - selbst signed ssl/tls...

I setup install all by composer but when I try to sent email I get all time errors: My code is: `

I will give you the necessary permissions

Hello. I'm getting the email but whenever I try to reply, in the reply to field, I get "[email protected]". Moreover, it doesn't show the sender email in the header, it...

I think much more exception class files is unnecessary. If there is an error, only need to report human readable errors string.

Been trying to get DKIM support added into the mailer, but nothing I'm doing seems to work. @txthinking do you have any thoughts adding this?

I've been using a plugin that makes use of this mailer in DokuWiki, and my code is currently using PSR-3 version 3 which has type hinting on the `LoggerInterface`. While...