jdu98a Posted June 10, 2011 Posted June 10, 2011 I have a script in an IWP solutions that sends an email using the users own email client by calling a "mailto:" URL. The Open URL step looks like this: "mailto:" & Email & "?subject=" & Subject & "&body=" & Field1 & "%0A%0A" & Field2 When I paste the result of this directly into a browser the I get an email to the recipient in the email field, a correct subject, and a body that reads: "contents of Field1 contents of Field2" However, when I run the script with Filemaker the body of the email comes out like this: "contents of Field1%0A%0Acontents of Field2" Why is there a difference when the URL is called from a script? And, of course, how can I fix it?
Recommended Posts
This topic is 5182 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