cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
wei
wei
Level II

How to send mail to multiple e-mail addresses using JSL mail function

Hi There,

May I ask if possible to send mail in jsl to multiple email addresses?  What are the parameter use?

Thank you in advance.

 

Regards,

Sherwin

10 REPLIES 10

Re: JSL mail function

There's another "solution" that almost works, but it still requires interaction in order for the email to actually send. If you create a "mailto:" link, then the email can go to multiple people, but you still have to click the send button, and you can't add attachments this way.

 

As an example (generated using the tool at: https://cha4mot.com/t_mailto.html

web("mailto:fred, wilma, betty, barney?Subject=test%20subject&Body=body");