Skip to content

Content.From.Name not serialized #15

@JohannesRudolph

Description

@JohannesRudolph

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions