[PR #1501] [CLOSED] Communication Plugin #20733

Closed
opened 2026-04-15 19:53:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/1501
Author: @R5dan
Created: 2/19/2025
Status: Closed

Base: mainHead: feat/plugin/communication


📝 Commits (1)

📊 Changes

5 files changed (+260 additions, -0 deletions)

View changed files

packages/better-auth/src/plugins/communication/index.ts (+33 -0)
packages/better-auth/src/plugins/communication/providers/index.ts (+0 -0)
packages/better-auth/src/plugins/communication/providers/microsoft/index.ts (+114 -0)
packages/better-auth/src/plugins/communication/providers/microsoft/types.ts (+100 -0)
packages/better-auth/src/plugins/communication/providers/types.ts (+13 -0)

📄 Description

  • A communication plugin that lets you send and receive emails and text message using various providers

  • Will enable better handling of emails by other plugins e.g. email otp


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/1501 **Author:** [@R5dan](https://github.com/R5dan) **Created:** 2/19/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/plugin/communication` --- ### 📝 Commits (1) - [`bc69149`](https://github.com/better-auth/better-auth/commit/bc691499b7624376972e0483a2b0e4a2fa69feb6) start ### 📊 Changes **5 files changed** (+260 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `packages/better-auth/src/plugins/communication/index.ts` (+33 -0) ➕ `packages/better-auth/src/plugins/communication/providers/index.ts` (+0 -0) ➕ `packages/better-auth/src/plugins/communication/providers/microsoft/index.ts` (+114 -0) ➕ `packages/better-auth/src/plugins/communication/providers/microsoft/types.ts` (+100 -0) ➕ `packages/better-auth/src/plugins/communication/providers/types.ts` (+13 -0) </details> ### 📄 Description - A communication plugin that lets you send and receive emails and text message using various providers - Will enable better handling of emails by other plugins e.g. `email otp` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 19:53:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#20733