Hello,
Two questions, any help would be greatly appreciated:
1. I am interested in writing a Linux application that handles e-mail being accepted to a mail server (and processes them somehow). Can someone direct me to a basic pointer telling me how should I do that? (I just would like to write a "filter" that sits on top of sendmail and processes every incoming e-mail to a certain address).
Is a C++ application recommended for such thing? Would it mean that the executable is RELOADED for each e-mail, making it many unbearable for heavy load server?
2. I would like to send bulk e-mails to users who may be registed on my site using sendmail. Is it recommended to run sendmail for each e-mail being sent, or will it be too much for sendmail to handle? Each e-mail should have *different* text in it, so I cannot use Cc or Bcc or anything like that. Each e-mail is personalized with content.
Again, any help would be apperciated.
Lonolf.
Two questions, any help would be greatly appreciated:
1. I am interested in writing a Linux application that handles e-mail being accepted to a mail server (and processes them somehow). Can someone direct me to a basic pointer telling me how should I do that? (I just would like to write a "filter" that sits on top of sendmail and processes every incoming e-mail to a certain address).
Is a C++ application recommended for such thing? Would it mean that the executable is RELOADED for each e-mail, making it many unbearable for heavy load server?
2. I would like to send bulk e-mails to users who may be registed on my site using sendmail. Is it recommended to run sendmail for each e-mail being sent, or will it be too much for sendmail to handle? Each e-mail should have *different* text in it, so I cannot use Cc or Bcc or anything like that. Each e-mail is personalized with content.
Again, any help would be apperciated.
Lonolf.