mirror of
https://codeberg.org/hyperreal/bin
synced 2024-11-01 08:33:06 +01:00
Use text instead of HTML
This commit is contained in:
parent
f9cf2b76e7
commit
4c8f40e208
@ -13,8 +13,8 @@ resend.api_key = subprocess.run(
|
||||
params: resend.Emails.SendParams = {
|
||||
"from": "Borgmatic <onboarding@resend.dev>",
|
||||
"to": ["hyperreal@fedoraproject.org"],
|
||||
"subject": "Error running Borgmatic",
|
||||
"html": "There was an error running your Borgmatic backup. Please investigate.",
|
||||
"subject": "[moonshadow] Error running Borgmatic",
|
||||
"text": "There was an error running your Borgmatic backup on moonshadow. Please investigate.",
|
||||
}
|
||||
|
||||
email = resend.Emails.send(params)
|
||||
|
Loading…
Reference in New Issue
Block a user