I use https://pushover.net a small one time cost for the app for my phone. Then just a simple script for sending me an alert, for example when a client connects via VPN:

curl -s -F "token=$appid" \
-F "user=$userid" \
-F "title=** OpenVPN ALERT **" \
-F "message=$common_name connected from $trusted_ip" https://api.pushover.net/1/messages.json

-Chad

On 2019-03-28 12:52 PM, Scott Mutter wrote:
I see this pop up quite frequently.  It seems that the AT&T MMS
gateway email address is experiencing a lengthy delay in actually
sending out the MMS message, sometimes 30 minutes to an hour.  This
happens from time to time and usually within a week or two it seems to
fix itself.

This is in reference to the email gateway address
<10digitphonenumber>@mms.att.net email address.  Where you send an
email to that email address and it arrives as MMS on your phone.

Perhaps I'm the only one that really uses this.

Anybody from AT&T on this list seeing this issue and have any resolution?

_______________________________________________
mailop mailing list
mailop@mailop.org
https://chilli.nosignal.org/cgi-bin/mailman/listinfo/mailop

_______________________________________________
mailop mailing list
mailop@mailop.org
https://chilli.nosignal.org/cgi-bin/mailman/listinfo/mailop

Reply via email to