// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Mailer #welcome 1`] = ` Object { "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 documents by dragging and dropping them to your collections.

 

View my dashboard

 
OutlineTwitter
", "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 documents by dragging and dropping them to your collections. http://example.com/home ", "to": "user@example.com", } `;