PHP Classes

Send emails fast: I need to send many emails

Recommend this page to a friend!
  All requests RSS feed  >  Send emails fast  >  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 emails fast

Edit

Picture of Guilherme Nemeth by Guilherme Nemeth - 10 years ago (2014-10-24)

I need to send many emails

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

+11

I need to send many emails in a fast way.

  • 1 Clarification request
  • 1. Picture of dejen by dejen - 6 years ago (2018-04-28) Reply

    this is dejen check this email if it is email sender

    Ask clarification

    4 Recommendations

    PHP HTML Formatted Mail : Send HTML email messages composed using templates

    This class can send HTML email messages composed using templates.

    It can compose message bodies from templates that are processed with PHPlib template processor.

    The compose HTML messages can be sent by the MIME mail message. Messages may include embedded images.
    This recommendation solves the problem.
    This recommendation does not solve the problem.

    +2

    Picture of José Filipe Lopes Santos by José Filipe Lopes Santos package author package author Reputation 35 - 10 years ago (2015-01-19) Comment

    Easy Send HTML formatted mails to one or most person ;-)

    It has many applies: a) send suggestion and receice a formatted mail like this form b) create ticket and send mail ..


    PHP Template Based Notification Emails: Send email notifications using templates

    This class can send email notifications using templates.

    It can read a given message template file and process it by replacing template parameters passed in an array.

    The class can send the composed template message to a given email address using the PEAR mail package.
    This recommendation solves the problem.
    This recommendation does not solve the problem.

    +1

    Picture of Richard Carson by Richard Carson package author package author Reputation 30 - 10 years ago (2014-10-28) Comment

    Allows your to send SMTP emails using customizable templates - avoid having to re-format the whole message every time

    • 2 Comments
    • 1. Picture of hu?nh t?n d??ng by hu?nh t?n d??ng - 10 years ago (2014-12-04) Reply

      how email management system ? everybody help me . how can writte by php.

    • 2. Picture of hu?nh t?n d??ng by hu?nh t?n d??ng - 10 years ago (2014-12-04) in reply to comment 1 by hu?nh t?n d??ng Reply

      can't wirtte by phpmailer . because phpmailer just send mail , don't management email


    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.

    +4

    Picture of Manuel Lemos by Manuel Lemos package author package author Reputation 26695 - 10 years ago (2014-10-27) Comment

    The MIME Email message package provides several means to deliver mass mailing campaigns to many recipients in the most efficient way, depending on the capabilities of your environment.

    It can send messages via the mail() function by default, but if you run Linux of some other system with sendmail, postfix or qmail programs installed, it can be more efficient by performing some optimizations for bulk deliveries of messages to many recipients.

    If you need to use an SMTP server, the MIME message has sub-class that can be used in conjunction by the SMTP class recommended by Rochak. In that case it can also perform some optimizations reusing the same connection to send messages to different recipients.

    The article Fast PHP Mass Mailer Smart Optimizations gives you more details on how to take advantage of this package to optimize your deliveries to many recipients.

    • 2 Comments
    • 4. Picture of hu?nh t?n d??ng by hu?nh t?n d??ng - 10 years ago (2014-12-04) in reply to comment 3 by Manuel Lemos Reply

      how email management system ? everybody help me . how can writte by php. can't wirtte by phpmailer . because phpmailer just send mail , don't management email

    • 5. Picture of Manuel Lemos by Manuel Lemos package author package author - 10 years ago (2014-12-16) in reply to comment 4 by hu?nh t?n d??ng Reply

      Maybe you should send a more specific package request telling what you are looking for with as many details as possible.


    SMTP E-mail sending class: Sends e-mail messages via SMTP protocol

    The class that connects to an SMTP mail server to send messages. It features:

    - Relaying message delivery to a programmer-defined SMTP server.
    - Connect to the SMTP server via a SOCKS 4 or 5 server, or an HTTP proxy
    - Programmer-defined server address, server port, connection timeout, and origin host address.
    - Authentication mechanisms implemented by SASL client classes like PLAIN, LOGIN, CRAM-MD5, NTLM (Windows or Linux/Unix via Samba), XOAUTH2, etc...
    - Support for POP3-based authentication before delivery.
    - Direct delivery to one or more recipients with e-mail addresses with the same domain, so you do not need to relay on your SMTP server or your ISP's SMTP server.
    - Setting the sender and recipient address as a separate step from sending the headers and the body of the message.
    - Returns message delivery success.
    - Detects extensions supported by the SMTP server.
    - Takes advantage of the SMTP PIPELINING extension to buffer SMTP commands, minimizing SMTP dialogue between the class and the server to provide a much faster queueing of messages to be delivered to many recipients ( bulk mail ).

    * Note: this class is better in conjunction with the "MIME E-mail message composing and sending class." See in the Email group.
    This recommendation solves the problem.
    This recommendation does not solve the problem.

    +2

    Picture of Er. Rochak Chauhan by Er. Rochak Chauhan Reputation 70 - 10 years ago (2014-10-27) Comment

    This is enable you to sent email from any popular email server using SMTP :)


    Recommend package
    : 
    :