Skip to content

SecureMailer.class.php: "Return-Path" must align "From" #81

@danielmarschall

Description

@danielmarschall

DMARC fails if "Return-Path" is different than "From", and so the mail gets marked as spam.

"Return-Path" is usually automatically set by the MTA, but it can be forced this way:

mail(..., ..., ..., ..., '-f sender@example.com');

This should be done automatically by SecureMailer.class.php

Metadata

Metadata

Assignees

No one assigned

    Labels

    coreChanges to the core of OIDplus

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions