Developing custom connector

Discussion for developers using MailEnable.
Post Reply
go123456
Posts: 4
Joined: Fri Feb 06, 2009 5:36 pm

Developing custom connector

Post by go123456 »

Hi all,
i try to develop a connector that add text to certain users emails.
i wrote an EXE application that can read the message file and add text to it.
my problem is, that i don't know how to execute it.
i followed the instructions in the API guide.
1) i've add a new section for the connector in the registry. is their key value pairs that should be added there?
2) i've configured the ADDRESS-MAP.TAB file, so the specific email account will redirected to the new connector. E.G.:
[SMTP:test@mydomain.com] [MYADD:test@mydomain.com/test].
is this correct?
and then i stucked. i dont know how to continue?

all i want to do is just to add some text for specific emails accounts.
i know that there is pickup event, but it executes on all of the emails. i want to run my execute not on all emails, but just for specific email account that configured before.
please help.
TX,
Joe
didn't

johnd34
Posts: 73
Joined: Thu Jul 29, 2004 10:43 am
Location: UK

Post by johnd34 »

hi

you call it from the MTA agent hook.

You can launch a .bat file to call it, which is what I do.
But remember that you should be prepared to have this running multiple times simultainously
John D
JD Projects

Developer of E-Mailing Systems
West of England
Check out our email service built on mailenable
www.proserviceemail.co.uk
www.jdprojects.co.uk
www.smarterweb.co.uk

Post Reply