Email.send({ Host : "smtp.yourisp.com", Username : "username", Password : "password", To : 'them@website.com', From : "you@isp.com", Subject : "This is the subject", Body : "And this is the body" }).then( message => alert(message) ); メールサーバーも簡単に用意できる いや、もうひとつありました。メールサーバーの準備。 これもSmtpJSがナビゲートしてくれていまして、SmtpJSのページの「No SMTP server?」のボタンから飛べるElastic Emailというサービスで簡単に用意することができます。 アカウントができたら、Account > Set