Manage custom field on mody message

Swift Mailer is a fantastic library for sending email with php. Discuss this library or ask any questions about it here.

Moderators: Chris Corbyn, General Moderators

Post Reply
webstyler
Forum Commoner
Posts: 85
Joined: Sat Feb 14, 2004 2:16 am

Manage custom field on mody message

Post by webstyler »

Hi

Is possible to manage custom fields on message body with code as % or other ?

x example

Code: Select all

Hi %name%, this is our first newsletter :)
With this must be created 1 messagge x any email

so we can send not only recipient list of email but emails+messagges

possible ?

thx
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

Look in the plugins directory (./Swift/Plugins) for the Template.php file.

Then search this forum for "Swift Template Plugin" with all terms checked because I simply haven't documented it yet but you'll find examples :)
Post Reply