I'd like to send an e-mail from the python program on Bluemix...

Asked 2 years ago, Updated 2 years ago, 96 views

I would like to send an e-mail from Pyyhon running environment on Bluemix, such as an e-mail command or sendmail
I'm in trouble because I can't find the command.What should I do?Please let me know.

python sendmail bluemix

2022-09-29 21:46

1 Answers

Unfortunately, I can't use the Linux box sendmail.

How about SendGrid in the Bluemix service catalog?
I think I can use it with the Free Package plan.
Please refer to the following URL for the Python sample code.

https://sendgrid.com/docs/Integrate/Code_Examples/python.html


2022-09-29 21:46

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.