Newbies Jon Posted April 3, 2001 Newbies Posted April 3, 2001 I need to script an email automation. Now when I want to be able to email a certain group of people in records, I have to do a look-up then export a .csv file and copy and paste from excel. How can I automate this so that I can cut the cutting and pasting out? Any ideas?
Gerd Muller Posted April 3, 2001 Posted April 3, 2001 Use the script command "open URL" to open a new e-mail message in your favorite e-mail program. The URL could be the following: "mailto:" & emailadress & "?cc=" & CCadress & "?bcc=" & BCCadress & "?subject=" & subjectfield & "&body=" & bodyfield If you want to send one email to several adresses, use only the BCCadress, and separate the e-mail adresses by comma (loop-script copying the adresses in a global). So the recievers don't see the adresses of all the other recievers. Text in the subjectfield and in the bodyfield have to be cleaned from special characters such as < > CR. Gerd
Recommended Posts
This topic is 8640 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