delivery

Tracking email deliverability using our own mail server

I am trying to find out a way to track what the delivery rate of mails sent from our ESP is. I am aware of services like AWebber, but I was trying to find out a way to track complaints from the mail providers we send mails to using our mail server. Is there any kind of header tag that somehow "alerts" us when an user clicks on Report Sp...

What are good deployment and release strategies for a shared runtime environment?

Bonjour. Status Quo For our customer we are developing some libraries and applications that run as "modules" within a larger application that is delivered as a internal Java Web Start application. The customer maintains the infrastructure that this application is run on. The "server side" is made up of a few web services based on Axis2...

Android SMS Message delivery report intent

Android isn't firing the delivery intent when sending a text message. I'm testing this on Android 2.2 on the HTC EVO 4G. This is the current code. I'm seeing "SMS sent intent received." in the logs, but not "SMS delivered intent received.". // Constants String SENT_ACTION = "SMS_SENT_ACTION"; String DELIVERED_ACTION = "SMS_DELIVERED_AC...