This class was designed to be everything you should ever want in mail sending.
Credits:
- This class contains large pieces of htmlMimeMessage, originally written by Richard Heyes
- This class contains large pieces of smtpclass, originally written by Manuel Lemos
It can easily:
- Send messages through SMTP or MAIL() function
- Send message through GMail, Hotmail or Yahoo servers (Pre-configured)
- Import/Export EMLFiles (Outlook)
- Send a HTML file (with or without images embed)
- Compose text or HTML messages
- Attach files to messages
- Embed images
- Otimized Mass-Mailing (group messages in 20 [or more, or less] so you won't overload your server, and wipes duplicated e-mails from your list)
All required classes are inside the main class file. Only one class file required, nothing else.
Keywords: PHP Mass Sender, PHP Mass Mailer, PHP SMTP Class, PHP Send Through Hotmail, PHP Send Through GMail, PHP Send Through Yahoo, PHP EML, PHP Importing Images, PHP Attach Mail, Attachments, PHP Export to Outlook, PHP Import from Outlook, PHP Sending HTML with images, PHP Embed Images Mail.
We do all this and more with almost NO configuration! Check it out.
This class can be used to manage backup copies of files.
It can take a file with a list of files to create backup copy to a given backup directory.
The class can determine which files changed since the last backup session before creating a compressed tar archive of the old backup directory and copying the new files.
It can also generate a log and send an e-mail message with the list of files that changed.
This package can be used to send and receive e-mail with SMTP and POP3 protocols.
There are several classes for composing and sending messages via an SMTP server. These classes can send text or HTML messages with eventual embedded images and attached files.
The messages can be sent to one or more recipients with To, Cc and Bcc headers.
There is also a POP3 client class that can connect a POP3 server, list the messages in a mailbox, retrieve and delete messages.
The SMTP and POP3 classes support authentication and TLS/SSL connections.
The class is meant to build MHT MIME archives from lists of files.
MHT archives are files defined according to the MIME standards to include several files usually related with an HTML page that is suitable to send by e-mail.
This class can take a list of files and generate an MHT archive that can be stored in a given file or returned in a text string.
Web interface class to create and manage mailing lists with ezmlm. It features:
- Displays a table with the lists already created, showing the list local and domain parts and the number of current subscribers.
- Creation and alteration of list properties.
- Alteration of list automatic message texts.
- Support for list virtual hosts.
- Multi-idiom Web interface.
- Web service interface with SOAP protocol to control mailing list subscriptions remotely.