You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/my-website/docs/proxy/email.md
+91-10Lines changed: 91 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -124,23 +124,104 @@ On the Create Key Modal, Select Advanced Settings > Set Send Email to True.
124
124
/>
125
125
126
126
127
-
128
-
129
-
## Customizing Email Branding
127
+
## Email Customization
130
128
131
129
:::info
132
130
133
131
Customizing Email Branding is an Enterprise Feature [Get in touch with us for a Free Trial](https://calendly.com/d/4mp-gd3-k5k/litellm-1-1-onboarding-chat)
134
132
135
133
:::
136
134
137
-
LiteLLM allows you to customize the:
138
-
- Logo on the Email
139
-
- Email support contact
135
+
LiteLLM allows you to customize various aspects of your email notifications. Below is a complete reference of all customizable fields:
136
+
137
+
| Field | Environment Variable | Type | Default Value | Example | Description |
| Email Signature | `EMAIL_SIGNATURE` | string (HTML) | Standard LiteLLM footer | `"<p>Best regards,<br/>Your Team</p><p><a href='https://your-company.com'>Visit us</a></p>"` | HTML-formatted footer for all emails |
142
+
| Invitation Subject | `EMAIL_SUBJECT_INVITATION` | string | "LiteLLM: New User Invitation" | `"Welcome to Your Company!"` | Subject line for invitation emails |
143
+
| Key Creation Subject | `EMAIL_SUBJECT_KEY_CREATED` | string | "LiteLLM: API Key Created" | `"Your New API Key is Ready"` | Subject line for key creation emails |
144
+
145
+
146
+
## HTML Support in Email Signature
147
+
148
+
The `EMAIL_SIGNATURE` field supports HTML formatting for rich, branded email footers. Here's an example of what you can include:
0 commit comments