Class SimpleID\Util\SMTP

extends SMTP

This extends the F3 SMTP class with the following additional features:

  • Correct encoding of non-ASCII values in MIME headers
  • Ability to specify Content-Type for attachments
  • Send messages in HTML

In the F3 implementation, the following special MIME headers are specified. These headers are not included in the mail message, but instead are used to provide additional commands to the SMTP server

  • Sender - specifies the address for the MAIL FROM command
  • Bcc - specifies additional recipients for the RCPT TO command
  • SMTP
    • SimpleID\Util\SMTP
Located at core/Util/SMTP.php
Methods
Properties