This site is funny, but I'm more seriously interested in a review from anyone that's been using hey.com for an extended time. At my last job, some coworkers switched over to it around the same time last year, but we went our separate ways shortly after.
I wonder what the service's trade offs are from the perspective of someone who is past the honeymoon stage.
On my phone at the moment but I've used it for over a year so it's been at least worth $240 to me. I'll update this comment with more info (both pros and cons) when I'm on a computer.
I trialled Hey.com on a professional domain-based email address. I didn’t use it for any prolonged period - a month. However I found it utterly frustrating and like a fisher price version of email. The interface is obnoxious and intrusive and the “tools” it offers are idiotic.
Sadly I returned to Google Workspace.
I’m perhaps not the target market because I’m probably an email “power user” by a lot of metrics - lots of filters set up to cut the crap, and lots of labels I can apply to triggers automations.
I use it both for personal and business email. It works exactly as advertised for me, to the point where I haven't the foggiest notion what I would do for email if I were to switch off of HEY. (I still pay for Fastmail to handle various aliases and forwarding tasks…but I think their web UI sucks so I'd have to switch back to…Apple Mail? Geez.)
I have some qualms about how the company is run TBH, but as a service HEY has been rock solid and worth the money for what I need.
Note to the creator of this site: although this is definitely overkill, you can make the enroll link look like it points to a link like "https://heyyyyyyyyyyyy.com/register", and then play some audio with JS.
IMPORTANT NOTE: I doubt the RIAA would like it if you hosted the entire song on your site. Maybe just play the beginning, or better yet try to use the YT embedded API.
Code:
link: <a onclick="return roll()" href="https://heyyyyyyyyyyyy.com/register">Register</a>
Function: function roll() {
let audio = new Audio("./path/to/rickroll.mp3");
audio.play();
return false;
}
8 comments
[ 3.5 ms ] story [ 36.0 ms ] threadI wonder what the service's trade offs are from the perspective of someone who is past the honeymoon stage.
Sadly I returned to Google Workspace.
I’m perhaps not the target market because I’m probably an email “power user” by a lot of metrics - lots of filters set up to cut the crap, and lots of labels I can apply to triggers automations.
I wanted to love it but hated it quite strongly.
I have some qualms about how the company is run TBH, but as a service HEY has been rock solid and worth the money for what I need.
IMPORTANT NOTE: I doubt the RIAA would like it if you hosted the entire song on your site. Maybe just play the beginning, or better yet try to use the YT embedded API.
Code: link: <a onclick="return roll()" href="https://heyyyyyyyyyyyy.com/register">Register</a> Function: function roll() { let audio = new Audio("./path/to/rickroll.mp3"); audio.play(); return false; }