hello,
i have to build an application in order to handle bounced emails (massive emailing).
a java thread is supposed to scan on mail servers (PostFix) all bounced emails (emails returned in errors such as 'user unknown'...).
all scans params (filter headers messages, constants actions...) are stored in a database (SQL Server).
do I have to implement EJB on SQL Server database : this database only contains datas required by the thread (Filters to apply...).
Theses datas won't be updated nor deleted (or once at month).
Thanks for reply, i'm stuck with it.
bobinan
|