SMTP
Simple Mail Transfer Protocol
メールを送信するためのプロトコル
受信には IMAP などのプロトコルが使われる
https://zenn.dev/yktakaha4/articles/technology_for_sending_email
https://blog.smtps.jp/entry/2017/09/07/114820
https://docs.aws.amazon.com/ja_jp/ses/latest/dg/send-email-concepts-process.html
これを改良したプロトコルが POP before SMTPやSMTP AUTH
HELO, MAIL FROM, RCPT TO, DATA を送信する
MAIL FROMとRCPT TOのデータはエンベロープ情報と呼ばれる
send mail by telnet
https://qiita.com/sheepland/items/973198fa80f0213fe5a1
https://docs.sendgrid.com/for-developers/sending-email/getting-started-smtp