I am not at all familiar with SMTP
but I am working on sending emails
through Python
code. I have the code but I need to pass SMTP
host name
for it to actually work. Is there any service which provides a free SMTP
service that I leverage for testing out my code? I looked around to create my own SMTP server
but couldn't find something that provides a step by step guide to create a SMTP server
. I want to create a free server(or if there is any free service) that will provide me with a host name(ip
address) so that I can put that host name in my python code and execute it from any machine.
If anyone can point me in the right direction it will be helpful.