slbr549 Posted December 21, 2000 Posted December 21, 2000 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.
Chuck Posted December 22, 2000 Posted December 22, 2000 Are you using the Open URL script step or the Send Email script step? The calculation you give should work for Open URL. Chuck
slbr549 Posted December 27, 2000 Author Posted December 27, 2000 Thanks for responding. I'm using the open url script.
Chuck Posted December 28, 2000 Posted December 28, 2000 Can you give an example of text that your calculation comes up with? Perhaps there is something in these fields that is causing the problem? Chuck
slbr549 Posted January 2, 2001 Author Posted January 2, 2001 mailto:[email protected]?subject=Triad New Home Guide Reader Reponse Information?body=Magazine: Fall 2000 Triad New Home Guide Name and Address: Santa Claus 3110 AnyStreet Anytown, NP 99999 Price Range of Home: A. $60's - $110,000, B. $110-$200,000 Location Interest: None Specified Type of Lead: General
Chuck Posted January 3, 2001 Posted January 3, 2001 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
Recommended Posts
This topic is 8995 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