dolibarr 19.0.3
smtps.class.php File Reference

Class to construct and send SMTP compliant email, even to a secure SMTP server, regardless of platform. More...

Go to the source code of this file.

Classes

class  SMTPs
 Class to construct and send SMTP compliant email, even to a secure SMTP server, regardless of platform. More...
 

Detailed Description

Class to construct and send SMTP compliant email, even to a secure SMTP server, regardless of platform.

Goals:

  • mime compliant
  • multiple Reciptiants
    • TO
    • CC
    • BCC
  • multi-part message
    • plain text
    • HTML
    • inline attachments
    • attachments
  • GPG access This Class is based off of 'SMTP PHP MAIL' by Dirk Paehl, http://www.paehl.de

Definition in file smtps.class.php.