FileMailer creates empty file if htmlBody used
Open
Nobody has claimed this yet.
good first issue
help wanted
status:ready for adoption
- Dominant language
- PHP
- Stars
- 44
- Forks
- 13
- Avg merge
- 54m
- Merged PRs (30d)
- 1
Description
FileMailer creates empty file if htmlBody used
$message = new Message(
from: 'from@example.com',
to: 'to@example.com',
subject: 'test subject',
htmlBody: 'text body',
);
$mailer->send($message);
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the FileMailer send path and reproduce the issue with the Message example in the report. Trace how htmlBody is handled and verify that sending the message creates a file containing the HTML body rather than an empty file.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100