Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add proper Mailx to verify smtp credentials #45

Open
steinbrueckri opened this issue Feb 25, 2021 · 0 comments
Open

Add proper Mailx to verify smtp credentials #45

steinbrueckri opened this issue Feb 25, 2021 · 0 comments

Comments

@steinbrueckri
Copy link
Owner

Mailx is not longer in the debian repos, we need to find a good solution to test something like this below.

export USER="x\A0001869"
export PASSWORD=""
export FROM_EMAIL_ADDRESS="x@x.de"
export TO_EMAIL_ADDRESS="steinbrueckri@x.com"

mailx -v -s "test" \
-S smtp-use-starttls \
-S smtp-auth=login \
-S smtp=smtp://smtprelay.x:587 \
-S from=$FROM_EMAIL_ADDRESS \
-S smtp-auth-user=$USER \
-S smtp-auth-password=$PASSWORD \
-S ssl-verify=ignore \
$TO_EMAIL_ADDRESS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant