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 47e2cda commit 1b464ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ 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/')
./cy-smtp --config-file /opt/config.yml -f $SMTP_FROM -t $SMTP_RETURN
./cy-smtp --config-file /opt/config.yml -f $SMTP_FROM -t $SMTP_TO
```

0 comments on commit 1b464ca

Please sign in to comment.