// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Mailer #welcome 1`] = ` Object { "attachments": undefined, "from": "hello@example.com", "html": " Welcome to Outline
Outline is a place for your team to build and share knowledge.
 
\\"Outline\\"
 

Welcome to Outline!

Outline is a place for your team to build and share knowledge.

To get started, head to your dashboard and try creating a collection to help document your workflow, create playbooks or help with team onboarding.

You can also import existing Markdown document by drag and dropping them to your collections

 

View my dashboard

 
OutlineTwitterSpectrum
", "replyTo": "hello@example.com", "subject": "Welcome to Outline", "text": " Welcome to Outline! Outline is a place for your team to build and share knowledge. To get started, head to your dashboard and try creating a collection to help document your workflow, create playbooks or help with team onboarding. You can also import existing Markdown document by drag and dropping them to your collections http://localhost:3000/dashboard ", "to": "user@example.com", } `;