We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To add attachments to an email, call the Attach method. For example:
dynamic email = new Email("Example"); email.Attach(new Attachment("c:\\attachment.txt")); email.Send();