Is it possible to send IP address as part of emails? php allows that variable to be captured and I'm wondering if it could be worked into the release.
Also, for those using login notify there is a nifty sms notify that is really simple to use from textbelt.com:
curl -X POST
textbelt.com/tex
-d number=5551234567 -d "message=I sent this message for free with textbelt.com"
It would be great if we could integrate textbelt into login notify.
Thanks!