Skip to content

Mime prepare email message body error #247

@triada63

Description

@triada63

Bug Report

Q A
Version(s) 2.24.0

Summary

Problem when sending an email that has a link to the store "". Occurs in a specific situation where the laminas-mime module slices the text of a message, and "to:" may appear at the beginning of a line. Then the mail server thinks that it is necessary to send a letter to this address, and gives:
ssmtp: RCPT TO: *** (555 5.5.2 Syntax error)

image

Current behavior

It is necessary to check and escape the presence of special words at the beginning of each line

How to reproduce

add '' to body of mail, add some characters for show "to:" in begginning of line, and use "quoted-printable" encoding method.

Expected behavior

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions