MSN Hotmail Email delivery issue

Hotmail Email Problem

I just set up a test application and set my email address to be one of hotmail, after some time the emails stopped coming through, further inspection revealed that these emails are being bounced off HOTMAIL server because it has a limit of 30 emails per domain per hour (in my case it was asim.pk domain).

Using CakePHP’s Bake on Linux

If you want to use CakePHP’s bake tool on Linux command line (like I have development environment on Linux) then you can ssh to your linux box as shown in the screen shot below

Linux Console

Second, you can execute the cake bake command in the following manner

./cake/console/cake bake

as shown in the picture below
Linux Console