|
|
|
|
|
by euoia
2116 days ago
|
|
On a similar vein, how easy is it to programmatically process emails? I receive a report every day as an email attachment that I would like to process automatically. Right now, I’m doing part where I open the email and download it manually. |
|
I run my own server so info stuff like this automatically as the mail comes in.
The people saying “use smtp” don’t know what they are talking about: SMTP is the protocol for delivering mail to a host. You want to process the message as or after it arrives.