# Newsletter

{% hint style="info" %}
**PRO TIP 🚀**

Use the test cases below to test your ScandiPWA App!
{% endhint %}

The newsletter subscription is available in the footer of your store and in the customer account. Additionally, the customers have the ability to subscribe to the newsletter during registration.

### To edit the Newsletter settings

1. Go to admin > **Stores** > Settings > **Configuration**.&#x20;
2. In the left panel, expand **Customers** and choose **Newsletter.**&#x20;
3. Edit your preferences and **save**.
4. Tap System > Cache Management > **Flush Cache Storage.**

Below, you can find the status of the newsletter configurations support by ScandiPWA:

| **SETTING**                   | **STATUS**    | **DESCRIPTION**                                                                                                                                                                                   |
| ----------------------------- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Enabled                       | **SUPPORTED** | Determines if the newsletters are enabled for the store view scope. Options: Yes / No.                                                                                                            |
| Allow Guest Subscription      | **SUPPORTED** | Determines if unregistered guests can subscribe to a newsletter. Options: Yes / No.                                                                                                               |
| Need to Confirm               | **SUPPORTED** | Determines if the subscription requests must be confirmed. This double-opt-in method is a validation measure that prevents people from being subscribed without their consent. Options: Yes / No. |
| Confirmation Email Sender     | **SUPPORTED** | Identifies the store contact that appears as the sender of the email sent to confirm a subscription request.                                                                                      |
| Confirmation Email Template   | **SUPPORTED** | Determines the email template used for the notification sent to confirm a request to subscribe to a newsletter. Default template: Newsletter subscription confirmation.                           |
| Success Email Sender          | **SUPPORTED** | Identifies the store contact that appears as the sender of the email sent to those who successfully subscribe to a newsletter.                                                                    |
| Success Email Template        | **SUPPORTED** | Determines the email template used for the notification sent to those who successfully subscribe to a newsletter. Default template: Newsletter subscription success.                              |
| Unsubscription Email Sender   | **SUPPORTED** | Identifies the store contact that appears as the sender of the email sent to those who request to end their newsletter subscription.                                                              |
| Unsubscription Email Template | **SUPPORTED** | Determines the email template used for the notification sent to those who request to end their newsletter subscription. Default template: Newsletter unsubscription success.                      |

{% hint style="success" %}
**TEST YOUR SCANDIPWA APP**

To verify the support for this section, use the following **test cases:**
{% endhint %}

{% file src="<https://3993793926-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MJEKoY_RLJk3C3Fcnu6%2F-Ma3qAvg5NOzzcdHlYU_%2F-Ma3qlXYG2r32Ug0Zpzq%2FNewsletter%20ScandiPWA%20Test%20Suite.pdf?alt=media&token=325d9d2e-0838-4efa-9ed3-2e34512e5898>" %}
Newsletter Test Cases
{% endfile %}


---

# 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://manual.scandipwa.com/v5.0.5/customers/newsletter.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.
