Skip to content

mailed-by and Return-Path sent as apache@server.domain.com #14

@chuckreynolds

Description

@chuckreynolds

I've tried setting the Sender with phpmailer_init action but that did nothing.

function mail_return_path( $phpmailer ) {
    $phpmailer->Sender = 'email@domain.com';
}
add_action( 'phpmailer_init', 'mail_return_path' );

Any help on how to force that through?

method used to send email: php

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