@timshel_npm/maildev
Version:
SMTP Server with async API and Web Interface for viewing and testing emails during development
19 lines (14 loc) • 596 B
HTML
<div class="main-content">
<h2>
Now receiving all emails on port {{ config.smtpPort }}
</h2>
<p>
For information on how to send emails from your application, please refer the "<a href="https://github.com/maildev/maildev#configure-your-project" target="_blank">Configure your project</a>" guide.
</p>
<p>
For questions, feature requests or to report issues visit the <a href="https://github.com/maildev/maildev" target="_blank">GitHub repository</a>.
</p>
<p>
<small>You are running MailDev {{ config.version }}</small>
</p>
</div>