Jump to content
Server Maintenance This Week. ×

Mailto issue in IWP script


This topic is 4718 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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?

Link to comment
Share on other sites

This topic is 4718 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.