Skip to content

Commit 4141b35

Browse files
Update Preferences.md
updated the help text content for email template and customize smtp.
1 parent 3bbb78b commit 4141b35

1 file changed

Lines changed: 111 additions & 32 deletions

File tree

docs/docs/help/Settings/Preferences.md

Lines changed: 111 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -115,53 +115,98 @@ The tour feature provides guidance for first-time users. You can turn this off f
115115
---
116116
### 📧 Custom SMTP Configuration in OpenSign
117117

118-
OpenSign allows users to **send emails using their own SMTP configuration**. This includes options to connect with Gmail or use third-party SMTP providers.
118+
OpenSign allows users to **send emails using their own SMTP settings**, including Gmail integration or third-party SMTP providers.
119+
OpenSign now supports SMTP configuration at both the **organization level** and the **individual user level**.
119120

120-
To set up and enable custom SMTP:
121+
---
121122

122-
1. Navigate to the **Settings** menu.
123-
2. Click on **Preferences**.
124-
3. Choose one of the available SMTP options below:
123+
## 🏢 SMTP at the Organization Level
125124

126-
---
125+
Configure SMTP at the organization level to send all outgoing emails—such as request-signature and completion emails—using a company-configured SMTP server.
126+
When enabled, these settings apply to all users **unless individual SMTP customization is allowed and set up by the user**.
127+
128+
### How to Set Up SMTP at the Organization Level
129+
130+
Admins can manage and enforce SMTP settings across the entire platform.
131+
132+
**Step 1:** Open the profile menu and select **Console Application** to access the admin console.
133+
**Step 2:** In the Console, navigate to the **Global SMTP** section and configure your SMTP settings.
134+
135+
All users under your organization will automatically use the organization-level SMTP **unless** they are allowed to configure their own SMTP settings.
136+
137+
<img width="861" height="409" alt="Global SMTP" src="https://github.com/user-attachments/assets/fe9dc091-59dd-47f9-992a-811cecaac2f3" />
138+
139+
**Example:**
140+
Adam, the administrator, disables **Enable individual user SMTP settings** under **Console → General**.
141+
As a result, Ursula cannot configure her own SMTP.
142+
143+
When Ursula sends a document to Sofia for signing, Sofia receives emails sent through the **organization-level SMTP**.
144+
If Adam enables **Enable individual user SMTP settings**, but Ursula does not configure her own SMTP, emails will still be sent using the **organization-level SMTP**.
145+
146+
> **Note:** Organization-level SMTP configuration is available **only on Paid plans** and is not included in **Free** plans.
127147
128-
#### 🔗 Connect to Gmail
148+
### 🔗 Connect to Gmail
129149

130-
OpenSign allows you to send request signature emails directly from your **Gmail account**.
150+
Send request-signature emails directly from your **Gmail account**.
131151

132-
- Click the **Connect to Gmail** button.
133-
- A popup will appear prompting you to log in to your Gmail account.
134-
- Grant the required permissions.
135-
- Once authorized, your OpenSign account will be connected and ready to send emails using your Gmail.
152+
- Click **Connect to Gmail**
153+
- A popup will appear prompting you to sign in
154+
- Grant the required access permissions
155+
- Once authorized, OpenSign will send emails using your Gmail account
136156

137157
---
138158

139-
#### ⚙️ Custom SMTP
159+
### ⚙️ Custom SMTP
140160

141-
You can also configure a **custom SMTP provider** such as SMTP2GO, Mailgun, etc.
161+
Configure any third-party SMTP provider such as SMTP2GO or Mailgun.
142162

143-
- Click the **Custom SMTP** button.
144-
- A popup will appear asking for your SMTP credentials:
145-
- **Host:** SMTP host address (e.g., `mail.smtp2go.com`)
146-
- **Port:** SMTP port (e.g., `2525`)
147-
- **Sender Email:** Email address configured in your SMTP account
148-
- **Username:** SMTP username (can be the same as the sender email)
149-
- **Password:** SMTP password
163+
- Click **Custom SMTP**
164+
- A popup will appear asking for your SMTP details:
165+
- **Host:** SMTP server host (e.g., `mail.smtp2go.com`)
166+
- **Port:** SMTP port (e.g., `2525`)
167+
- **Sender Email:** Email address configured in your SMTP account
168+
- **Username:** SMTP username
169+
- **Password:** SMTP password
150170

151171
<img width="820" alt="Custom smtp" src="https://github.com/user-attachments/assets/a3c33510-11b9-4a32-bd44-99614182b089"></img>
152172

153173
---
154174

155-
#### 📤 OpenSign™ Default SMTP
175+
### 📤 OpenSign™ Default SMTP
156176

157-
If you choose the **default SMTP**, all request signature emails will be sent via OpenSign’s built-in SMTP server.
177+
If selected, all request-signature and completion emails will be sent using OpenSign’s built-in SMTP server.
178+
179+
---
180+
181+
## 👤 SMTP at the User Level
182+
183+
Users can configure their own SMTP settings to send request-signature and completion emails using their personal mailbox.
184+
These user-level settings will override the organization-level SMTP only if the admin has **enabled individual SMTP customization** under Console → General.
185+
186+
Use this option if you prefer sending emails directly from your own email address.
187+
188+
### To set up and enable user-level SMTP:
189+
190+
1. Go to **Settings**
191+
2. Select **Preferences**
192+
3. Choose one of the available SMTP options.
193+
194+
Once a user selects and configures any SMTP option, all emails will be sent using the user-level SMTP.
195+
196+
<img width="861" height="409" alt="smtp at user level" src="https://github.com/user-attachments/assets/27c459f3-5ae6-41e8-966d-43785e67f192" />
197+
198+
---
199+
If the user does not configure any SMTP option, emails will be sent using the organization-level SMTP (when it is enabled by the admin).
200+
If the admin has configured a company-level SMTP, and the user has not set up their own SMTP, the user will still be connected to the default OpenSign SMTP, but all outgoing emails will be delivered using the organization-level SMTP.
158201

159202
---
160203

161-
> ⚠️ **Note:**
162-
> - A green checkmark next to an option indicates the **currently active SMTP**.
163-
> - **Only one SMTP option can be active at a time.**
164-
> - This feature is available only on paid plans.
204+
> ⚠️ **Notes:**
205+
> - A green checkmark indicates the **active SMTP option**.
206+
> - Only one SMTP option can be active at a time.
207+
> - User-level SMTP is available only when permitted by the admin.
208+
> - Some SMTP features are limited to **Paid plans**.
209+
165210

166211
---
167212
## 🧭 Timezone & Date Format
@@ -220,14 +265,48 @@ Please note that once merged, the certificate cannot be separated from the main
220265

221266
> **Note:** This feature is available only in the **paid plans** of OpenSign.
222267
223-
## 📧 Email Templates
268+
## 🔄 Multi-Level Custom Email Templates
269+
270+
**OpenSign™** offers flexible control over email templates at two different levels:
271+
272+
---
273+
274+
### 🏢 Organization Level
275+
276+
Admins can manage and enforce standardized email templates across the entire platform.
277+
278+
**Step 1:** Open the profile menu and select **Console Application** to access the admin console.
279+
**Step 2:** Once the Console Application opens, go to the **Mail** section. Here, administrators can configure email templates at the organization level.
280+
281+
All users created under your organization will automatically use these templates for sending request-signature and document completion emails **unless** they have permission to create templates at the individual level or have customized their own templates.
282+
283+
**Example:**
284+
Adam, the administrator of your company account, disables the **Allow email template customization for users individually** setting under **Console → General**. As a result, Ursula, a team member, cannot create or modify her own email templates.
285+
286+
When Ursula sends a document to Sofia for signing, Sofia will receive the organization-level email template.
287+
If Adam enables **Allow email template customization for users individually** but Ursula does not set up her own template, the signers will still receive emails based on the organization-level template.
288+
289+
**Note:** Organization-level email management is available only on **Paid** plans. This feature is **not** included in **Free** plans.
290+
291+
<img width="861" height="409" alt="Email_templates" src="https://github.com/user-attachments/assets/0b15e356-cfba-46d5-9e97-c73d32b879f4" />
292+
293+
---
294+
295+
### 👤 User Level
296+
297+
Users can configure their own email templates by navigating to **Settings → Preferences**.
298+
299+
If a user sets up templates here, those templates will be used for sending request-signature emails and document-completion emails.
300+
301+
<img width="861" height="480" alt="signatures" src="https://github.com/user-attachments/assets/dda05d4f-aa43-435d-bdb2-e68dca6f2b00" />
302+
303+
**Note:** Customize email management is only available on **Paid** plans. This feature is not included in **Free** plans.
224304

225-
In the **Preferences > Email** tab, users can customize email templates to personalize communication with signers and stakeholders.
226-
This feature helps maintain brand consistency and enhances engagement throughout the signing workflow.
305+
### How Request-Signature and Completion Email Templates Work
227306

228-
👉 [📄 Step-by-step guide to setting up custom email templates](https://docs.opensignlabs.com/docs/help/Settings/Custom-email-templates)
307+
- If the admin enables **Allow email template customization for users individually** and the user sets up their own custom templates, then both **request-signature emails** and **completion emails** will be sent using the **user-level templates**.
229308

230-
**Note:** The custom email templates feature is only available on the **Professional** and higher plans—it is not included in the **Free** plan.
309+
- If the user does **not** set up custom templates, and the admin has also **not** configured templates at the organization level, then the **default OpenSign templates** will be used.
231310

232311
---
233312

0 commit comments

Comments
 (0)