> For the complete documentation index, see [llms.txt](https://jrpdocs.hyvikk.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jrpdocs.hyvikk.space/features/wizard-settings/email-setup.md).

# Email Setup

### To Update SMTP Details for Email Notifications

![](/files/dANLiUHGJEYD4T9EhYbd)

#### To Configure SMTP, there are Two Options Available.

* Default(insecure) : Plugin will use Default WordPress Email Configuration to Send Email Notifications.
* Custom(secure) : You can setup your own Email SMTP Details to Send Email Notifications.

{% hint style="warning" %}
Using **"Default" ;** All the Email Notifications may not be Received in **INBOX** to the Recipients.
{% endhint %}

####

#### **To Change SMTP Options.**

* Click on Radio Button Default / Custom.
* **Done !**

You have Successfully Updated the **SMTP Option.**

#### To ADD / UPDATE SMTP Details for "Custom" SMTP Option

#### Fill Up All the Required Fields.

{% hint style="info" %}
To Send Authenticated Email Notifications, it is Required to Send it Using Email SMTP Settings.
{% endhint %}

What is required?

* **Valid Email SMTP Details :** [**How to Find ?**](https://knowledge.hubspot.com/email-notifications/how-can-i-find-my-email-servers-imap-and-smtp-information)
* **Email Account with Password :** This will be Used to Send Emails Through SMTP Settings

#### More Information About Other Fields :

* From Name : Name to Show in the list of Receipt's Mail Box.
* From Email : Sender Email id.
* CC(Optional) : CC (Carbon Copy) lets you send a copy of the email to other people
* BCC(Optional) : BCC (Blind Carbon Copy) also lets you send a copy of the email to other people but hides the names of the recipients from each other

{% hint style="danger" %}
Admin and Authors will not Receive any Email Notifications, if Incorrect SMTP Details has been added.
{% endhint %}

After Adding the Correct SMTP Details, Click on "**Save Changes".**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://jrpdocs.hyvikk.space/features/wizard-settings/email-setup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
