Viewing 2 replies - 1 through 2 (of 2 total)
  • Yes there is a way u need to add a little amount of code.

    //CHANGE THE SENDER’S ADDRESS
    $emailFrom = ‘”Name of ur company or sender ” <sender’s email address>’;

    if (strlen($emailFrom) > 0 )
    $emailFrom = ‘From: ‘. $emailFrom . “\r\n”;

    You just need to add this code in your edit plugins in 1st .php file section of email before download plugin.
    See if that works and tell me .

    Hi,

    Here is a plugin which allows you to set any sender name and email address for the Email Before Download plugin.
    Works without the wp-mail-smtp plugin, and no coding needed.

    https://www.ads-software.com/plugins/custom-sender-for-email-before-download/

    Please, don’t forget to rate it, or even leave a comment. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘change email sender’ is closed to new replies.