-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Description
I'm creating a transmission like this:
var mail = new Transmission();
mail.Content.From.Email = "test@example.com";
mail.Content.From.Name = "Tester";
mail.Content.Subject = subject;
mail.Content.Text = body;
mail.Recipients.Add( recipient );
However, the json submitted to the API by the sdk/library only has the email in it, and ignores the mail.Content.From.Name property. => Bug
Metadata
Metadata
Assignees
Labels
No labels