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 ?
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 problem solved