Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
talset authored May 2, 2024
1 parent 53a59ec commit 47e2cda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ There are two addition: `email-tls-skip-verify` and `email-addr-to`. If you are
wget https://github.com/cycloidio/cy-smtp/releases/download/v0.2.3/cy-smtp-v0.2.3-linux-amd64.tar.gz
tar xf cy-smtp-v*-linux-amd64.tar.gz
export [email protected]
export SMTP_FROM=$(grep email-addr-from config.yml | sed 's@"@@g;s@<@@g;s@>@@g' | sed -E 's/.* ([^ ]+@[^ ]+)/\1/')
export SMTP_RETURN=$(grep email-addr-return-path config.yml | sed 's/"//g' | awk '{print $2}')
./cy-smtp --config-file /opt/config.yml -f $SMTP_FROM -t $SMTP_RETURN
```

0 comments on commit 47e2cda

Please sign in to comment.