SendMail with multiples receives
- To: mathgroup at smc.vnet.net
- Subject: [mg127273] SendMail with multiples receives
- From: Murta <rodrigomurtax at gmail.com>
- Date: Fri, 13 Jul 2012 02:53:22 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
Hi All
I have made some reports using SendMail to communicate it.
There is some way to send for multiples receives in one time?
I tried this, but with no sucess (see the "To" line).
SendMail[
"To"->"x1 at xxx.com.br, x2 at xxx.com.br, x3 at xxx.com.br, x4 at xxx.com.br",
"Subject"->"subject",
"Body"->"teste,
"From"->"rodrigo at xxx.com.br",
"UserName"->"rodrigo at xxx.com.br",,
"Password"->Uncompress@"1eJxTToPCmZnYGAw1jE0MTS1BAbswMC",
"Server"->"smtp.myserver.com.br",
"PortNumber"->587
]
It works just for one at time, so I have to use Map. It's the best way?
tks in advance!
- Follow-Ups:
- Re: SendMail with multiples receives
- From: Rodrigo Murta <rodrigomurtax@gmail.com>
- Re: SendMail with multiples receives
- From: Ulrich Arndt <ulrich.arndt@data2knowledge.de>
- Re: SendMail with multiples receives