New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Comments
What is generating the email? You could always hook that to include an inline attachment. I think vnstati just generates the image though right?
Yup vnstati just makes the picture, I use the program logwatch to generate the email .... thinking about it .... it's just an html template, so I think I can just update the code in there to include a link to the image
Exactly or BASE64 encode the image so it sits within the HTML rather than as an external attachment.