If change the email to one that does not have a “+” in it, the Notification comes through on myopenhabcloud. Since I can only have one installation on the OH iOS app at a time, I don’t see that notification on iOS.
First of all, that’s good to know. Obviously this is related to that special email address.
What do mean by that? I have several different email addresses for my family members that differ completely. I can either address all of them or a specific one. I don’t understand why you have to use that special kind of email address.
The advantage of a gmail “+” address is that Gmail ignores the + and everything after it, but you can have different email addresses that all end up in the same inbox without having to use a separate email address. (See Official Gmail Blog: 2 hidden ways to get more from your Gmail address). I use it relatively frequently.
Regardless, when I set up my openHAB installations at our two different locations, I created myopenhab.org cloud accounts using myname@gmail.com and my name+location@gmail.com for the other. This has worked fine for me for many years. I suppose I can change the + email to another email and have it forwarded to my main email.
It’s a great block and I appreciate all you have done with it, and if changing it to accommodate the + email addresses is a problem, I will work around it.
Thanks for the feedback. The issue most likely is not related to the block itself but the underlying backend code or even something in the cloud that handles the notification.
I looked in the bundles code of the cloud notifications (org.openhab.io.openhabcloud.internal.CloudClient) and couldn’t find anything particular that handles this in a special way. I rather think this is somewhat related in the cloud code itself which I hardly know at all. From what I see so far it could be a problem in notificationsender (maybe the way UserDevice.find works?)…
Maybe @digitaldan has an idea as he originally wrote that code ?