tarheel Posted January 27, 2007 Posted January 27, 2007 I need to create a button to send a form letter via email. How can I create a form letter with inserted database fields? I tried using the header only field of a layout but can't figure out how to email it. I am using FM8 & XP. Bob...
bcooney Posted January 27, 2007 Posted January 27, 2007 I need a bit more detail of what you're attempting, but a simple solution is to create a calc field, such as LetterBody_c and have it equal to: "Dear " & Customer::Name & return & "this is the text that I want in the letter." Use a script with the send mail script step. Have the body = LetterBody_c. Set the emailto equal to Customer::Email. This is an easy way to create a customized email. With a looping script, you can send an email to each customer in a found set.
Recommended Posts
This topic is 6511 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