Relative Content

Tag Archive for smtpmailgunsmtpclient

Manually sending email to Mailgun SMTP server endpoint

I am trying to manually send email by opening TCP connection with SMTP server endpoint of Mailgun using python socket. “QUIT” command does not seem to be working, how to fix it? Although, email does get send successfully with the python script below.