PHP Classes

Send many emails at once: Send a newsletter to many subscribers

Recommend this page to a friend!
  All requests RSS feed  >  Send many emails at once  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

Send many emails at once

Edit

Picture of Georges Jaroslaw by Georges Jaroslaw - 9 years ago (2015-04-13)

Send a newsletter to many subscribers

This request is clear and relevant.
This request is not clear or is not relevant.

+3

I want to send a newsletter, without stopping the whole process when emails are not valid and show a report in the end.

Ask clarification

1 Recommendation

MIME E-mail message sending: PHP mailer to compose and send MIME messages

Class that may be used to compose and send e-mail messages.

It features:

- User definable headers and body parts.
- MIME encoding of text and HTML body parts with user defined character encoding using quoted-printable.
- Addition of file parts (attachments) with automatic content type detection.
- Forwarding of messages received from somebody else as intact attachments
- Support for multipart/related messages (eg. HTML messages with embedded images, stylesheets, frames, etc..)
- Support for multipart/alternative messages (eg. text and HTML versions in the same message).
- Encoding of message headers with user defined character encoding using q-encoding.
- Definition of the error delivery address setting the Return-Path header calling sendmail program directly.
- Several sub-classes for sending messages by different methods: PHP mail() function, sendmail, qmail, SMTP (with support for authentication and direct delivery mode), maildrop in Microsoft IIS or Exchange Pickup folder.
- Wrappers that emulate the mail() function using the SMTP, sendmail and qmail delivery sub-classes.
- Support for sending personalized bulk mail by replacing the contents of the message parts that differ for each recipient.
- HTML and plain text message parts can be composed using template engines. An example that works with Smarty template engine is provided.
- Retrieving the composed message data or size without sending the message
This recommendation solves the problem.
This recommendation does not solve the problem.

+1

Picture of Manuel Lemos by Manuel Lemos package author package author Reputation 26695 - 9 years ago (2015-08-16) Comment

You can use this package to send messages to many recipients with a single script.

It performs some caching optimizations in case the message bodies are the same for all users.

Even for personalized newsletters it can send messages to many users as fast as possible.

There is an article here about how to use this class for mass mailing in PHP using smart optimizations.

  • 1 Comment
  • 1. Picture of Dave Smith by Dave Smith - 9 years ago (2015-08-16) Reply

    Will it generate a report of invalid e-mails not sent?


Recommend package
: 
: