MaCgyver Posted September 13, 2006 Posted September 13, 2006 I am not creating a spam script. However I need to be able to email multiple persons. Right now I want to at least email 3 seperate persons. What do I have to do with this? $s_ToAddress = create some type of array?
Developers Jos Posted September 13, 2006 Developers Posted September 13, 2006 I am not creating a spam script. However I need to be able to email multiple persons. Right now I want to at least email 3 seperate persons.What do I have to do with this? $s_ToAddress =create some type of array?Guess you are talking about _InetSmtpMail() ?As far as I know, it can only handle 1 to address_InetSmtpMailCom() does support multiple to's separate by a ";" ... SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
MaCgyver Posted September 13, 2006 Author Posted September 13, 2006 (edited) Guess you are talking about _InetSmtpMail() ?As far as I know, it can only handle 1 to address_InetSmtpMailCom() does support multiple to's separate by a ";" ...did u mean "does not support". Edited September 13, 2006 by MaCgyver
Developers Jos Posted September 13, 2006 Developers Posted September 13, 2006 THANKS...i did try the ; but not with quotes.with qoutes ?Its: "name@domain.com;name2@domain.com" but not with _InetSmtpMail() !!!! _InetSmtpMailCom() does support multiple TO's. SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
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