mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 16:56:00 +03:00
[GH-ISSUE #305] [Docs] Add telnet example #202
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#202
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 @gruz on GitHub (May 30, 2024).
Original GitHub issue: https://github.com/axllent/mailpit/issues/305
I cannot find where to propose changes for this page:
https://mailpit.axllent.org/docs/install/testing/
So I write here.
sendmail -t -S localhost:1025 < email.txtgive an errorA one-liner for testing:
@axllent commented on GitHub (May 30, 2024):
Your sendmail implementation obviously does not support setting the SMTP server, however your suggested approach should work on unix-like systems (though probably not on Windows). I will add this to the docs, thanks.
@axllent commented on GitHub (May 31, 2024):
I've added this testing method to https://mailpit.axllent.org/docs/install/testing/#test-using-telnet (I removed the
sleep 1lines as it appears to work perfectly fine without). Thanks.