VS Code Extensions
Email This

Email This

by WirlyDev

Send html as body of email through SMTP

Downloads

2

Rating

(0)

Version

0.0.1

Last updated

Jul 30, 2026

When working on html emails locally, just right click > "Email This" to send the html through smtp.

Features

Does nothing but send emails.

To configre run "Email This : Update Settings" from the command pallette.

Requirements

An SMTP Server to send emails through and an html file to send.

Extension Settings

This extension contributes the following settings:

  • emailThis.smtp.host: The SMTP Server we are going to send through
  • emailThis.smtp.port: SMTP Port
  • emailThis.smtp.authenticate: Boolean whether or not we want to send username / password
  • emailThis.emailFrom: From email address
  • emailThis.emailTo: To email address
  • emailThis.emailCc: Optional, CC email address or comma separated list of email addresses
  • emailThis.emailBcc: Optional, Bcc email address or comma separated list of email addresses
  • emailThis.emailSubject: Email Subject

Changelog

To check full changelog click here.

LICENSE

This extension is licensed under the MIT License

Related extensions