0
Please I need help on a code to send mail using business mail in python
Code to send mail
5 Réponses
+ 3
That's extremely easy with Python thanks to its smtplib library. Check this out:
https://code.sololearn.com/cveFfZ2mIU02/?ref=app
https://code.sololearn.com/ckJDnTXnaf7M/?ref=app
https://code.sololearn.com/cb6dlza9qu4M/?ref=app
+ 1
Abiodun It's an Extended Hello command. It initiates the transmission with the server.
https://en.m.wikipedia.org/wiki/Extended_SMTP
+ 1
Thanks I'm grateful
0
Thanks
0
What does the function ehlo() means