Jump to content

Email Woes


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

Recommended Posts

I am having difficulty sending email using Outlook Express 5.02. I am using the following formula

"mailto:" & STDBNHGVencon::email & "?subject=" & subjectforemail & "?body=" & emailmsg Copy

The subject and body text both appear in the Subject field of the email msg.

Any ideas?

Thanks.

Link to comment
Share on other sites

Well, here's what I did. I created a quick database with a text field URL and pasted in what you have above. Then I created a script called Email with a single step:

OpenURL [ No dialog, URL ]

It worked perfectly (except for the paragraph returns, see http://www.fmforums.com/ubb/Forum9/HTML/000001.html for an article on how to fix this).

In fact, the Web-to-HTTP function (see article) may fix the problem. But if not, I would try rebuilding the calculation from scratch, since I can't seem to find anything wrong with it.

Chuck

Link to comment
Share on other sites

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