Multiple attachment with sysInetMail - how include more than 1 file with this class ? or class alternatives which could use outlook rather than gmail

Hello,

Multiple attachment with sysInetMail - how include more than 1 file with this class while sending email ? or what are class alternatives which could use outlook rather than gmail and open outlook window with multiple attachments added ?

What about using smmOutlookEMail? You can call addFileAsAttachment() multiple times, with different values of the second parameter (_position).

Thank you man ! all ok :slight_smile: problem solved