Simple Email Forwarding Server

I need to forward emails for multiple domains to other email addresses. I used to use hMailServer on my Windows server to perform this forwarding function, but I'm looking for something simpler that I can interact with with a .NET application.

Is there a simple email server that I can easily handle? Spam filtering or email storage is not required.

+4
source share
1 answer

I have never used hMailServer, but according to the documentation, the COM API looks like it will be compatible with automation (since they got VBScript samples), so you should have access to this from .Net.

I would suggest looking at a rule object or forum

+2
source

Source: https://habr.com/ru/post/1332096/


All Articles