-
-
Notifications
You must be signed in to change notification settings - Fork 290
Closed
Description
Describe the problem
Password-reset emails can contain a very long link that exceeds the SMTP/RFC line length limits (RFC 5322 §2.1.1: 998 chars per line; RFC 5321 §4.5.2: 1000 incl. CRLF). Some MTAs (e.g., Microsoft 365) reject with “message has lines too long for transport.” Please wrap/encode the body so no generated line exceeds 998 chars—e.g., send text/plain or use MIME quoted-printable/base64 with proper 76-char wrapping, or enable PHPMailer options to fold long lines. Support for SMTP CHUNKING (RFC 3030) also mitigates this where available.
Steps to reproduce
- Set email to email hosted on Microsoft 365
- Setup email for poweradmin
- Click forgot password
Poweradmin version
4.0.2
Database
MariaDB
Additional information (optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
coreCore FeaturesCore Features