Jump to content

Email multiple people


MaCgyver
 Share

Recommended Posts

  • Developers

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.
  :)

Link to comment
Share on other sites

  • Developers

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.
  :)

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...