mirror of
https://github.com/decke/smtprelay.git
synced 2026-04-25 04:45:52 +03:00
[GH-ISSUE #57] Docs please. #15
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/smtprelay#15
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 @amarjeetanandsingh on GitHub (Feb 2, 2022).
Original GitHub issue: https://github.com/decke/smtprelay/issues/57
Hi,
Thanks for the wonderful piece of code.
But adding some documentation on how to build/deploy/config in the README.md is good to have.
@decke commented on GitHub (Feb 2, 2022):
Don't know what you expect but it's really simple. You can either use the binaries from the release or use
go buildto compile a binary yourself. Deployment needs to copy smtprelay binary and the smtprelay.ini. Configuration is done in the INI file. Parameters are described there.@amarjeetanandsingh commented on GitHub (Feb 5, 2022):
thanks decke