TL;DR: Paypal is embedding an image into its emails using the "//" shortcut, instead of specifying http: or https:.
This is wrong since it assumes the mail user agent loaded the content from a web server. There's zero benefit to dropping http: or https: in a URL in an email.
5 comments
[ 3.0 ms ] story [ 22.0 ms ] threadUse their instant notification API https://paypal.com/ipn to have it trigger a script on your server to notify you any way you'd like.
You get more info from the api too and it's triggered before emails.
It is not related to relying on paypal's email for payment processing.
http://www.omniture.com/en/privacy/2o7
This is wrong since it assumes the mail user agent loaded the content from a web server. There's zero benefit to dropping http: or https: in a URL in an email.