-
Book Overview & Buying
-
Table Of Contents
Python Automation Cookbook - Third Edition
By :
Dealing with communication channels is where automation can produce big gains. In this chapter, we'll see how to work with two of the most common communication channels – emails (including newsletters), and sending and receiving text messages by phone.
Over the years there has been a fair amount of abuse of both channels, in the form of spam or unsolicited marketing messages, and this makes it necessary for senders to use external applications that handle message validation and abuse to avoid messages being rejected by automated filters.
For example, if you send many marketing emails from your own Gmail account, it is likely that the account will be blocked as it will detect this as possible spam. Instead, using a specialized tool for marketing emails will ensure that proper validation and spam protections are in place.
When presenting those tools, we will comment on the common pitfalls (rate limits, getting blocked, anti-spam rules...