C# connecting to a mailenable server

For any other discussion relating to MailEnable.
Post Reply
quvo
Posts: 1
Joined: Wed Apr 06, 2011 2:53 pm

C# connecting to a mailenable server

Post by quvo »

I currently own a mailenable server and I am trying to devellop an application that will manage the maximum mail capacity of all my users.

I used the mailenable API to do this but I didn't find how to connect to a mailenable server in C#.

Thank you for your answer

quvo

diaphragmlifting424
Posts: 1
Joined: Fri Oct 07, 2016 4:18 pm

Re: C# connecting to a mailenable server

Post by diaphragmlifting424 »

I also want the way to connect to a mailenable server using C#.

Mitesh
Posts: 3
Joined: Mon Dec 17, 2018 6:33 am

Re: C# connecting to a mailenable server

Post by Mitesh »

Hi,
We have mailenable installed in our server. I've one requirement of finding the .MAI file and access its content which
is present in the SMTP Inbound folder by using Asp.net c#.

WarrenBurgess
Posts: 1
Joined: Wed Feb 06, 2019 11:53 am

Re: C# connecting to a mailenable server

Post by WarrenBurgess »

I am trying to send an email by using my MailEnable email account but this code produces the following exception:

"Syntax error, command unrecognized. The server response was: Welcome to MailEnable POP3 Server"

If I use port 8080, I get a timed out exception.

Brett Rowbotham
Posts: 560
Joined: Mon Nov 03, 2003 7:48 am
Location: Cape Town

Re: C# connecting to a mailenable server

Post by Brett Rowbotham »

Send email via SMTP on port 25

AngilinaAbraham
Posts: 2
Joined: Tue Dec 10, 2019 3:05 pm

Re: C# connecting to a mailenable server

Post by AngilinaAbraham »

Brett Rowbotham wrote:
Fri Feb 15, 2019 4:54 am
Send email via SMTP on port 25
Agree this a good way out. I did the same.

Post Reply