Newbies jenijonah Posted August 1, 2001 Newbies Posted August 1, 2001 I am trying to use an e-mail script that allows me to e-mail a message that has a layout that I create. It is now just letting me e-mail plain text. I want to e-mail a letter with each persons name, address ect enclosed in it. Can anyone help? Thanks Jeni
eremaut Posted August 2, 2001 Posted August 2, 2001 Hi, Simple solution. You need to build up your layout (names, etc ...) into a global field example "gEmail_Body". You can build this layout by normal field and text manipulation ... Set Field[ gEmail_Body, First_Name & " " & Last_Name & " " & ........] In the Send Mail script you go for the 'Field Value'-option (message) and you choose gEmail_Body as field. Greetings from Belgium, Erwin
Recommended Posts
This topic is 8518 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now