I need a service which allows me to edit a hosted text file by email.
For example: I write an email to
[email protected] with subject "ADD LINE 10" and sending it the mail body is inserted into myfile which is hosted on a server of someservice.ext. Same for "DELETE LINE 12" or "SUBSTITUTE LINE 15". If I write "ECHO FILE" or something similar, the service should send me an email with the
updated content of the text file.
Does it exist?