email automation

Ryan Johnson rj.amdphreak at gmail.com
Tue Oct 23 03:28:18 EDT 2018


Consider a web service API…Not really sure about where you want to evaluate your incoming emails, but perhaps MailChimp could help.
https://mailchimp.com/features/marketing-automation/
There are a bunch of ways to automate things with web services now, using Zapier.

https://mailchimp.com/features/marketing-automation/ 

Your question opens a big pandora’s box.

If you use web svc with API, either expect them to provide a library in your language, or expect them to send a structured data file over the internet, like json.
For web connection, use urllib.
For json use json module.
On windows:
py -m pip install urllib json

Sent from Mail for Windows 10

From: Brian Oney via Python-list
Sent: Monday, October 22, 2018 11:37 AM
To: python-list at python.org
Subject: email automation

Dear List,

I would like to send out custom automated replies to email. In the future, I
would like to be able to integrate nltk and fuzzy matching if necessary.

After some basic research I have a few options:

     1. Grapple with OpenEMM (interesting software, has python library, still alive and kicking, a bit overkill for my use-case);
     2. build on the examples in 'Automate the boring stuff';
     3. forget about it.
     
Please tell me about any possible alternatives I missed.

Kind regards,
Brian
-- 
https://mail.python.org/mailman/listinfo/python-list




More information about the Python-list mailing list