3
votes
3answers
99 views

Should I send the private message body in the notifying email?

My website is a bit similar to StackExchange sites in regards of user interaction, but additionally it has a private messaging system. A message has a subject and a body. Every time a new message or ...
20
votes
2answers
359 views

What's better for invitation emails: a temporary password or a one-time login url?

Our web app allows our customers to invite their collaborators into their account. They can submit the new user's email address, and our app sends the new user an email inviting them to login. Once ...
10
votes
4answers
303 views

Is a web form that sends an email bad UX versus native email client?

I am developing a web-browser-based contact form for our public web site. The form allows a user to enter their email address and compose a message. Upon submission an email is generated and sent to ...
8
votes
7answers
402 views

Hyphenating URLs and email addresses that would overflow their container?

This is clearly bad UX and web development: It's important to make sure that email addresses and URLs don't overflow the container, but also that they are fully visible. But should the email ...