Menu

#147 SMTPs.php fixed problems with attachments

open
nobody
None
5
2008-03-29
2008-03-29
dbaudone
No

This version of SMTPs.php class fixes some problems in sending html mail messages with attachments:

Content-transfer-encodig changed from "quoted printable" to "8 bit"
This avoids problems with hyperlinks and wrong background color.

The loop through messages split in two parts in order to put attachments at the end of messages.

Discussion

  • dbaudone

    dbaudone - 2008-03-29

    SMTPs.php class

     
  • dbaudone

    dbaudone - 2008-03-31

    SMTPs.php fixed problems body as attachment

     
  • dbaudone

    dbaudone - 2008-03-31

    Logged In: YES
    user_id=1203017
    Originator: YES

    Further changes to fix problem of body sent as an attachement
    File Added: SMTPs.php

     
  • dbaudone

    dbaudone - 2008-04-03

    SMTPs.php fixed problem of blocking sendMsg() with bad email addresses

     
  • dbaudone

    dbaudone - 2008-04-03

    Logged In: YES
    user_id=1203017
    Originator: YES

    Fix server_parse() stuck with empty server_response and retval assigment in sendMsg()
    This overcome the problem of blocking sendMsg() with bad email addresses
    File Added: SMTPs.php

     

Log in to post a comment.