sc_mail

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

That will not work with sc_mail_send. Either send multiple mails seperately or better yet, use php mailer which is more powerfull and free…

Thank you very much for your attention