import { RetinaImg } from 'mailspring-component-kit'; import { React } from 'mailspring-exports'; export default class InitialPreferencesPage extends React.Component { static displayName = 'InitialPreferencesPage'; _onFinished = () => { require('electron').ipcRenderer.send('account-setup-successful'); }; render() { return (

Go further with Mailspring Pro

$8
monthly

You are using Mailspring Basic, which is free! You can link up to four email accounts and try pro features like send later, read receipts and reminders a few times a week.

If you enjoy Mailspring, upgrade to Mailspring Pro from{' '} Preferences > Subscription to enable all these great features permanently:

  • Rich contact profiles
  • Follow-up reminders
  • Read receipts
  • Link tracking
  • Powerful template support
  • Send later
  • Company overviews
  • Snooze messages
  • Mailbox insights
  • ... and much more!
); } }