Normal Topic @SendMail() Binary Attachment Limit? (Read 740 times)
actiontech
Full Member
***
Offline



Posts: 173
Joined: Apr 10th, 2016
@SendMail() Binary Attachment Limit?
Mar 29th, 2018 at 4:07pm
Print Post Print Post  
Hello, I'm trying to program @SendMail() to send multiple attachments. So far I've tried inserting another , "vPicture1", "vPicture2" and so on and that doesn't seem to work. I've also tried the curly braces "{vPicture1, vPicture2}" and that doesn't seem to work either. Is the @SendMail() command limited to sending one binary attachment at a time?
  
Back to top
 
IP Logged
 
Ray the Reaper
Global Moderator
Members
Lantica Support
*****
Offline


The One & The Only

Posts: 2480
Joined: Aug 20th, 2003
Re: @SendMail() Binary Attachment Limit?
Reply #1 - Mar 29th, 2018 at 4:26pm
Print Post Print Post  
Unless the pictures you want to attach are literally named vPicture1 and vPicture2, the syntax you want for the binary attachment argument is

Code
Select All
vPicture1 + "," + vPicture2 



-Ray
  

Raymond Yoxall Consulting
ray.yoxall@gmail.com
ryoxall@lantica.com
Sesame Applications, Design and Support
Back to top
IP Logged
 
actiontech
Full Member
***
Offline



Posts: 173
Joined: Apr 10th, 2016
Re: @SendMail() Binary Attachment Limit?
Reply #2 - Mar 29th, 2018 at 4:39pm
Print Post Print Post  
Ah thanks, didn't work before because I typed in something wrong, works now.
  
Back to top
 
IP Logged