Question
Can i suppress the email getting sent from the droplet create via the API
So here’s my problem, i have looked around and can’t seem to find a solution to it, or i may just be googling the wrong terms.
I’m trying to setup droplet creation via the API and i’m using the user-date( cloud-config ) to run command’s. But no matter what i try and do the email associated with the account gets and email saying that the droplet is ready and the root password is “blah”.
So my question is how do i suppress that email so that the email does not get sent to the associated email with that account.
I know i could attach an SSH key but I’m trying to avoid attaching a Key via the API to the account in question.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
As far as my knowledge goes, this, at present is not possible. Either you use SSH-Keys so no mail is shot or be ready for this mail with a root password.