Jack Snodgrass

Show:

What's happening?

  • public function set does not seem to work

    $mail->set('Priority:', 'Urgent'); $mail->set('Importance:', 'high'); $mail->set("X-TESTING:","one two three"); these do not seem to do anything. The email is sent / received but the expected headers are not added.

    2009-04-20 13:34:44 UTC in PHPMailer

  • use_gmail.txt example references invalid function

    The use_gmail.txt example references: $body = $mail->getFile('contents.html'); ... but getFile was removed from PHPMailer_v5.0.0 the example should be changed to: $body = file_get_contents('contents.html'); // per the comment in the ChangeLog.txt file.

    2009-04-20 10:10:09 UTC in PHPMailer

About Me

  • 2003-01-05 (7 years ago)
  • 681332
  • jacksnodgrass (My Site)
  • Jack Snodgrass

Send me a message