How to Send Mail in Html using application.vendors.Mailer

Please help me how to send mail in html format using application,vendors mailer function.

hi

use php mail function. this is easy .

It is not possible to send html mail format using Mailer function.

But i saw $message->setBody(array(‘userModel’=>$userModel), ‘text/html’) using mailer function but it cant work.

Thanx for Your Response.