[PR #841] [MERGED] Fixed attachments not forwarded with emails #1088

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

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/841
Author: @josaphatim
Created: 12/13/2023
Status: Merged
Merged: 12/14/2023
Merged by: @kroky

Base: masterHead: fixed-attachments-on-forward


📝 Commits (1)

  • e58ee84 Fixed attachments not forwarded with emails

📊 Changes

1 file changed (+6 additions, -2 deletions)

View changed files

📝 modules/smtp/modules.php (+6 -2)

📄 Description

Fixes https://github.com/cypht-org/cypht/issues/764

Errors came from missing username in attachment file pathes. When Hm_Handler_process_compose_form_submit tried to find them I couldn't because their pathes were supposed to include username.


🔄 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/841 **Author:** [@josaphatim](https://github.com/josaphatim) **Created:** 12/13/2023 **Status:** ✅ Merged **Merged:** 12/14/2023 **Merged by:** [@kroky](https://github.com/kroky) **Base:** `master` ← **Head:** `fixed-attachments-on-forward` --- ### 📝 Commits (1) - [`e58ee84`](https://github.com/cypht-org/cypht/commit/e58ee847732935bd0b3e0f2c44dabac052b5eb2a) Fixed attachments not forwarded with emails ### 📊 Changes **1 file changed** (+6 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `modules/smtp/modules.php` (+6 -2) </details> ### 📄 Description Fixes https://github.com/cypht-org/cypht/issues/764 Errors came from missing username in attachment file pathes. When Hm_Handler_process_compose_form_submit tried to find them I couldn't because their pathes were supposed to include username. --- <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:11 +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#1088
No description provided.