How to set up my own SMTP server on my system?

I can configure my own SMTP server on my system. I have an internet connection in my system as well. My task is to create my own SMTP server, and I configured the SMTP data on the client, for example, thunderbird, etc., And can it send mail to users who have accounts in gmail, yahoo, etc. For example, if I create the domain name www.mycompany.com in my SMTP, and if I create the username as john, I will need to send mail from john@mycompany.com to any gmail user, yahoo. Also I need to receive the letter in different ways. What are the procedures?

+5
source share
1 answer

This PDF document explains how to configure your computer as an SMTP server.

http://www.outlookwise.com/Downloads/Documents/OutlookWise/OutlookWise_SMTP_Mail_Server.pdf

0
source

All Articles