mailgo

mailgo

  • docs
  • demo
  • browser extensions
  • GitHub

›Advanced / Other

Installation

  • Installation
  • React / Angular / Vue / Hugo
  • Next.js
  • GatsbyJS
  • TypeScript
  • WordPress
  • Magento 2
  • Browsers support
  • Skypack

Usage with mailto

  • Usage for mailto
  • Cc, bcc, subject, body
  • Keyboard commands
  • Multiple email addresses

Usage with tel

  • Usage for tel
  • Telegram
  • WhatsApp
  • Skype

Configuration

  • Configuration
  • Dark mode

Examples

  • Examples with mailto links
  • Examples with tel links

Style and a11y

  • Style and Accessibility in mailgo
  • Responsive
  • No style

Advanced / Other

  • Direct render
  • Library export(s)
  • Window functions

i18n

  • i18n in mailgo
  • Contribute in mailgo i18n

Browsers extensions

  • Browsers extensions
  • Google Chrome
  • Firefox

By the community

  • Integrations
Edit

Mailgo Window functions

From mailgo 0.10.* the functions exported by the library are also accessible in the window object.

Here the functions available:

window.getMailgoTypeByElement = getMailgoTypeByElement;
window.mailgoClickListener = mailgoClickListener;
window.mailgoCheckRender = mailgoClickListener; // DEPRECATED, for compatibility with old version of mailgo
window.mailgoPreRender = mailgoPreRender;
window.mailgoDirectRender = mailgoDirectRender;
window.mailgoRender = mailgoRender;
window.mailgo = mailgo;

The functions that are available in window are the same that are exported by the library, you can find the documentations about them here: Mailgo export(s)

Example

<button onclick="mailgoDirectRender('mailto:matteo@manzinello.dev')">
  Open a mailgo directly (mail) with window function
</button>
Last updated on 11/16/2020 by Matteo Manzinello
← Library export(s)i18n in mailgo →
  • Example
mailgo
Docs
InstallationUsage (mailto:)Usage (tel:)ConfigurationExamplesStyle and Accessibilityi18n
Star
Examples
mailgo examplesmailgo Gatsby examplemailgo in create-react-appmailgo Next.js examplemailgo in Vue
More
mailgo Gatsby pluginmailgo WordPress pluginmailgo for Magento 2manzinello/mailgo on PackagistIntegrations by the community
GitHub repositories
mailgomailgo for WordPressmailgo for Magento 2mailgo for Gatsbymailgo Chrome extensionmailgo Firefox addonmailgo examplesmailgo.devmailgo in react-react-appmailgo in Next.jsmailgo in Gatsbymailgo in Vue
Browsers extensions
mailgo Chrome Extensionmailgo Firefox addon
Author
Contact mematteomanzinello.commanzinello.dev
Privacy
Privacy PolicyCookie Policy
mailgo is distributable under the terms of the MIT license, a project by matteo manzinello