Neverwhere
n3wb
Good choice, LOL
I would still like it to work in email though instead of the long link.
I don’t understand why the short link works in Pushover but not in email.
Good choice, LOL
What does the iOS mail link look like with you select 'Copy link' as illustrated in post #38.
“http://192.168.1.3:8600/ui3.htm?rec=@212772476111303&maximize=1”
This is what I get ...
“http://192.168.1.3:8600/ui3.htm?rec=@212772476111303&maximize=1”
Note the surrounding quotes, resulting in a malformed URL. This is certainly why iOS mail ignores the hyperlink.
Suggest emailing Blue Iris support to request the ability to include HTML links in the body text of Blue Iris Email actions.
Or just strip the HTML, then you will get a perfectly usable (however lengthy) hyperlink in the email body.
It did not dawn on me to check if this was a global setting (per email server). It does indeed work.I went into Blue Iris and on the email settings tab I checked the box about having html in the body of emails (was previously unchecked).
Does checking this box work for you for the link issue?
It appears that Ken needs to fix this, as quotes are required if the url contains spaces. I'll email him... Good catch.So…
I changed:
<a href=“&WAN/ui3.htm?rec=&ALERT_DB&maximize=1”>UI3</a>
To
<a href=&WAN/ui3.htm?rec=&ALERT_DB&maximize=1>UI3</a>
(i.e., removed the quotes)
Now the link works in the email.