Skip to content

Enhancement: with ".disableAllClientValidation(true)", also ignore errors from the completeness check #452

@bbottema

Description

@bbottema

Originally reported in #448. According to RFC 5322, the From header and recipients list is mandatory for sending emails. However, there are use cases where this rule should not be enforced. For example when only logging an email, or when handling it using a CustomMailer.

There's a .disableAllClientValidation(true) method already, but this precludes the completeness check. This check should now also be ignored (or at least made only to log issues as warnings).

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions