Re: SendMail with multiples receives
- To: mathgroup at smc.vnet.net
- Subject: [mg127293] Re: SendMail with multiples receives
- From: Rodrigo Murta <rodrigomurtax at gmail.com>
- Date: Sat, 14 Jul 2012 01:31:08 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
- References: <20120713065322.147EB6857@smc.vnet.net>
Nice!.. Worked. Tks for the fast answer. 2012/7/13 Ulrich Arndt <ulrich.arndt at data2knowledge.de>: > try > > "To"->{"x1 at xxx.com.br", "x2 at xxx.com.br", "x3 at xxx.com.br", "x4 at xxx.com.br"} > > > Ulrich > Am 13.07.2012 um 08:53 schrieb Murta: > >> 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! >> >
- References:
- SendMail with multiples receives
- From: Murta <rodrigomurtax@gmail.com>
- SendMail with multiples receives