Closed mtthidoteu closed 2 years ago
Hi!
It doesn't seem related to the library itself as it doesn't grab any env vars by itself - the issue is on your side. The only thing the library does is check if the caller provided None
as the server token - how the caller gets the token, it's on the caller.
Hi! So I'm trying to send a simple mail for testing purposes, however It is not letting me using any ENV variables or any sort of variable for that matter:
I am getting the error:
If I put it between straight away between ''s it works however. I can also not declare it before such as:
As this returns the same error. Is this the intended behaviour? What could I do as an alternative? Cheers