This class can send e-mail messages Gmail users via SMTP. It can establish a TCP connection to a Gmail SMTP server and sends a message to a given Gmail user. The message body, subject and sender are also configurable parameters. Gmail SMTP Support forum gmail-smtp Send e-mail messages Gmail users ...
Secure SMTP client Support forum secure-smtp-client Send messages via SMTP server with authentication This class can be used to send messages via SMTP server with authentication. It can connect to a given SMTP server using SSL or TLS, and authentication using the LOGIN method. It can send send a ...
... Email group. SMTP E-mail sending class Support forum smtpclass Sends e-mail messages via SMTP protocol Debug output of sending a message via the Gmail SMTP server Debug output of sending a message via the Gmail SMTP server SMTP E-mail sending class smtpclass GetMXRR function emulation need for direct ...
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 ...
This class can send messages using contact forms. It can take parameters submitted with a contact form and sends a message from a contact entered in a form with the specified message body and subject. The message can be sent using the PHP mail function or via SMTP to a Gmail address. PHP Contact Form ...