Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send mails with attachment and multiple receivers #414

Open
JornWildt opened this issue Mar 28, 2021 · 1 comment
Open

Send mails with attachment and multiple receivers #414

JornWildt opened this issue Mar 28, 2021 · 1 comment
Milestone

Comments

@JornWildt
Copy link

It would be useful with a next generation of the mail interface, where both "Ccc" and "Bcc" are supported, as well as multiple addresses for each (using arrays of MailAddress) and attachments.

Attachment would be a list of something like this.

class MailAttachment
{
  string MimeType;
  string Name;
  byte[] Body;
}

In my case I want to send an approval message for a booking to both the tenant as well as a copy to the administrator - with a contract attached.

@HeyJoel HeyJoel added this to the Backlog milestone Apr 1, 2021
@purplepiranha
Copy link

This is something that I really need.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants