Skip to content

Instantly share code, notes, and snippets.

@ianpurvis1976
Created June 20, 2017 10:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ianpurvis1976/0f36c319efe590556ef148931fd6041c to your computer and use it in GitHub Desktop.
Save ianpurvis1976/0f36c319efe590556ef148931fd6041c to your computer and use it in GitHub Desktop.
SMTP Verify Domain
curl $MAILSERVICE -X POST -H "Content-Type: application/x-www-form-urlencoded; charset=utf-8" -H "Accept: application/xml" -H "X-Auth-Token: $OS_AUTH_TOKEN" -d 'Action=GetIdentityVerificationAttributes&Identities.member.1=ianpurvis.co.uk' | xmllint --format -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment