LUA - send email to multi recipients[solved]
Posted: Tuesday 10 May 2016 21:00
How can I send email to multi recipients?
If I use this code, second email(bbbb) will be as CC
if i use this code, only bbbb will get the email not aaaa
do I have to use some kind of delay between aaaa and bbbb?
If I use this code, second email(bbbb) will be as CC
Code: Select all
commandArray['SendEmail']='Subject# #[email protected];[email protected]'Code: Select all
commandArray['SendEmail']='Subject# #[email protected]'
commandArray['SendEmail']='Subject# #[email protected]'