Skip to content

Commit

Permalink
Update numbered lists
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofwolski committed Jul 11, 2023
1 parent d6edd78 commit 0566d45
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ The application is now configured.
Using a Gmail account for testing may not be possible due to security restrictions. To test the application, you can test the mailbox at [MailSlurp](https://www.mailslurp.com/).

1. Create an account at [MailSlurp](https://www.mailslurp.com/)
1. Create a new inbox - [documentation](https://www.mailslurp.com/guides/creating-inboxes/)
1. Use the inbox address to create a new sender in Sendgrid - [documentation](https://docs.sendgrid.com/ui/sending-email/senders)
1. Confirm the sender by clicking on the link in the MailSlurp inbox
1. Configure the provider in the Emails and Messages app to use the new sender
2. Create a new inbox - [documentation](https://www.mailslurp.com/guides/creating-inboxes/)
3. Use the inbox address to create a new sender in Sendgrid - [documentation](https://docs.sendgrid.com/ui/sending-email/senders)
4. Confirm the sender by clicking on the link in the MailSlurp inbox
5. Configure the provider in the Emails and Messages app to use the new sender

:::caution

Expand Down
24 changes: 12 additions & 12 deletions docs/developer/app-store/apps/emails-and-messages/smtp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ Want to test messages? Working on the application code? See the [testing](#testi
## Creating configuration

1. Open the Emails and Messages app in Saleor Dashboard
1. Click on `Add provider`
1. Choose `SMTP`
1. Provide SMTP server credentials for your SMTP server
1. Click on `Save provider`. The application will redirect automatically to the configuration details
1. Enter sender details, which will be displayed as the author of the emails for your customers. Click on `Save provider`
1. In the events section choose which of the emails should be sent. You can also modify the template of the emails.
1. Click on `Save provider`
2. Click on `Add provider`
3. Choose `SMTP`
4. Provide SMTP server credentials for your SMTP server
5. Click on `Save provider`. The application will redirect automatically to the configuration details
6. Enter sender details, which will be displayed as the author of the emails for your customers. Click on `Save provider`
7. In the events section choose which of the emails should be sent. You can also modify the template of the emails.
8. Click on `Save provider`

Now the application is configured and emails will be sent.

Expand All @@ -50,10 +50,10 @@ Both services have similar functionality. The following guide will use MailSlurp
:::

1. Create an account at [MailSlurp](https://www.mailslurp.com/)
1. Create a new inbox - [documentation](https://www.mailslurp.com/guides/creating-inboxes/)
1. Choose `SMTP` as the inbox type
1. Choose `Virtual inbox`. This will create an inbox that captures all emails, so none will be sent to the original addressee
1. Use credentials of the new inbox to configure the SMTP provider in the application
2. Create a new inbox - [documentation](https://www.mailslurp.com/guides/creating-inboxes/)
3. Choose `SMTP` as the inbox type
4. Choose `Virtual inbox`. This will create an inbox that captures all emails, so none will be sent to the original addressee
5. Use credentials of the new inbox to configure the SMTP provider in the application

More information can be found in [the official guide](https://help.mailtrap.io/article/109-getting-started-with-mailtrap-email-testing).

Expand All @@ -69,7 +69,7 @@ Requirements:
To start the service:

1. Open the EAM app folder in terminal
1. Use the command `docker compose up`
2. Use the command `docker compose up`

Mailhog will start the SMTP server and web interface. Now you can update provider configuration:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,33 +11,33 @@ By following the troubleshooting guidelines outlined here, you'll be able to tro

Please note that while this section covers many common scenarios, it may not address every possible issue. If you encounter a problem that is not covered here or need further assistance, we recommend reaching out to [the GitHub Issues](https://github.com/saleor/apps/issues) page.

## For all providers
## General

- Make sure the configuration is activated
1. Go to configuration details
1. In the `Status and name` section, `Active` should be checked
2. In the `Status and name` section, `Active` should be checked
- Configuration is enabled for the channel
1. Go to configuration details
1. If channel assignment is overwritten, ensure the channel the event originated from is not excluded
2. If channel assignment is overwritten, ensure the channel the event originated from is not excluded
- Ensure the sender details are filled in
1. Go to configuration details
1. Fill fields in the `Sender` section
2. Fill fields in the `Sender` section
- Event is activated
1. Go to configuration details
1. In the `Events` section, `Active` should be checked for events you are investigating
2. In the `Events` section, `Active` should be checked for events you are investigating

## SMTP

- Template preview is rendering
1. Go to configuration details
1. In the `Events` section, click on `Edit` for the event you are investigating
1. Template on the right-hand side should be rendered properly
2. In the `Events` section, click on `Edit` for the event you are investigating
3. Template on the right-hand side should be rendered properly

## Sendgrid

- Sandbox mode is not active
1. Go to configuration details
1. In the `API connection` section, sandbox mode should not be activated
2. In the `API connection` section, sandbox mode should not be activated
- The API key is still active
- Sender is configured and available in the Sendgrid account
- Dynamic templates are configured and available
Expand Down

0 comments on commit 0566d45

Please sign in to comment.