MGadAllah Posted October 1, 2006 Posted October 1, 2006 (edited) Hi All:I'd like to ask about a thing:I'm using Auto Play Media Studio, How to insert more then one email separated by comma, i.e. email1@example.com, email2@example.comI've did tried the option action send email on click with a subject. It did accepts only one email in TO field and did paste the subject into subject field (email2@example.com?subject=Help)but the field do not allow insert more then one email .Does there is any way to do it using the script tab!?Thanks Edited October 1, 2006 by mgadallah
Ric30 Posted October 4, 2006 Posted October 4, 2006 Hi!I'm not sure if this is what you looking for, but this will send to 3 diffrent emails with the same subject and email body.File.OpenEmail("email1@example.com?CC=email2@example.com&CC=email3@example.com&Subject=Your subject here&Body=Whatever you want as your email body here", SW_SHOWNORMAL);
Recommended Posts
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