List/Grid
Tag Archives: HTML Email
Using Generic Templates to Send Emails
I’d earlier written about sending HTML emails from PeopleCode here and more recently here. In both these posts, the email text was hardcoded thereby making it not possible for the… Read more
How to Send an HTML Email Using MCF Class
HTML emails are way better than the boring text emails. In this post, I will show you how to send an HTML email using the MCFOutboundEmail Class. This method gives you a flexible solution that is very easy to use – as easy as using SendMail().
SendMail – Sending HTML Email
If you are looking for a means to send emails with colours, tables and graphics, you have come to the right place. This post explains how to send HTML emails… Read more