Skip to content

Instantly share code, notes, and snippets.

@hitoshiichikawa
hitoshiichikawa / sendgridsmtpsample.go
Last active June 9, 2023 21:56
sendgridSMTPでメール送るサンプル
//sendgridsmtpsample.go
//SMTPでsendgrid使うサンプル
//環境変数必要
//SMTP_USER SMTP認証のユーザー名
//SMTP_PASSWORD SMTP認証のパスワード
package main
import (
"fmt"