[GH-ISSUE #85] 邮件的 content 为空,但 html 字段有值 #59

Open
opened 2026-02-26 12:17:48 +03:00 by kerem · 0 comments
Owner

Originally created by @will961123 on GitHub (Nov 4, 2025).
Original GitHub issue: https://github.com/beilunyang/moemail/issues/85

接口返回数据如下:

 "message": {
        "id": "",
        "from_address": "",
        "to_address": null,
        "subject": "验证码",
        "content": "",
        "html": "您的邮箱验证码是 效期 5 分钟\n",
        "received_at": 1762250200602,
        "sent_at": 1762250200602,
        "type": "received"
    }

请问这个是邮件发送方的问题吗?

Originally created by @will961123 on GitHub (Nov 4, 2025). Original GitHub issue: https://github.com/beilunyang/moemail/issues/85 接口返回数据如下: ```json "message": { "id": "", "from_address": "", "to_address": null, "subject": "验证码", "content": "", "html": "您的邮箱验证码是 效期 5 分钟\n", "received_at": 1762250200602, "sent_at": 1762250200602, "type": "received" } ``` 请问这个是邮件发送方的问题吗?
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/moemail#59
No description provided.