I'm writing a Java mass emailer application to send out emails to send between 50,000 to 100,000 a day to users.
The current plan is to delegate the sending to delegate to ...
I have a website that will send around a million messages per month to its 200,000 subscribers.
So far this was happening through MailChimp but the price of it is becoming ...
It's really not for us to define his business model. If his job is to implement a mailer according to spec, that's what his job is. Every bulk mailer is not a spam engine. With any long running process, I recommend shelling out to a new process or thread and returning the user to a polling status page immediately. The status ...
Hi, I'm currently sending out 2000 emails this way, using code in #1 a loop to send out messages (plain text, no attachments) and #2 method. My question is that I'm going through Exchange Server, and if I do this, I 'm concerned that this may be regarded as spam and also be very slow or even get rejections. Is this ...