Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 796 Bytes

2012-04-10-sending-emails-individually-to-many-people-in-php.md

File metadata and controls

22 lines (18 loc) · 796 Bytes
title description layout tags
Sending emails individually to many people in PHP
Introducing an open-source mailer script written in PHP and hosted on Github.
post
dev
PHP
back-end

I just made this PHP class. It's extremely simple and easy to use for anyone who knows the slightest bit about PHP - I hope.

https://github.com/nottrobin/PHP-Mailer

I needed to send lots of emails, but have it look like I'd sent each one individually. I had a search, and there were ZERO online services to help me do it - which surprised me a little - and lots of code snippets to help you do it, but nothing really comprehensive.

This is why I've written this. Feel free to use it. I just used it and it worked a treat.