mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 09:13:45 +08:00
use red color for warning
This commit is contained in:
parent
67c2c6afad
commit
1b5521efcf
1 changed files with 5 additions and 1 deletions
|
@ -726,7 +726,11 @@ def handle_forward(envelope, msg: Message, rcpt_to: str) -> List[Tuple[bool, str
|
|||
msg = add_header(
|
||||
msg,
|
||||
f"""This email failed anti-phishing checks when it’s received by SimpleLogin, be careful with its content.""",
|
||||
f"""This email failed anti-phishing checks when it’s received by SimpleLogin, be careful with its content.""",
|
||||
f"""
|
||||
<p style="color:red">
|
||||
This email failed anti-phishing checks when it’s received by SimpleLogin, be careful with its content.
|
||||
</p>
|
||||
""",
|
||||
)
|
||||
|
||||
ret = []
|
||||
|
|
Loading…
Reference in a new issue