> ## Documentation Index
> Fetch the complete documentation index at: https://docs.supercycle.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Supercycle notifications

> The emails Supercycle sends your customers, and how to edit, brand, and deliver them

Supercycle sends its own emails to customers when something happens on their rental, return, or subscription, such as a return being requested or credits being returned to a membership. Each email is a template you can reword under <Icon icon="shopify" iconType="solid" /> **[Languages](https://admin.shopify.com/apps/supercycle/settings/languages)**, and the branding, reply-to address, and delivery are set under <Icon icon="shopify" iconType="solid" /> **[Emails](https://admin.shopify.com/apps/supercycle/settings/emails)**.

***

## Customer emails

<AccordionGroup>
  <Accordion title="Return requested" icon="rotate-left">
    Sent when a customer requests a return.
  </Accordion>

  <Accordion title="Return approved" icon="rotate-left">
    Sent when a return request is approved.
  </Accordion>

  <Accordion title="Return received" icon="rotate-left">
    Sent when a return has been received.
  </Accordion>

  <Accordion title="Return recredited" icon="rotate-left">
    Sent when a return's credits go back to the customer's membership.
  </Accordion>

  <Accordion title="Return item reminder" icon="bell">
    Reminds a customer that one or more rented items are due back soon. When [convert to purchase](/documentation/manage/cycles/convert-to-purchase#return-item-reminder-email) is on for customers, each eligible rental also gets a **Complete your purchase** button that links to their account to finish the conversion.
  </Accordion>

  <Accordion title="Subscribed to plan" icon="repeat">
    Sent when a customer subscribes to a plan.
  </Accordion>

  <Accordion title="Subscription canceled" icon="circle-xmark">
    Sent when a customer's subscription is canceled from the Supercycle admin or from customer accounts.
  </Accordion>

  <Accordion title="Membership paused" icon="pause">
    Sent when a customer's membership is paused from the Supercycle admin or from customer accounts.
  </Accordion>

  <Accordion title="Renewal reminder" icon="bell">
    Sent ahead of a subscription renewal.
  </Accordion>

  <Accordion title="Failed charge" icon="credit-card">
    Sent when a customer's charge fails.
  </Accordion>

  <Accordion title="Contract ready to sign" icon="file-signature">
    Sent when a customer has a rental contract ready to sign.
  </Accordion>

  <Accordion title="Contract signing reminder" icon="file-signature">
    Reminds a customer to sign an outstanding rental contract.
  </Accordion>

  <Accordion title="Contract signed" icon="file-signature">
    Sent once a customer has signed their rental contract.
  </Accordion>

  <Accordion title="ID verification required" icon="id-card">
    Sent when a customer needs to complete identity verification before their rental can proceed.
  </Accordion>
</AccordionGroup>

***

## Edit an email

<Steps>
  <Step title="Open languages">
    Go to <Icon icon="shopify" iconType="solid" /> **[Languages](https://admin.shopify.com/apps/supercycle/settings/languages)** and select the language you want to change.
  </Step>

  <Step title="Choose the email">
    Under **Customer mailers**, select the email to edit.
  </Step>

  <Step title="Edit and save">
    Edit the fields, then select **Save**.
  </Step>
</Steps>

To preview an email, go to <Icon icon="shopify" iconType="solid" /> **[Emails](https://admin.shopify.com/apps/supercycle/settings/emails)**, hover over the email, and select **Preview**.

***

## Customize email branding

Set the logo and accent color used in every Supercycle customer email under **Customize** on <Icon icon="shopify" iconType="solid" /> **[Emails](https://admin.shopify.com/apps/supercycle/settings/emails)**:

* **Logo image URL.** A public HTTPS URL to your shop logo, for example a file hosted on the Shopify CDN.
* **Logo size.** The logo width in pixels, from 0 to 1080. The default is 80 px. Very large values can look oversized in some email clients.
* **Accent color.** The color used for buttons and highlights.

<Steps>
  <Step title="Open emails">
    Go to <Icon icon="shopify" iconType="solid" /> **[Emails](https://admin.shopify.com/apps/supercycle/settings/emails)**.
  </Step>

  <Step title="Set the logo and color">
    Under **Customize**, enter a **Logo image URL**, adjust **Logo size**, and pick an **Accent color**.
  </Step>

  <Step title="Save and preview">
    Select **Save**, then select **Preview** on any customer email to check how the logo renders.
  </Step>
</Steps>

***

## Change the reply-to address

On <Icon icon="shopify" iconType="solid" /> **[Emails](https://admin.shopify.com/apps/supercycle/settings/emails)**, edit **Reply to address** and select **Save**. Replies from customers go to that address.

<Note>
  Emails are sent from `noreply@notify.supercycle.com`. To send from your own domain, connect a [custom SMTP server](#custom-smtp) or contact support from the app.
</Note>

***

## Custom SMTP

By default, Supercycle delivers all transactional emails through its own mail provider. To send them from your own domain and mail infrastructure, connect a custom SMTP server. When it's on, customer emails go through your server with the **From** address you set. If the integration is turned off or removed, Supercycle falls back to its default provider, so no emails are lost.

<Tip>
  Use a dedicated transactional email service such as [Postmark](https://postmarkapp.com/) or [Resend](https://resend.com/) rather than a general-purpose mailbox. They offer better deliverability, bounce handling, and analytics for transactional mail.
</Tip>

You need these details from your SMTP provider, for example Postmark, Resend, Amazon SES, SendGrid, Mailgun, or your own mail server:

* **Host.** The SMTP server hostname, for example `smtp.sendgrid.net`.
* **Port.** Typically `587` for STARTTLS or `465` for implicit TLS.
* **Username and password.** Credentials for an account authorized to send mail.
* **From address.** The address in the **From** header. It must be authorized by your provider, with SPF, DKIM, and DMARC records on your domain.
* **Authentication method.** Usually `plain`. `login` and `cram_md5` are also supported.

### Connect an SMTP server

<Steps>
  <Step title="Open emails">
    Go to <Icon icon="shopify" iconType="solid" /> **[Emails](https://admin.shopify.com/apps/supercycle/settings/emails)**.
  </Step>

  <Step title="Turn on Custom SMTP">
    Under **Custom SMTP** at the bottom of the page, turn the section on, then select **Configure SMTP server**.
  </Step>

  <Step title="Enter your SMTP details">
    Enter **Host**, **Port**, **Username**, **Password**, and **From address**. Set an **Authentication** method and, if needed, a **HELO domain**. Leave **Enable STARTTLS** ticked unless your provider requires otherwise.
  </Step>

  <Step title="Save">
    Select **Save**. Your password is encrypted at rest.
  </Step>

  <Step title="Send a test email">
    Select **Send test email**. Supercycle sends a test message to the shop's contact email address with the credentials you provided. If the test fails, the error your SMTP server returned is shown so you can correct the host, port, credentials, or sender address.
  </Step>
</Steps>

To update credentials, select **Edit** on the **Custom SMTP** section. Leave the password blank to keep the existing one. To stop using your server, turn the section off or select **Remove**. Supercycle reverts to its default mail provider for all future emails.
