• Resolved vmodha

    (@vmodha)


    So we have your wonderful plugin being used to download our PDF.

    In the email content being sent says:

    ****
    You can download our pitch deck here: EVERCAST-WEBSITE-DECK-12-09-2020.pdf
    ****

    Can we change the text so that it doesnt list the full file name and instead just say Download Deck?

    WHY?
    Because right now our emails are going to junk mail with all Microsoft Emails (hotmail). I’m wondering if this is the cause?

Viewing 1 replies (of 1 total)
  • Plugin Author mkscripts

    (@mkscripts)

    Hi,

    The easiest way to change this name is to change the name of the download file.

    There is a filter available to edit the email message, where you can replace the placeholder {download_file} with a custom value.

    $message = apply_filters( 'dae_email_message', $message, $values, $messages['email_content'], $file, $download_url );

    There is probably a different cause why emails are marked as spam. You can find more information about this issue here.

    Kind regards,
    Team Download After Email

Viewing 1 replies (of 1 total)
  • The topic ‘Hook or Filter to Change File Name in Email’ is closed to new replies.