mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 00:35:51 +03:00
[GH-ISSUE #390] [FeatureREQ] Forwarding Mails without SMTP #254
Labels
No labels
awaiting feedback
bug
docker
documentation
enhancement
github_actions
invalid
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mailpit#254
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @plexmaniax on GitHub (Nov 18, 2024).
Original GitHub issue: https://github.com/axllent/mailpit/issues/390
Hi it's me again ;)
I'm not sure if I missed this information, but I couldn't find a solution for forwarding testmails without providing any smtp details. We often use sendmail on our server, but we wanna forward the testmails. Is there any way to do this without an external smtp relay?
Best regards
Maik
@axllent commented on GitHub (Nov 18, 2024):
Hi :) No, this is not supported, you have to configure a relay SMTP server. Just to clarify, this also won't be supported in the future due to the technical requirements of a SMTP servers (it's not simple, and completely out of scope of what Mailpit is). Sorry.
@plexmaniax commented on GitHub (Nov 18, 2024):
Thanks for your reply.
sadly to hear, but understanding. I'll try to set a free account on service like mailgun, this will fix my issue.
stay tuned!
best regards
Maik