[Deleted]
[Deleted]
[Deleted]
[Deleted]
[Deleted]
[Deleted]
This “feature” has been requested previously. FWIW, I think it is unlikely we’ll see it happen for several reasons, including:
Twilio, for which there is an official integration, is pay as you go, and costs $0.0075 per SMS. So $1 gets you 133 notifications. I understand that $1 is more than $0, but I’m unsure that pricing qualifies as $$$.
Not sure why you need SMS when built in notifications work, as well as Pushover (my preferred program). As said above, trying to support something like that would be a big pain as well..
I just started playing around with Twilio yesterday - seems to be a much better solution than the "free" SMS via Gmail (to AT&T) that I am using.
You also have to pay $1 plus tax for a dedicated number too, so $1.25 a month on average for me.
I just published a Plivo driver last week. Their pricing is similar to Twilio but the monthly dedicated number is half the price so a bit cheaper and same functionality:
I'd looked at that after your post. However, all my automation logic is in Node-RED and I could not find a solution for it there☹️
Can you export a notification device from Hubitat to Node-RED?
Hmm - possibly. Not sure if the added point of failure is worth it though since Twilio has a built in node and the cost difference is not that much.
[Deleted]
There are ISPs who block SMTP over SSL to servers other than their own.
[Deleted]
At one point of time Charter did, although they don't any more. Just do a search for ISP blocks "smtp.gmail.com", and you'll find examples where ports 25, 465, and 587 are blocked.
[Deleted]
There are several examples. Here's the first hit from that search (ISP blocks smtp.gmail.com)
[Deleted]
You misunderstand email protocols..imap is only for retrieving email. As mentioned outgoing usually still goes out over 567 with tls and as also mentioned elsewhere there is currently no good way to
Implement tls here as the current telnet does not support it. Since tls is supported here for other protocols it may be possible to add it. Once that is done it would be easy to add that to existing smtp email gateway drivers.
[Deleted]
Yes I was talking about original post. I see it has changed now . Sorry