Send more than 1 document using SendSmtpMail

If you are a VB developer and have questions about using our products from VB, here is the place to post them.
Post Reply
rania1483
Posts: 5
Joined: Wed Feb 15 2006

Send more than 1 document using SendSmtpMail

Post by rania1483 »

Hello, how can i send 2 documents using SendSmtpMail?
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

The last parameter of SendSmtpMail is the FileNames, this is the series of files names and their captions as they should appear in the email attachment. THe file name is the full path of the file to send, the caption is the name of the file as seen by the recipient

The syntax for sending multiple files is as follows:
file1;caption1;file2;caption2;....

Hope this helps.
Post Reply