This package can be used to compose and send e-mail messages using Smarty templates.
It wraps around Smarty and MIME message class by Manuel Lemos, and prepares the body and headers of the messages to send.
It can set several message options at once passing an array of options values.
Currently it supports options to define HTML or text message template files, the sender, recipient, bounce and reply names and addresses, whether to send messages in plain text, HTML or both, whether to automatically wrap the message text, message character set, and the bulk precedence header to prevent that notification messages be returned due to temporary delivery errors.
Once the message options are set, the class composes and send message according to the specified option values. |