This file contains hidden or 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
| #!/bin/bash | |
| # some variables | |
| # refactoring the script such that all these values are | |
| # passed from the outside as arguments should be easy | |
| # SMTP_HOST | |
| # SMTP_USER | |
| # SMTP_FROM | |
| # SMTP_PASSWORD |
OlderNewer