-
The EasyPhpMassEmail script is intended for websites that need a simple solution for sending many emails and do not have access to the PEAR packages for sending mass emails.The EasyPhpMassEmail script works with the standard PHP mail command, which is not intended for sending out mass emails as it will establish a new SMTP connection for every email (the professional ...
-
This is a PHP email script can be used to send messages via an SMTP server or mail function. Messages can be composed and sent, given the subject, sender, body and recipient addresses.It can parse the recipient strings that can be given with name and address. The e-mail addresses can also be validated.The message can be delivered using the mail ...
-
PHP Class Collection project provides different classes written in PHP 5. DirectoryList is offered in this free script with the purpose of recursive projection of the filesystem (sub-)tree in an object. Email class included is to easily create emails with attachments. FTPConnection provided for FTP access without using PHP's FTP-functions. HTTPConnection for HTTP access without using CURL. MultiSQL for easily ...
-
PHPMailer is a full-featured e-mail transfer class for PHP. It is able to send email via sendmail, PHP mail(), QMail, or by SMTP. The script is currently used by many open-source projects: Drupal, SugarCRM, Yii, Joomla! and many more. Features of PHPMailer:- Integrated SMTP support- Send emails with multiple TOs, CCs, BCCs and REPLY-TOs- Multipart/alternative emails- Multiple fs, string, and ...
-
HTML Mime Mail is a PHP class which allows you to easily send email from your PHP scripts with attachments, HTML and embedded images. Features of HTML Mime Mail:- Can send email with To,Cc, Bcc and Reply-To recipients- Can send email using the PHP mail() function, piping direct to Sendmail, Postfix, Exim and also via SMTP- Multipart email, with HTML ...
-
SMTP Class is a class that enables you to send email direct through an smtp server. It currently supports all basic commands; HELO, EHLO, MAIL, RCPT, DATA. Also supports AUTH LOGIN (basic authentication).
-
Secure SMTP client can connect to a given SMTP server using SSL or TLS, and authentication using the LOGIN method. A message with a given subject can be sent from one address to a specified recipient. Requirements: PHP 5.0 or higher
-
Send mail from any SMTP server can compose a message with subject, sender and recipient addresses, text and HTML body.The message is sent via SMTP with support for authentication with a specified username and password.Requirements: PHP 5.0 or higher
-
pop3ml can check a POP3 account for messages with request from users subscribe and unsubscribe from the list. The subscribers list is stored in a MySQL database table. pop3ml can also queue messages for delivery to the list subscribers using a remote SMTP server. List moderation and access control is also supported. Requirements: PHP 5.0 or higher
-
POP3 e-mail client implements the access to mail boxes using the POP3 protocol. Features of POP3 e-mail client:- Support secure connections using TLS- Provides a stream wrapper class to access messages like files using fopen('pop3://user:pass@localhost/1', 'r');- POP3 server access using normal and apop login methods- Authentication mechanisms implemented by SASL client class like: PLAIN, LOGIN, CRAM-MD5, NTLM (Windows or Linux/Unix ...
-
IAF decoder coder can generate configuration files for Outlook Express in the IAF format that may include details of configuration for accessing SMTP, POP3, NNTP, IMAP and HTTP servers. The configuration option values stored in the class variable can also be extracted from a loaded IAF file. Requirements: PHP 5.0 or higher
-
SMTP establishes a connection to a SMTP server and authenticates with a username and password. SMTP sends a message from a given e-mail address to another. The message may have custom headers and HTML body data. Requirements: PHP 5.0 or higher
-
MIME E-mail message sending may be used to compose and send e-mail messages. Features of MIME E-mail message sending:- 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- ...
-
SMTP Email Address Validation Class connects to the SMTP server responsible with receiving e-mail messages for a specified domain.SMTP Email Address Validation Class checks whether the SMTP server would accept a message sent to the specified e-mail address from another given e-mail addresses.Requirements: PHP 4.0 or higher
-
sendmail provides a sending message via connecting to smtp setver (TCP).



