PHPMailer v1.15 Release Notes

Release Date: 2001-06-15 // almost 23 years ago
  • Note: these changes contributed by Patrice Fournier

    • ๐Ÿ”„ Changed all remaining \n to \r\n
    • Bcc: header no longer written to message except when sent directly to sendmail
    • โž• Added a small message to non-MIME compliant mail reader
    • โž• Added Sender variable to change the Sender email used in -f for sendmail/mail and in 'MAIL FROM' for smtp mode
    • ๐Ÿ”„ Changed boundary setting to a place it will be set only once
    • โœ‚ Removed transfer encoding for whole message when using multipart
    • Message body now uses Encoding in multipart messages
    • Can set encoding and type to attachments 7bit, 8bit and binary attachment are sent as is, base64 are encoded
    • Can set Encoding to base64 to send 8 bits body through 7 bits servers