I have a website that I am currently developing. I have used a ContactMe form on the site to receive emails from whoever fills the form in. The emails are sent to a completely separate email account that will only receive ContactMe emails and won't be used for anything else. I used this because I am terrible when it comes to PHP and don't fully understand how it works but I want to use my Raspberry Pi to print out every email that is sent to that email account the moment the email goes through. Is there a simple solution to doing this? Maybe even in Python that wouldn't be insane.
Cheers!