[DUG] Email formatting
Marshland Engineering
marshland at marshland.co.nz
Tue Aug 23 13:44:36 NZST 2016
I need to send out emails to all members on my DB with the details I have on
record for them.
I'm using
sParam:='mailto:'+sEmail+'?BCC='+sBCC+'&subject='+sSubject+'&Body='+sBody;
ShellExecute(fMain.Handle,'open',PChar(sParam),nil,nil,SW_SHOWNORMAL);
Unfortunately the font the email program uses leaves the body of the email a
bit of a mess with the data I'm sending.
Is there a way to send/embed a font and size parameter to the receiving email
program ? If I use a fixed font, all will be fine.
Thanks Wallace.
More information about the Delphi
mailing list