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. _______________________________________________ NZ Borland Developers Group - Delphi mailing list Post: [email protected] Admin: http://delphi.org.nz/mailman/listinfo/delphi Unsubscribe: send an email to [email protected] with Subject: unsubscribe
