Take Away: psSendMail v2 supports HTML message bodies. But it does not offer a WYSWYG HTML editor. It is, after all, "just" a DLL. A great way to get started constructing HTML messages is to simply use your favorite HTML authoring tool. Compose your message, then switch to your authoring tool's source view. Copy everything between (but not including) the opening and closing "" tags into your psSendMail message body. Of course, since psSendMail is targeted at developers, you'll probably be constructing your HTML messages programatically. The technique just described will give you a precise idea of what needs to go into your HTML messages.
Tip: Be sure to set the psSendMail HTML parameter to True!
psSendMail v2 supports HTML message bodies. But it does not offer a WYSWYG HTML editor. It is, after all, "just" a DLL.
A great way to get started constructing HTML messages is to simply use your favorite HTML authoring tool. Compose your message, then switch to your authoring tool's source view.
Copy everything between (but not including) the opening and closing "<body>" tags into your psSendMail message body.
Of course, since psSendMail is targeted at developers, you'll probably be constructing your HTML messages programatically. The technique just described will give you a precise idea of what needs to go into your HTML messages.
Tip: Be sure to set the psSendMail HTML parameter to True!