yiisoft / yiisoft/mailer

FileMailer creates empty file if htmlBody used

Open
#115 2 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.