[PR #1004] [MERGED] [FIX]smtp/modules.php: Fix "Message contains more than the maximum number of recipients" on reply #1205

Closed
opened 2026-02-25 21:37:33 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/1004
Author: @IrAlfred
Created: 5/6/2024
Status: Merged
Merged: 5/28/2024
Merged by: @josaphatim

Base: masterHead: fix-warning-limit-to-number-of-recipients-reply


📝 Commits (1)

  • a6a6871 [FIX]smtp/modules.php: Fix "Message contains more than the maximum number of recipients" on reply

📊 Changes

2 files changed (+23 additions, -12 deletions)

View changed files

📝 modules/smtp/functions.php (+13 -0)
📝 modules/smtp/modules.php (+10 -12)

📄 Description

This pull request fixes the message warning "Message contains more than the maximum number of recipients, proceed with caution" even when we select REPLY instead of REPLY-ALL for a mail that contains more than the maximum number of recipients in To, Cc, or Bcc

Related Task


🔄 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/cypht-org/cypht/pull/1004 **Author:** [@IrAlfred](https://github.com/IrAlfred) **Created:** 5/6/2024 **Status:** ✅ Merged **Merged:** 5/28/2024 **Merged by:** [@josaphatim](https://github.com/josaphatim) **Base:** `master` ← **Head:** `fix-warning-limit-to-number-of-recipients-reply` --- ### 📝 Commits (1) - [`a6a6871`](https://github.com/cypht-org/cypht/commit/a6a68718ece409b8c32915e1563f02859ce91547) [FIX]smtp/modules.php: Fix "Message contains more than the maximum number of recipients" on reply ### 📊 Changes **2 files changed** (+23 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `modules/smtp/functions.php` (+13 -0) 📝 `modules/smtp/modules.php` (+10 -12) </details> ### 📄 Description This pull request fixes the message warning "Message contains more than the maximum number of recipients, proceed with caution" even when we select REPLY instead of REPLY-ALL for a mail that contains more than the maximum number of recipients in To, Cc, or Bcc [Related Task](https://avan.tech/item69864) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:37:33 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#1205
No description provided.