You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
I am trying to either disable (edit smtp server to something invalid) or delete and then add after some time the SMTP server, to avoid mail spamming for deleted attachment versions of attachments and pages via a service account.
If I take the Powershell script from Chrome and add to it -usedefaultcredentials, then I am getting a HTTP Status Code 403.
the uri would be <URL>/admin/mail/createmailserver.action?protocol=smtp
for the form and then for the POST request:
<URL>/admin/mail/docreatemailserver.action - in this request the form fields are specified in the body.
Is anybody doing such things with PowerShell in Confluence server? (not cloud)
Is it maybe possible to disable just the mail notifications for the deletion of versions?