PlexEmail - Email Recently Added Media

@Phairmedia said:

@“StreamNet Club” said:
Like this:

`


`

You can then style your logo with inline css to make it look better on different screens.

i appericate your help

adding that line to the python script makes it fail

File “C:\Plexemail\scripts\Plexemail.py”, line 788
SyntaxError: Non-ASCII character ‘\xe2’ in file C:\Plexemail\scripts\Plexemail.py on line 789, but no encoding declared; see PEP 263 – Defining Python Source Code Encodings | peps.python.org for details

Did you copy paste my code above?

The double quotes in my codes arent the right one. U need to edit them before pasting it to your file.

@“StreamNet Club” said:
The double quotes in my codes arent the right one. U need to edit them before pasting it to your file.
Just noticed that too email sends but the image doesn’t appear.

Sorry to be a pest

Is the source to the logo correct?

Also try to add a copy of your logo to the image folder of plexemail and call it like this

src=”images/yourlogo.png“

Ok so this i my bad :frowning: sorry. Now we added the logo to the webpage. To add it to the email you need to edit line 634 in the script.

If you need more help then send me your file and i will have a look :slight_smile:

<tr><td><img src=.................. /></td></tr>

Thank you @eadwyn for your project. Parting is sweet sorrow.
Though I hate to distract from PlexEmail, as it was quite good to me for many years, it never reached a point of ‘user friendly’ that made me happy - it never reached a capability to use templates - if wanting to edit the look of the html, you had to go in and hard code the python files. I only presume life took you to other great things that required your time and attention, as it does for so many other ‘good start’ Plex code projects.
I now use Tautulli for my HTML newsletters. It has a single file that can be edited to look like anything needed. And though it does contain a tiny bit of program-type code/logic to fill in some of the blanks (A python framework called Mako), it’s reasonably easy to figure out, or leave as is while only changing logos if wanted.
Between it’s newsletter feature, and the fact it allows me to monitor usage of my Plex server, and, with external scripts, CONTROL usage of my server, I no longer have to run two different python apps.

@eadwyn
@JamminR

I use both PlexEmail and Tautulli for newsletters, I still find that PlexEmail is better at capturing and sending cover art for the new items, especially if lots of new item (30 or more) are added, so I still prefer it.

Sorry @Marco_Fernandes just to understand… did you use the PlexEmail script to send the mail or you use another function of OMBI to do that?

BTW congratulations for your work in the HTML template… as @StreamNet said… will you share your HTML code here?

Best regards.

unfortunately I’m not using this solution anymore. I now use the Template from Tautulli and the newsletter function from Ombi. Pretty much a perfect system by now.

Webinterface:

Newsletter:

Cheers

Hey eadwyn,

Are you still supporting any issues related to this in 2019?