Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Sending mail using the Open URL


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

Recommended Posts

Posted

Guys,

Im trying to send out an email using the Open URL script (im using this method coz' I want to execute it through IWP eventually)

My URL script reads

"mailto:[email protected]?Subject=Email&Body=" & Table::Text

The Table::Text is an unstored calculated field, which contains a number of fields (about 20) all seperated using the "carriage return symbol which is the third operator on the left column"

Although the script is working as it should, My fields in the body are a long string. What I'm after is a carriage return after each field in the calculation. Can anyone offer some sound advice?

Ooh I wish the SendMail command worked in IWP

Posted (edited)

Try substituting your carriage return character for %0d.

~Genx

Edited by Guest
... the first part worked :p
Posted

You're right Genx. The returns are stipped from the "body", so a substitute "%0D" is needed.

Posted

Hi Guys,

Thanks for your replies, you suggestions work fine on a Mac using Safari & Mail, but on a PC using outlook express and I.E 6 its still the same old story - all one string?

Any other advice?

Posted

Okay, well try %250d... not sure what effect this will have, but it doesnt hurt to try.

Posted

Okay, i tried it, it doesn't work. To get your original answer i googled:

"carriage return" mailto

this got me a fair few answers including the first one where i think microsoft discusses this issue. Try it...

~Genx

Posted (edited)

I think you might need a CR/LF pair for Windows.

CR = %0D

LF = %0A

Looks like you'll need a conditional calculation for the current platform

Just checked Genx solution, see this

http://support.microsoft.com/kb/q251230/

Edited by Guest
Posted

Thanks IdealData

The LF equivalent seems to work in the Windows world. I havent tried it on the Mac, but if it doesn't, I think I might and develop my simple web database using a different technology .

Posted

I recently had a look at Revolution and Rebol - but it's a new learning thing

This topic is 6764 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.