Closed meharwaheed closed 9 months ago
@meharwaheed Hello! All projects under truemail-rb
are open-source project, that no relation to other paid products in the internet. Please take a look here: https://truemail-rb.org
P.S.: In context of truemail-rack
, ACCESS_TOKENS
can include any value you want.
Thank You for your answer, I'm still facing the error {"error":"invalid truemail access token"} when i run docker image
Here is examples of usage: https://truemail-rb.org/truemail-rack/#/endpoints?id=validationverification-email
curl -i -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: a262d915-15bc-417c-afeb-842c63b54154" http://localhost:9292/?email=test@gmail.com
Authorization header in your request should be the same as you use in ACCESS_TOKENS
var.
Hello Team,
I've been using the Truemail Docker image to validate emails. However, I'm encountering an issue with locating the access token. I attempted to log in to the Truemail developer portal, but they informed me that Truemail services had been discontinued.
Could you please assist me? Is there a way to run this Docker image with some form of access token?
Thank you