B
Bill
I've searched through this posting and can't really find what I need. I have
a form containing a lot of information. I want to send this form via email
(no attachment) to various people. I'm using SendObject. This is what I
have:
Object Type
Object Name
Output Format
To (e-mail address removed)
CC (e-mail address removed)
Subject ="Our Goal - ID: " & [ID]
Message ="Explanation: " & [Comment] & ": Resolution:
" & [Resolution1] & "Action Taken: " & [Action Taken1]
Edit Message yes
Template File
-----
The form sends but looks really REALLY bad. Its all run together and hard to
read. I'd like to format the email so that it's laid out nicely and is easy
to read. I think I want to use a template but I can not figure out how.
Thanks for the help.
a form containing a lot of information. I want to send this form via email
(no attachment) to various people. I'm using SendObject. This is what I
have:
Object Type
Object Name
Output Format
To (e-mail address removed)
CC (e-mail address removed)
Subject ="Our Goal - ID: " & [ID]
Message ="Explanation: " & [Comment] & ": Resolution:
" & [Resolution1] & "Action Taken: " & [Action Taken1]
Edit Message yes
Template File
-----
The form sends but looks really REALLY bad. Its all run together and hard to
read. I'd like to format the email so that it's laid out nicely and is easy
to read. I think I want to use a template but I can not figure out how.
Thanks for the help.