Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

email-linker

Rhosys80Apache-2.00.1.56

Email Linker - Creates a button to navigate a user to their email to verify or login.

Email opening, email links, email, sniper-link, sniper link, sniper, link-to-email, link-to-inbox, inbox opening, open inbox, gmail, mailto, mail-to, mailto-link, open gmail, outlook, open outlook, open email

readme

email-linker.js

This is an open source project managed by the Authress Engineering team.

Creates a branded button to navigate a user to their email to verify their login automatically.

The results are clear from the this case study from Growth.design, you can ensure that users don't drop during their account creation flow.

What does it look like?

For gmail users, you they'll see this:

Usage

  • Install the package:

npm install email-linker

  • Import it
import 'email-linker';
  • And then reference it passing in the email, and the from domain, your custom domain that sent the email.
<email-linker email="example-email@gmail.com" from-email-domain="application.custom-domain.com" />

For instance, if using Authress as your user provider, and the user that just signed up is `my-first-account@gmail.com`

<email-linker email="my-first-account@gmail.com" from-email-domain="authress.io"></email-linker>

It's that easy.

Automatically supported providers

Why use an email linker?

The results are clear from the this case study from Growth.design:

What's the difference?

changelog

Changelog

This package follows standard semvar, <major>.<minor>.<build>. No breaking changes will be introduced to existing <minor> versions.

0.1

  • Released