I am trying to send an email by using curl, but I am getting the error "Login Denied". I generated the app password as well as the oauth access token, but still getting the same error. Can someone guide me as to what's the issue.
That's how I gave the app password and the access token:
curl_easy_setopt(curl, CURLOPT_PASSWORD, "APP_PASSWORD");
headers = curl_slist_append(headers, "Authorization: Bearer ACCESS_TOKEN");
curl_easy_setopt(curl, CURLOPT_HTTPHEADER, headers);
Hey @Shreya ,
and welcome to the Community!
I'm not sure if I fully understand your question. Could you elaborate if you are trying to use any Bitbucket Cloud feature to send emails?
I ask this because our community primarily focuses on Bitbucket Cloud/Server questions, and we welcome any inquiries you might have. However, you’ll likely receive faster and more precise answers for queries related to Atlassian products here.
If your question is about a third-party tool, you might find it more beneficial to post directly in that tool’s dedicated forum or community. This way, you’ll have a better chance of getting an accurate and timely response.
Thank you, @Shreya !
Patrik S
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.