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.
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.
This package is meant to provide a means to build generic socket based networking servers.
Actually it is made of two classes: one for generic socket connection servers and one specialized in handling TCP socket connections.
The class lets developers specify callback functions that are invoked when the different socket server events happen like when a connection requested, a connection is accepted, a connection is closed, etc..
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.