Is it possible to send an e-mail from the command line?
Answer:
There is no ready-to-use solution for these purposes.
Probably, yes, you can install some SMTP sender and generate your own emails. But, we don't recommend to do it. It can be hard to track and troubleshoot such emails.
This is not a Domino thing, but I've researched a bit and found:
https://realpython.com/python-send-email/
https://www.nixtutor.com/linux/send-mail-with-gmail-and-ssmtp/
https://blog.edmdesigner.com/send-email-from-linux-command-line/
Comments
1 comment
I've found one more working example:
https://automatetheboringstuff.com/chapter16/
Submitted by: alex.abramovich
Please sign in to leave a comment.