Filter based on Genre (Email with just new Horror Movies this week)
Filter based on Content Rating (So we can have a Plex Email just for Kids)
Thank you, this is great.
Good ideas. I'll add them to my growing list ever since I posted this to Reddit :)
Once I can get a more stable release and better instructions for all platforms, I'll start working on them.
My vision in a future release will have it configurable by individual. Set an email, media types to show, libraries to show, filter by different tags, etc.
FROM = formataddr((str(Header(config['email_from_name'])), config['email_from'])) if ('email_from_name' in config) else config['email_from']
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/header.py", line 183, in __init__
self.append(s, charset, errors)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/email/header.py", line 267, in append
ustr = unicode(s, incodec, errors)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 4: ordinal not in range(128)
It's an issue with either email_from_name or email_from. Could you give me those values (feel free to put in dummy text for the portion before the @ sign.
It's an issue with either email_from_name or email_from. Could you give me those values (feel free to put in dummy text for the portion before the @ sign.
From should be just a string and from_name the issue is that the ' is causing issues and needs to be escaped with a "\"
Traceback (most recent call last):
File "plexEmail.py", line 851, in
sendMail(email)
File "plexEmail.py", line 272, in sendMail
server.sendmail(FROM, TO, msg.as_string())
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/smtplib.py", line 735, in sendmail
raise SMTPRecipientsRefused(senderrs)
smtplib.SMTPRecipientsRefused: {'z': (553, "5.1.2 We weren't able to find the recipient domain. Please check for any
5.1.2 spelling errors, and make sure you didn't enter any spaces, periods,
5.1.2 or other punctuation after the recipient's email address. y7sm5932988pdp.92 - gsmtp")}
Traceback (most recent call last):
File "plexEmail.py", line 851, in
sendMail(email)
File "plexEmail.py", line 272, in sendMail
server.sendmail(FROM, TO, msg.as_string())
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/smtplib.py", line 735, in sendmail
raise SMTPRecipientsRefused(senderrs)
smtplib.SMTPRecipientsRefused: {'z': (553, "5.1.2 We weren't able to find the recipient domain. Please check for any
5.1.2 spelling errors, and make sure you didn't enter any spaces, periods,
5.1.2 or other punctuation after the recipient's email address. y7sm5932988pdp.92 - gsmtp")}
Doublechecked the email and it looks good.
It's an issue with one of the emails on the to line. Please send me email_to.