// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved. // See License.txt for license information. export default class EmailSettings extends React.Component { constructor(props) { super(props); this.state = { }; } render() { return (

{'Email Settings'}

{'This is some sample help text for the Bypass Email field'}

{' This is some error text for the Bypass Email field'}

{'This is some sample help text for the SMTP username field'}

{'Test Connection'}
{' Connection successful'}
{' Connection unsuccessful'}

{'This is some sample help text for the Apple push server field'}

); } }