Skip to content

ASM Group ID on emails#15

Open
danconnell wants to merge 2 commits intosendgrid:masterfrom
danconnell:master
Open

ASM Group ID on emails#15
danconnell wants to merge 2 commits intosendgrid:masterfrom
danconnell:master

Conversation

@danconnell
Copy link
Copy Markdown

Adds the ability to set the ASM Group ID on emails.

So when sending the email:
transport.sendMail({
from: 'test@test.com',
to: 'test1@test.com',
subject: 'test subject',
html: 'test message',
sendgridASMGroupID: 123
}, callback);

Couldn't think of a better way to do this than putting it in the mail options, then deleting it within the transport.
#14

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants