I am using the sc_mail_send([glo_smtp], [user], [glo_pw], [from], [to], [subject], [message], ‘H’, [glo_copias], ‘BCC’, ‘587’, ‘N’, {attachments});
where {attachments} = absolute path ( example {attachments}=“http://my-911.com/SACAN/Updating%20your%20profile%20My911.pdf”);
Which works perfectly, however how would I load up {attachments} so that it could include multiple attachments?