This class allows you easy to send mails in:
textformat (with and without attachments)
htmlformat (with and without attachments)
it also create a textversion of a htmlmail and put it into a commentline above the htmlmail so user who dont have htmlmails activated can read the mail too.
Easy to use attachments:
$mail->attachment ("filename.ext");
Read end of script for more introductions.
textformat (with and without attachments)
htmlformat (with and without attachments)
it also create a textversion of a htmlmail and put it into a commentline above the htmlmail so user who dont have htmlmails activated can read the mail too.
Easy to use attachments:
$mail->attachment ("filename.ext");
Read end of script for more introductions.