This package works fine for me outside of docker. But I have a container, a celery worker, that will not send the mail. The container however can make HTTP requests. Am I right in thinking that if I have SENDGRID_API_KEY set this package is just making a HTTP request to the SendGrid API ? If this is true does anybody have any ideas why the mail doesn't work from this container but a standard HTTP request does, to say, Google's server ? I'm at a loss as to how to even corner the real issue on this one.
Hi
This package works fine for me outside of docker. But I have a container, a celery worker, that will not send the mail. The container however can make HTTP requests. Am I right in thinking that if I have SENDGRID_API_KEY set this package is just making a HTTP request to the SendGrid API ? If this is true does anybody have any ideas why the mail doesn't work from this container but a standard HTTP request does, to say, Google's server ? I'm at a loss as to how to even corner the real issue on this one.