Tomo1 Posted March 23, 2001 Posted March 23, 2001 When using the "Mail" script, is there anyway you can E-mail more then 1 field! Can you also use Microsoft Entourage as your Mail Application?
slbr549 Posted March 23, 2001 Posted March 23, 2001 You need to create a calculation field as your "email field". Here is a basic example that assumes a salutation field and a body field need to be emailedL Emailfield = "Dear: " & namefield & "
signal Posted March 29, 2001 Posted March 29, 2001 I use the open url command with "mailto:" and it works great in Entourage.
Gerd Muller Posted April 2, 2001 Posted April 2, 2001 I'm also using the open URL command to mail to a list up to 150 adresses. So the "URL" is pretty long. With Outlook and Outlook Express, I usally don't have any problems, but with Netscape or Eudora, the URL will be cutted after about 150 characters. I'm working with Mac OS9.04 and 9.4, but also with Windows NT. Always the same. anyone the same problems? Gerd
Clancy Posted March 6, 2002 Posted March 6, 2002 Does anyone have any sample scripts for a beginner ?
Tomo1 Posted March 6, 2002 Author Posted March 6, 2002 Have a button called 'Send Mail', Define the button to perform a script similar to this. Insert Calculated result (you would create a validation field which all the text you wish to send in the e-mail) Now add the 'send mail' function and define the validation field as the message field. You can now have a static e-mail address or define another e-mail address that the user will enter.
Newbies filip.cervinka Posted March 6, 2002 Newbies Posted March 6, 2002 If you wish to send by E-mail more then 1 field, you need to prepare calculation field! quote: Originally posted by Jimbo: When using the "Mail" script, is there anyway you can E-mail more then 1 field! Can you also use Microsoft Entourage as your Mail Application?
Recommended Posts
This topic is 8554 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