Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The contact form has not been working since we moved to DigitalOcean because by default SMTP port 25 is blocked. This should prevent the use of DigitalOcean domains to send out spam emails (see https://docs.digitalocean.com/support/why-is-smtp-blocked/).
The suggested workaround is to use SendGrid. I've created an account with our dev address there and followed these docs to set everything up.
I've already changed the env vars so this should work once the PR is merged. Let me know if there are any questions.
SendGrid requires
from
to be identical with the verified email address, so an additionalreplyTo
field is necessary to actually reply to the person who sent the contact request via the form on the website.