Replies: 1 comment 2 replies
|
Hey @kelcheone, as you're using an internal mail provider you would probably have to create your own terraform module (which if you're not confident/familiar with I wouldn't suggest you do). But if you've already got the mail server up and running, with the email sender created and verified, I'd suggest removing the SendGrid module and sendgrid variables (lines 72-85 and lines 195-211) as well as modify the remaining smtp variables (host/port/password/etc) accordingly to your internal server. Once you've done that you should be all good to go (assuming I haven't forgotten something). |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have been trying to find out how to change the mail provider from Sendgrid to something we are using internally. I'm not a Terraform guy but can't really find out how they plug into each other.
All reactions