Skip to content

Email.Headers.Add("Bcc"…) does not do what one might think #134

@quite

Description

@quite

If you do Email.Headers.Add("Bcc", "foo@example.com"), you don't get a BCC to that address, but instead an email to the To:, which has a visible header Bcc: foo@example.com. Perhaps this is by design? But Email.Headers.Add("To", "bar@example.com") for example does override Email.To.

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