-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add: send email with mutt (better file attach sup)
- Loading branch information
Showing
2 changed files
with
44 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ FROM interlegis/alpine-postfix | |
|
||
LABEL maintainer="Danya Sliusar <[email protected]>" | ||
|
||
RUN apk add -U --no-cache sharutils | ||
RUN apk add -U --no-cache sharutils mutt | ||
|
||
ADD ./bin/sendmail-http / | ||
ADD start.sh / | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters