CocoaPods / cocoapods-trunk

CocoaPods plugin for trunk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please unblock verification email

tjprescott opened this issue · comments

We had an issue with the mail alias we use to manage our trunk registration and I believe it is now blocked, because we have resolved the issue with our email alias but calls to pod trunk register aren't sending emails.

email: azuresdkmobileteam@microsoft.com

Done 👍🏻

We are still not getting the verification email. Here's the result of pod trunk verify --verbose

opening connection to trunk.cocoapods.org:443...
opened
starting SSL for trunk.cocoapods.org:443...
SSL established, protocol: TLSv1.3, cipher: AEAD-AES128-GCM-SHA256
<- "POST /api/v1/sessions HTTP/1.1\r\nContent-Type: application/json; charset=utf-8\r\nAccept: application/json; charset=utf-8\r\nUser-Agent: CocoaPods/1.11.3\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nHost: trunk.cocoapods.org\r\nContent-Length: 94\r\n\r\n"
<- "{\"email\":\"azuresdkmobileteam@microsoft.com\",\"name\":\"Azure SDK Mobile Team\",\"description\":null}"
-> "HTTP/1.1 201 Created\r\n"
-> "Server: Cowboy\r\n"
-> "Date: Wed, 08 Nov 2023 16:26:23 GMT\r\n"
-> "Report-To: {\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1699460784&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&s=ubeQBEE%2BG0KctwqXemyLkD8TD3FH%2FbyM3OeoaFosX50%3D\"}]}\r\n"
-> "Reporting-Endpoints: heroku-nel=https://nel.heroku.com/reports?ts=1699460784&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&s=ubeQBEE%2BG0KctwqXemyLkD8TD3FH%2FbyM3OeoaFosX50%3D\r\n"
-> "Nel: {\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}\r\n"
-> "Connection: keep-alive\r\n"
-> "Strict-Transport-Security: max-age=31536000\r\n"
-> "Content-Type: application/json\r\n"
-> "X-Content-Type-Options: nosniff\r\n"
-> "Content-Length: 192\r\n"
-> "Via: 1.1 vegur\r\n"
-> "\r\n"
reading 192 bytes...
-> "{\"created_at\":\"2023-11-08 16:26:24 UTC\",\"valid_until\":\"2024-03-15 16:26:24 UTC\",\"verified\":false,\"created_from_ip\":\"131.107.8.11\",\"description\":null,\"token\":\"172caf2dbd007884ab1563b3279280c2\"}"
read 192 bytes

@orta any advice would be greatly appreciated. Are you getting a bounce still from our side?

Spotted another bounce - fixed 👍🏻

We got the verification email. Thank you!