#224 Sending confirmation email fails if user display name contains "@"

オープン
3 年 前clacke によって開かれました · 0 コメント
clacke3 年 前 にコメントしました

To reproduce:

  • Set user display name to a name including a @.
  • Request e-mail confirmation.

Expected behavior:

  • Email gets sent.

Actual behavior:

  • Failed to send data [SMTP: Invalid response code received from server (code: 550, response: header syntax)]

Solution: If display name contains a non-atext character according to RFC 2822, it needs to be sent as a qtext according to RFC 2822.

To reproduce: - Set user display name to a name including a `@`. - Request e-mail confirmation. Expected behavior: - Email gets sent. Actual behavior: - `Failed to send data [SMTP: Invalid response code received from server (code: 550, response: header syntax)]` Solution: If display name contains a non-`atext` character according to RFC 2822, it needs to be sent as a `qtext` according to RFC 2822.
会話に参加するには サインイン してください。
マイルストーンなし
担当者なし
1 参加者
読み込み中…
キャンセル
保存
まだコンテンツがありません