Skip to content

Update default Mailpit SMTP port to 1025 and pop3 port to 1110 in con… #3607

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

raucheacho
Copy link

…fig.toml template

What kind of change does this PR introduce?

default config toml change:
Update default SMTP and pop3 configuration in config.toml template to use Mailpit

What is the current behavior?

The cli and config.toml file still references Inbucket as the default local email testing server, with the SMTP and pop3 port set to 54324.

What is the new behavior?

  • The default SMTP port is updated from 54325 to 1025 and pop3 is updated from 54326 to 1110 to reflect the switch to Mailpit, which listens respectively on ports 1025 and 1110 by default.
  • All references to Inbucket in descriptions or comments are replaced with Mailpit.

Feel free to include screenshots if it includes visual changes.

Additional context

Supabase has recently migrated from Inbucket to Mailpit as the default local email testing service. Updating the config.toml file helps keep the developer documentation consistent and avoids confusion during local setup.

@raucheacho raucheacho requested a review from a team as a code owner May 25, 2025 13:41
@sweatybridge
Copy link
Contributor

For backwards compatibility, you need to add a new config block for mailpit.

But even then, I don't think this change is necessary because the ports 1025 and 1110 are internal to mailpit container. They are mapped to different ports on localhost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants