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

Wouldn't send e-mail, fixed #15

Open
branhendricks opened this issue Jun 2, 2017 · 1 comment
Open

Wouldn't send e-mail, fixed #15

branhendricks opened this issue Jun 2, 2017 · 1 comment

Comments

@branhendricks
Copy link

I had trouble getting this script to send e-mail. There were two causes.
In the main dehydrated file, on line 225, there is an export command with a list of variable to be exported for use by the hook script. CONTACT_EMAIL is not one of them and needs to be added. (I set CONTACT_EMAIL in the config file.)
In this script, in the deploy_challenge and clean_challenge functions, RECIPIENT is set as a previous RECIPIENT variable. RECIPIENT needs to be set to CONTACT_EMAIL. After those changes, were made, my e-mails were going though. Prior to that they were going to root@server.

@txr13
Copy link
Contributor

txr13 commented Mar 14, 2018

CONTACT_EMAIL is the contact address for the account on the ACME server, and should not be assumed to be the destination for the emails produced by the hook script.

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

2 participants