bstascavage / plexReport

Scripts to generate a weekly email of new additions to Plex
67 stars 17 forks source link

Question: Possible to remove date from subject line? #72

Open crazyman143 opened 8 years ago

crazyman143 commented 8 years ago

Just wanted to see if this was a simple change I can make, if not it's fine. Thank you.

jjbmetal commented 6 years ago

This was a while ago, but if you didn't figure it out. I think you can just update lib/mailReport.rb to remove part of the below line after ['subject'].

subject $config['mail']['subject'] + " " + (I18n.l Time.now.to_date)