Sending emails to smtp4dev
I'm trying to test emails with smtp4dev, logs appear about sent email but nothing appears in smtp4dev web page, here's what I did:
- worker is running from
- created new smtp4dev container using
- uncommented necessary options in .env in twenty-server (all starting at EMAIL_ except for EMAIL_SMTP_USER and EMAIL_SMTP_PASSWORD)
- created new mailbox in smtp4dev for
- sent forgot password and invitation email but got nothing
Am I missing something like another worker?
- worker is running from
npx nx start- created new smtp4dev container using
docker run --rm -it -p 8090:80 -p 2525:25 rnwood/smtp4dev from docs- uncommented necessary options in .env in twenty-server (all starting at EMAIL_ except for EMAIL_SMTP_USER and EMAIL_SMTP_PASSWORD)
- created new mailbox in smtp4dev for
tim@apple.dev- sent forgot password and invitation email but got nothing
Am I missing something like another worker?