NWS Public Alert Messenger PHP Script

Tony, I just loaded up the script with your zone and it worked.

If email is not sending, here is couple things to troubleshoot:
Correctly set the $email_address and $email_address_sent_from
By default, email is disabled. ( I guess I did this because you have to set your email address anyway and while there you should look at all the settings)
To enable email sending, set the change the setting $do_not_email = 1; to $do_not_email = 0;
The script will only send out an alert email one time when there is a change in alert status.

Hey everybody! What about this idea?
Currently, the script will only sends out an alert email one time when there is a change in alert status.
I might add a feature to resend the alerts every xx amount of hours.
This could be an option setting to turn on or off and set a time interval.

Sometimes in the winter I get a high wind warning that lasts for 3 days.
Using this proposed feature it could resend the alerts every 12 hours.

I use this feature ($flood_filter_enabled and $flood_filter_minutes) in my NWS Weather Forecast Messenger PHP Script
My cron actually calls that script every 15 minutes, but I set the $flood_filter_minutes to 355 minutes.
This allows the script to send a message approx every 6 hours. I think this feature would be great for this script also, I would set it to every 12 hours. also it would not send messages when there are no alerts.

Edit: Feature added in Version: 1.07 - 11-Jul-2009