Is it possible to send an external message (e.g., and email or SMS text, tweet, etc.) via R without providing a sending
account?
If so, how would one send a quick message to an email account or mobile device using R in such a way that doesn't require a sender
account input?
- Example usage: to inform user when code is done running.
I've seen other SO posts discussing how to send emails (e.g., here and here) and texts via R, but none of these sources discusses the possibility of doing so without providing an explicit sender
account (i.e, credentials).
Disclaimer: This is not for sneaky business, but rather to simplify security/privacy.