Email System
Plex Store comes with SendGrid and SMTP support.
Last updated
Was this helpful?
Plex Store comes with SendGrid and SMTP support.
Last updated
Was this helpful?
What is SendGrid?
SendGrid is a service that helps you send emails from your apps or websites, like receipts, password resets, or newsletters. It’s free to get started and easy to set up—just create an account and use an API key to start sending emails quickly and securely.
What is SMTP?
SMTP stands for Simple Mail Transfer Protocol. It is a protocol used for sending email messages between servers. SMTP uses a process of routing emails from the sender's server to the recipient's server using a series of commands and responses to ensure the message's delivery. It's an essential component of the email system, providing a way for servers to communicate and exchange email data.
Plex Store uses emails for the following:
When a customer purchases an item it sends them a confirmation email with a list of what they bought.
General notifications
Visit SendGrid: Go to .
Sign Up: If you don’t have an account, click on the Sign Up button. Fill out the required information. (You will most likely need to add 2FA, or verify your phone number)
Image Description: An image showing the SendGrid homepage with the Sign Up button highlighted.
Choose a Free Plan: During the sign-up process, choose the free plan.
Log In: After signing up, log in to your SendGrid account using your credentials.
Access the Dashboard: Once logged in, you’ll be directed to the SendGrid dashboard.
Image Description: The SendGrid dashboard, highlighting the left-side navigation panel.
Go to API Keys: On the left sidebar, click on Settings and then select API Keys from the dropdown menu.
Create a New API Key: Click on the Create API Key button.
Name Your API Key: A prompt will appear asking you to name your API Key. Enter a descriptive name, such as “MyAppAPIKey”.
Click the Create & View button. Your API Key will be displayed. Make sure to copy and store it securely. You won’t be able to view it again.
config.yml
FileOpen the config.yml
and paste the API Key wherever you need it.
Choose the free plan.
Register: Click on the Sign up button on the top right corner, and fill out the required information.
SMTP2GO does not support any shared/public email addresses. You may get a error saying: Error code 6 - Emails on the shared domain cannot be used. If this is the case, try another email from another domain.
Verify your email by checking your inbox.
Go to Sending -> Verified senders and click on "Add sender domain".
Connect your domain based on the instructions. This will require editing your DNS records.
Go to Sending -> SMTP users and click on "Add SMTP user".
Fill out the required information, then click on the blue "Add SMTP User" button.
Open the config.yml of the store.
Go to the email settings.
Set provider to "smtp"
Set the SMTP details you got from SMTP2GO or from your SMTP provider. Example:
SMTP2GO Example:
Congrats! You have successfully setup emails for Plex Store.
This guide will teach you how to make a SMTP2GO account and connecting your domain. If you already have a SMTP server, skip directly to .
Visit smtp2go: Go to .
If you are not logged in yet, .