Clear Attachments from previous email (wodSmtp)
I am doing something like this with the wodSMTP component:
Login once
Send multiple emails to different email addresses
Logout
The problem is, if the first email has an attachment added (using the wodSMTP.Message.Attach), then any email after that contains the same attachment, which I do not want.
Is there a way to clear the previous attachments without clearing out the whole wodSMTP object and not doing a Logout?
Thanks in advance for your help!