• Resolved eiffel04

    (@eiffel04)


    Hello !

    Many thanks for this great plugin !
    I want to use it for sending a music MP3 file in exchange of the user email.

    Is it possible to put the artist name of the MP3 file in the email subject ? I guess it needs some coding to do that…

    Thanks !

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

    (@mkscripts)

    Hi,

    That’s nice to hear, thank you!

    A simple solution could be to use the artist name in the filename so you can use the placeholder {download_file} in the email subject in Admin Menu -> Downloads -> Messages.

    If you prefer coding, there is a filter available to adjust the email subject:

    $subject = apply_filters( 'dae_email_subject', $subject, $values, $file );

    This filter is located in /wp-content/plugins/download-after-email/includes/shortcodes.php

    Kind regards,
    Team Download After Email

Viewing 1 replies (of 1 total)
  • The topic ‘Song file artist name email download’ is closed to new replies.