Skip to content

Commit 1a9c718

Browse files
authored
docs: update inbucket reference to mailpit (supabase#37427)
1 parent 800d688 commit 1a9c718

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
lines changed

apps/docs/content/guides/auth/passwords.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -960,11 +960,11 @@ Consider configuring a custom SMTP server for production.
960960
961961
See the [Custom SMTP guide](/docs/guides/auth/auth-smtp) for instructions.
962962
963-
#### Local development with Inbucket
963+
#### Local development with Mailpit
964964
965-
You can test email flows on your local machine. The Supabase CLI automatically captures emails sent locally by using [Inbucket](https://github.com/inbucket/inbucket).
965+
You can test email flows on your local machine. The Supabase CLI automatically captures emails sent locally by using [Mailpit](https://github.com/axllent/mailpit).
966966
967-
In your terminal, run `supabase status` to get the Inbucket URL. Go to this URL in your browser, and follow the instructions to find your emails.
967+
In your terminal, run `supabase status` to get the Mailpit URL. Go to this URL in your browser, and follow the instructions to find your emails.
968968
969969
## With phone
970970

apps/docs/content/guides/local-development/cli/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Started supabase local development setup.
217217
API URL: http://localhost:54321
218218
DB URL: postgresql://postgres:postgres@localhost:54322/postgres
219219
Studio URL: http://localhost:54323
220-
Inbucket URL: http://localhost:54324
220+
Mailpit URL: http://localhost:54324
221221
anon key: eyJh......
222222
service_role key: eyJh......
223223

apps/docs/content/guides/local-development/cli/testing-and-linting.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ Edge Functions are powered by Deno, which provides a [native set of testing tool
3636

3737
## Testing Auth emails
3838

39-
The Supabase CLI uses [Inbucket](https://github.com/inbucket/inbucket) to capture emails sent from your local machine. This is useful for testing emails sent from Supabase Auth.
39+
The Supabase CLI uses [Mailpit](https://github.com/axllent/mailpit) to capture emails sent from your local machine. This is useful for testing emails sent from Supabase Auth.
4040

41-
### Accessing Inbucket
41+
### Accessing Mailpit
4242

43-
By default, Inbucket is available at [localhost:54324](http://localhost:54324) when you run `supabase start`. Open this URL in your browser to view the emails.
43+
By default, Mailpit is available at [localhost:54324](http://localhost:54324) when you run `supabase start`. Open this URL in your browser to view the emails.
4444

4545
### Going into production
4646

apps/www/data/features.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ Supabase's Email Login feature enables secure email-based authentication for you
795795
- Secure authentication: Implement industry-standard security practices.
796796
- Customizable workflows: Tailor the signup and login processes to your needs.
797797
- Seamless integration: Works with Supabase's other auth providers and features.
798-
- Local development support: Test email flows using built-in tools like Inbucket.
798+
- Local development support: Test email flows using built-in tools like Mailpit.
799799
800800
## Email login is valuable for:
801801
- SaaS applications requiring user accounts

supa-mdx-lint/Rule001HeadingCase.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ may_uppercase = [
124124
"Llamafile",
125125
"Logs Explorer",
126126
"Magic Link",
127+
"Mailpit",
127128
"Management API",
128129
"Mixpeek",
129130
"Mixpeek Embed",

supa-mdx-lint/Rule003Spelling.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ allow_list = [
204204
"Logflare",
205205
"Lua",
206206
"Mailgun",
207+
"Mailpit",
207208
"Mailtrap",
208209
"Mansueli",
209210
"Metabase",

0 commit comments

Comments
 (0)