HTML e-mail should be the solution $vlError:=SMTP_AddHeader ($vlRefNo;"Content-Type:";"text/html;charset=utf-8";1) $vlError:=SMTP_SetPrefs (-1;15;-1) $vlError:=SMTP_Charset (0;1) $vlError:=SMTP_Body ($vlRefNo;$vtxtMailBody;4)
The task left to you is building the mail body. There are many ways to do it, the easiest way IMO is using PROCESS 4D TAGS HTH Regards Lutz > -----Original Message----- > From: 4D_Tech [mailto:[email protected]] On Behalf Of Bill Weale > Sent: Thursday, December 1, 2016 10:46 PM > To: 4D iNug Technical <[email protected]> > Subject: styled/formatted text for email body contents > > I have a project that uses a web form for ordering. A selection list of > products is > offered in the form and the user fills in a few header fields along with the > quantities > he wants of each item. > > Upon submittal, part of the web server’s task is to send back, via email, > confirmation of the order. I’m looking for the most efficient way to format > that > content so that it looks reasonably professional—but not overly > embellished—in the > body, or as an attachment, of the confirming email message. I think the > solution > needs to be driven by the easiest-to-use tools in 4D. > > Thanks for any suggestions, > > Bill > > > > William W. Weale > > Business Owners Support, LLC. > > Operations Analysis > MIS Advising > Decision Support Systems > > ******************************************************************* > *** > 4D Internet Users Group (4D iNUG) > FAQ: http://lists.4d.com/faqnug.html > Archive: http://lists.4d.com/archives.html > Options: http://lists.4d.com/mailman/options/4d_tech > Unsub: mailto:[email protected] > ******************************************************************* > *** ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

