I using the sc_mail to send emails with attachment files, and it works perfectly, but now I need madar mail attachment with several files, how I indicate that several?
example
sc_mail_send ($smtp, $usr, $pw, $out, $in, $sbj, $msg, ‘H’, ‘’, ‘’, ‘465’,‘S’,‘file1-file2-file3’);
Thank you