# Why SMTP?

SMTP stands for Simple Mail Transfer Protocol. It’s the standard method used to send emails from one server to another.

In PowerfulForm, SMTP is used to send your form emails (like admin notifications and auto-replies) through *your own email provider* so delivery is more reliable.

***

### ✅ Why you should use SMTP

#### 🚚 1) Better email delivery (less chance of going to spam)

Using SMTP helps your emails land in the inbox more consistently because the email is sent through a trusted provider (Gmail, Outlook, SendGrid, etc.) instead of generic sending.

#### 🔒 2) Stronger authentication

SMTP providers support security methods like:

* ✅ Login + password (or App Password)
* ✅ TLS/SSL encryption

#### 🏷️ 3) Send from your own domain/email

SMTP lets you send emails as:

* `support@yourstore.com`
* `sales@yourstore.com`

This looks more professional and builds trust with customers.

#### [⚡ 4) More control](#user-content-fn-1)[^1]

With SMTP, you can control things like:

* From email/name
* Reply-to email
* Provider limits
* Email logs (depending on provider)

***

### 🧩 When do you need SMTP?

You may need SMTP if you:

* are not receiving form emails
* see emails going to spam
* want to send from your business email (your domain)
* need a more reliable email sending method

***

### 🔧 What you need to set up SMTP

Before configuring SMTP in PowerfulForm, prepare:

* &#x20;**SMTP email address** (example: `yourname@gmail.com`)
* **SMTP password** (or App Password for Gmail)
* **SMTP host** (example: `smtp.gmail.com`)
* **SMTP port** (usually `587` for TLS or `465` for SSL)

***

### How to set up SMTP?

Learn more [here](https://docs.powerfulform.com/mail-notification/smtp-setup)

[^1]:


---

# Agent Instructions: 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:

```
GET https://docs.powerfulform.com/~/revisions/KRfi0fHdeAFeAhiPrH7G/trouble-shooting/why-smtp.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
