You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have a problem with inbox
the idea is use inbox as SMTP Server.
i have 2 servers:
1 - frontend
2 - smtp server
in the frontend i use Mailer to create the email and i connect with the "inbox" smtp server to send emails.
message=Message(From="[email protected]", To="[email protected]", charset="utf-8")
message.Subject="Test Email"message.Body="""this is a test email"""sender=Mailer('ip_of_inbox_server')
sender.send(message)
Hi
i have a problem with inbox
the idea is use inbox as SMTP Server.
i have 2 servers:
1 - frontend
2 - smtp server
in the frontend i use Mailer to create the email and i connect with the "inbox" smtp server to send emails.
and from the inbox server this is the error
The problem is the connection with the google smtp server that use SSL
Any idea how to solve this?
thanks in advance for your help
The text was updated successfully, but these errors were encountered: