jakewaldron / PlexEmail

This script aggregates all new TV, movie and music releases for the past configured time then optionally writes to your web directory and sends out an email.
206 stars 32 forks source link

Unsubscribe doesn't appear to be honored #91

Open jdobbs opened 6 years ago

jdobbs commented 6 years ago

I've added an email address into the conf file under the unsubscribe option so emails won't be sent to it. Does matter if the script is running manually or through Task Scheduler, this email is still sent out. I receive a bounce back as it's not a valid email address. This address is NOT in the email_to field.

email_unsubscribe = ['plex@strike.net']

Any thoughts as to why this email would still be sent out?

image

jacc1234 commented 6 years ago

I am seeing the same issue actually. I tried email_unsubscribe = 'user@email.com' also without success.

RobertSmits commented 6 years ago

I found that the unsubscribe only gets used if email_individually is true.