How to know if one or more email attachments did not properly get emailed even though the SMTP socket MailSent event executed?
Am I missing an error flag with regards to attachments?
Will the entire email fail if one or more attachments weren’t able to be properly emailed for whatever reason?
I’ve got to send emails that will have many attachments, the number changes for each email.
I need to know if an attachment failed to get sent or failed to attached properly.
I’m assuming checking the folderitem (attachment) for exists and <> nil aren’t the proper ways of doing this.
Doesn’t the SMTP and SMTP secure socket throw an error to indicate an attachment’s attached and transfer status?
Thank you in advance.