Skip to content

Commit

Permalink
Fixed grammatical errors
Browse files Browse the repository at this point in the history
  • Loading branch information
KesterTan committed Sep 15, 2024
1 parent 1953859 commit b15cf35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation/mailing.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ To set Autolab Docker up for a custom SMTP Server, update the following in `.env
:::
[email protected]

Here the from address **must** be a address that your SMTP service permits you to send from. Oftentimes it is the same as your user_name in the smtp settings.
Here the from address **must** be an address that your SMTP service permits you to send from. Oftentimes it is the same as your user_name in the smtp settings.

After which, doing a `docker-compose down` followed by `docker-compose up -d` will allow you to see the changes.

Expand Down Expand Up @@ -74,6 +74,6 @@ To set Autolab up to use a custom SMTP Server, you will need to make edits to th
:::ruby
ActionMailer::Base.default :from => '[email protected]'

Here the from address **must** be a address that your SMTP service permits you to send from. Oftentimes it is the same as your user_name in the smtp settings.
Here the from address **must** be an address that your SMTP service permits you to send from. Oftentimes it is the same as your user_name in the smtp settings.

Make sure to restart your Autolab client to see the changes.

0 comments on commit b15cf35

Please sign in to comment.