Skip to content

Commit

Permalink
Calibre-Web: Add SMTP details (#325)
Browse files Browse the repository at this point in the history
added details on where to find the smtp settings in the admin console
  • Loading branch information
RaneyDazed authored Dec 30, 2024
1 parent 06f9f02 commit e0e79b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sandbox/apps/calibre-web.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Useful docker commands

A useful function of Calibre-Web is sending ebooks by email. Therefore, you need to set up SMTP e-mail server settings.

I am using Google to host the email for mydomain.com. In my case, after trial and error, I found it most reliable to go into my Google control panel, go to the SMTP settings, and whitelist my server’s IP address without authentication. Now, I can send email from any Saltbox app that supports it (Ombi, Tautelli, Organizr, and Calibre-Web) with no troubles.
I am using Google to host the email for mydomain.com. In my case, after trial and error, I found it most reliable to go into my Google control panel, go to the SMTP settings, and whitelist my server’s IP address without authentication. Now, I can send email from any Saltbox app that supports it (Ombi, Tautelli, Organizr, and Calibre-Web) with no troubles. These settings can be found `Apps > Google Workspace > Settings for Gmail > Routing` and the setting you need to add or change is `SMTP relay service`. or just search `SMTP` in the search bar at the top of the Google admin console, and find `SMTP relay service` from there.

```text
Hostname: smtp-relay.gmail.com, Port: 25, SSL: No
Expand Down

0 comments on commit e0e79b0

Please sign in to comment.