Add support for setting SMTP credentials
Closed this issue · 1 comments
issyl0 commented
- I was looking through https://improvmx.com/api/ to track changes and noticed that I never implemented SMTP. I don't currently send email from the aliases I have configured (because issy10.co.uk isn't right (even though it reaches me), it's issyl0.co.uk). But maybe users of this Terraform provider (or the API client itself) would like to.
- https://improvmx.com/api/#smtp
- This needs adding to the API client first: https://github.com/issyl0/go-improvmx.
issyl0 commented
v0.4.2 now has this (and a CHANGELOG, and new docs).