Is it best to use software such as CampaignMonitor or MailChimp?
I am currently setting up an email script which the client is suggesting he might be sending up to 1000 emails with.
Is it simple or possible to set up email tracking to confirm email was received, or delayed? Or is this something best left to professional dedicated software.
I have also noticed when using the php mail(); that emails are delayed anywhere up to 2 hours. Some emails are sent instantly, some emails take a while to arrive. Is that a limitation of mail(); or possibly the servers that I am currently using, the mail is bouncing off?
Information seems tricky to find. And there is a general consensus that it is quite difficult to do mass mailing properly due to spamming.
So far solutions include
Attaching a variable at the end of an image.
Eg, in the email have an image link to http://www.domain.com/image.png?e=10292
If the user has images enabled or enables images in the email, the request for the image, can then log the id number associated with the email when the email was sent out.
Problems include, user not enabling images, servers blocking you for spam, as this is a method used by spammers, but also dedicated email marketers… Some mail clients block web images completely, or block emails that include this type of content in the email. However due to all these negatives, it is still possibly the best method for confirmation – so I have read.
I’ve never used desktop email clients, thunderbird, mail, outlook. The client mentions that he recieves
- emailed delayed notifications (do these exist?)
- email received notifications… (i’m aware these exist but how they are set up I cannot figure out, seems to be thousands of ‘iffy’ solutions out there. With Desktop Clients vs Browser clients, it seems desktop clients have this implemented, Gmail and Hotmail don’t making me wonder weather this is not a web based possible solution?), and left to desktop clients, or dedicated online solutions.
- There was some small information about using the following parameters in the $header;
X-Confirm-Reading-To: read@mail.com
Disposition-Notification-To: delivery@mail.com
However having tested both these with Gmail, doesn’t seem to work, and both apparently require the user to physically click a reply link to confirm it was received, which most users will never do.