# Source: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-smtp-client-command-line.html # X-SES-CONFIGURATION-SET is optional EHLO yourdomain.com AUTH LOGIN base64 encoded Smtp Username base64 encoded Smtp Password MAIL FROM: from@yourdomain.com RCPT TO: email@anydomain.com DATA #X-SES-CONFIGURATION-SET: YourSESConfigSet From: Your Nice Name To: email@anydomain.com Cc: cc@anydomain.com Bcc: invisible@anydomain.com Subject: Hello from Amazon SES SMTP Test for UNIX This message was sent using the Amazon SES SMTP interface. There is no more content in this test email. . QUIT