I receive emails with a huge amount of text and I only need a few lines of it. I wrote a php script to display the lines of the email I need then I can print it.
I have to manually export the email to a text file. I would like to have all emails from a certain email address automatically exported to a folder on my server, then my php script can read them. Would be good if the filenames were a number incrementing.
I am a complete newbie to notes scripting, if someone could give me example code of how to do this, plus steps on how and where the code needs to go for it to run that would be excellent!
I have to manually export the email to a text file. I would like to have all emails from a certain email address automatically exported to a folder on my server, then my php script can read them. Would be good if the filenames were a number incrementing.
I am a complete newbie to notes scripting, if someone could give me example code of how to do this, plus steps on how and where the code needs to go for it to run that would be excellent!