Scripting Tips
From Fmfaq
Go back to Quick Tips
Sending Email - Alternative Methods
Using the Send Mail script step isn't the only method to send email. You can also use the Open URL script step to send mail. Using the mailto: method of sending email, you can create a calculation with the following functions.
"mailto:" & Email_Address & "?Subject=" & Subject & "?Body=" & Message
Then use a script with the Open URL and specfiy the calculation field as the target.
Contributed by Matt
