• Is there a way to confirm that emails sent by UM include a valid return path header-that is, not a default return path, but the same email address as in the “from” header.

    I’m trying to track down email that is being sent where the return path and the “from” emails are different.

    Thanks.

    https://ww.wp.xz.cn/plugins/ultimate-member/

    Example:

    here is partial cut and paste of header from a reset password email:

    X-Received: by 10.13.197.197 with SMTP id h188mr866712ywd.274.1467833371552;
    Wed, 06 Jul 2016 12:29:31 -0700 (PDT)
    Return-Path: <[email protected]>
    Received: from NFDC240.NFDC.NET (nfdc240a.nfdc.net. [68.168.144.182])

    The Return Path needs to be changed to the “from” email…how is that done?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi,

    UM is using the wp_mail function. You can modify that function with wp_mail filter hooks: https://codex.ww.wp.xz.cn/Plugin_API/Filter_Reference/wp_mail

    Regards,

    If someone doesn’t know any code, would you say, its possible to change let say pending review mail to profile updated mail? 😉
    The thing is i dont need that mail but as i use um plugigin with wp file download to upload documents to specific users, i would need an email to be sent when a new document has been uploaded.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Do UM emails support a valid RETURN PATH HEADER’ is closed to new replies.