sending html message + template?

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
choubix
Forum Commoner
Posts: 42
Joined: Tue Nov 06, 2007 12:21 pm

sending html message + template?

Post by choubix »

hello,

just wondering whether there was a more convenient way of sending emails with images than with the "Swift_Message_Image" function.
I can't see how to make it comfortable for me to send templates with the email.

any suggestions? :)

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

Post by Chris Corbyn »

Just send HTML images with the <img src /> value referencing an absolute URL (i.e. http://domain.com/image.jpg).
Post Reply