Author |
|
mlts Newbie
Joined: 12 November 2014
Online Status: Offline Posts: 15
|
Posted: 12 November 2014 at 1:57am | IP Logged
|
|
|
Hi,
One of my colleagues claims he saw somewhere in documanation of Mailbee that it can serve as an SMTP server. I can't find that anywhere, and i think he confused something, nontheless, as its quite important for us at the moment, i wanted to make sure:
Is it possible to use any of the Mailbee components (preferably in c# / .net) as SMTP server?
That means: I'd create some windows service running all the time and listening on smtp port. Once there is an incoming communication it would proces all the "helo" etc. requests and take the incoming mail properly formated and everything. And that's it. Now i could do something with that mail, like pass it somewhere for sending, or save it to DB.
Just need handling of the smtp protocol as a server.
Thanks.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 12 November 2014 at 2:12am | IP Logged
|
|
|
MailBee.NET Objects can only be used for developing email clients, it doesn't offer any abilities to work as SMTP server, such as listening to port.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|