Firebase メール送信拡張機能でマルチパートメールを送信する

公開日:

気になったので試してみました。

以下のようにtexthtml両方に値を設定すると、自動的にマルチパートメールにメールヘッダーが設定されていました。

拡張機能が自動的に処理してくれているようです。

SendGrid で試しました。

to: ['[email protected]'],
message: {
  subject: 'Hello from Firebase!',
  text: 'This is the plaintext section of the email body.',
  html: 'This is the <code>HTML</code> section of the email body.',
}

参考

Trigger Email 拡張機能の使用 | Firebase Extensions

この記事を書いた人

かい (@takasqr)

ソフトウェアエンジニア。個人的にアプリを作って得た知見をブログに書いています。