PHP email library/module recommendations

Hi,

My (built from scratch) PHP website currently sends out its emails (confirmations, etc) via hand rolled scripts using the mail() function. However it's getting a bit onerous to manually manage UTF8, HTML mail, MIME, etc, etc

I see there's quite a wide range of pre-built libraries and modules to support emailing from within PHP so I'd love some advice, experience and recommendations from other linoders.

I would like something relatively light-weight to manage the formatting and sending of mails that can manage HTML, MIME, UTF8, inline images, attachments possibly, etc.

I've come across pear, phpmailer anything else I should consider?

Thanks

0 Replies

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct