Search found 49 matches

by RickH
Fri May 28, 2010 11:45 pm
Forum: MailEnable Developers
Topic: Monitoring incoming mail using .Net
Replies: 5
Views: 14250

Re: Monitoring incoming mail using .Net

Isn't that what we were saying by using a pickup event? The MTA fires the pickup event. Well things did work out for me. I have been running a console application that I created in VS 2008. It is called with each incoming and outgoing email by the pickup event. Works fine. Very low use server howeve...
by RickH
Mon Nov 09, 2009 12:15 pm
Forum: MailEnable Developers
Topic: Monitoring incoming mail using .Net
Replies: 5
Views: 14250

I have not. I am playing with a pickup event that will trigger a desktop application but I havent spent much time on it.
by RickH
Fri Oct 23, 2009 10:45 pm
Forum: MailEnable Standard Edition
Topic: No connection to smtp possible
Replies: 1
Views: 3529

Could you have a possible firewall problem?

Set exclusions for Pop (110) and SMTP (25).

RickH
by RickH
Wed Oct 21, 2009 3:34 pm
Forum: MailEnable Developers
Topic: Monitoring incoming mail using .Net
Replies: 5
Views: 14250

Lots of views with no opinions. Keep in mind I am not asking you to solve the problem for me (I hate when people do that), I am just looking for opinions on how others have done this and what they recommend. Knowing an email has arrived to a certain mailbox or group of mailboxes sounds simple until ...
by RickH
Sun Oct 18, 2009 8:35 pm
Forum: MailEnable Developers
Topic: Monitoring incoming mail using .Net
Replies: 5
Views: 14250

Monitoring incoming mail using .Net

I would like to know what other developers think about monitoring incoming mail. Does it make sense to just use the file system object in .Net and look for new files appearing in the Mailenable inbox directories or instead use ME pickup events to instead inform an application that a new mail message...
by RickH
Sun Jun 29, 2008 3:18 pm
Forum: MailEnable Developers
Topic: Is it possible to enhance the SMTP connector...
Replies: 25
Views: 50248

Considering I used this almost a year ago, it is possible your results are much different than what I had. I ran this for over a month and the scripts I had created worked great. Of course the constant faulting and restarting made this unusable the SMTP scripts did appear to be executing correctly. ...
by RickH
Fri Jun 27, 2008 9:25 pm
Forum: MailEnable Developers
Topic: Is it possible to enhance the SMTP connector...
Replies: 25
Views: 50248

I think you have done everything right. Here is what I have in my registry. I have all the scripting disabled however. Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Mail Enable\Mail Enable\Connectors\SMTP\Scripts] "DATA Script Status"=dword:00000000 "MAIL Script Status"=dword:000...
by RickH
Thu Jun 26, 2008 6:21 pm
Forum: MailEnable Developers
Topic: Is it possible to enhance the SMTP connector...
Replies: 25
Views: 50248

I agree. Having this capability really allows a developer to control the mail server at a very low level.
by RickH
Wed Feb 20, 2008 4:14 pm
Forum: MailEnable Developers
Topic: Is it possible to enhance the SMTP connector...
Replies: 25
Views: 50248

I am sorry that I stopped updating this thread. I left everyone thinking things were working great. I did have problems. The SMTP server would shutdown after an extended length of time while using my RCTP TO: scripts. I finally set it up to restart after failure so that I knew it was always running....
by RickH
Mon Jul 30, 2007 1:31 pm
Forum: MailEnable Developers
Topic: Is it possible to enhance the SMTP connector...
Replies: 25
Views: 50248

This is working great.
I have a script in place that runs for each call to the RCPT TO: verb.
I am going to try it on my production server and see how it holds up.
I am using a database connection so I am concerned about processing time. I will post updates.

RickH
by RickH
Mon Jul 23, 2007 5:48 pm
Forum: MailEnable Developers
Topic: Is it possible to enhance the SMTP connector...
Replies: 25
Views: 50248

I will try this and see what happens.
Please see your PM for a question.
by RickH
Mon Jul 23, 2007 3:19 pm
Forum: MailEnable Developers
Topic: Undisclosed-recipients driving me nuts in my script. Help!
Replies: 2
Views: 6622

Very good info, thanks. I will look into that...

RickH
by RickH
Sat Jul 21, 2007 12:56 am
Forum: MailEnable Developers
Topic: Is it possible to enhance the SMTP connector...
Replies: 25
Views: 50248

My biggest concern in taking that approach is that it may break SPF because the incoming mail server would now be the proxy.

RickH
by RickH
Fri Jul 20, 2007 5:51 pm
Forum: MailEnable Developers
Topic: Undisclosed-recipients driving me nuts in my script. Help!
Replies: 2
Views: 6622

Undisclosed-recipients driving me nuts in my script. Help!

I use ME Pro 1.85. I have pickup event scripts that do many things like SPAM checking and email forwarding. My problem stems from emails that are addressed to undisclosed-recipients. ME knows what mailbox to place them in but for some reason, I cannot see the destination in any of the CDO message fi...
by RickH
Fri Jul 20, 2007 5:41 pm
Forum: MailEnable Developers
Topic: Is it possible to enhance the SMTP connector...
Replies: 25
Views: 50248

Bump.
This issue has come up again and I would like input from others.
ME Pro 1.85 version in use.