Hi Team,
I am struggling in sending a email from cloud-composer 2 environment(
I have also setup a network connectivity test which shows smtp.gmail.com is reachable from my VPC
Error Msg:
File "/opt/python3.8/lib/python3.8/smtplib.py", line 310, in _get_socket
return socket.create_connection((host, port), timeout,
File "/opt/python3.8/lib/python3.8/socket.py", line 808, in create_connection
raise err
File "/opt/python3.8/lib/python3.8/socket.py", line 796, in create_connection
sock.connect(sa)
OSError: [Errno 99] Cannot assign requested address
Any help/pointers would be appreciated.
Thanks