What types of email serviers will SETUPEMAIL work with??
Posted: Sun Dec 11, 2016 6:48 pm
Hey Group,
So I have had limited success actually sending an email using the SETUPEMAIL / EMAIL commands.
I am able to send one using "smtp2go" but I have not been able to get my local ISP's email to work.
What type of encoding (if any) is used inside the ESPBASIC email commands?? Base64??
Is it using any encryption?? SSL vs TLS vs STARTTLS ??
the response I get back (in the serial monitor window) from my local ISP looks like this...
and here is a successful response from smtp2go...
What kinds of success / failure have others had??
thanks
dwight
So I have had limited success actually sending an email using the SETUPEMAIL / EMAIL commands.
I am able to send one using "smtp2go" but I have not been able to get my local ISP's email to work.
What type of encoding (if any) is used inside the ESPBASIC email commands?? Base64??
Is it using any encryption?? SSL vs TLS vs STARTTLS ??
the response I get back (in the serial monitor window) from my local ISP looks like this...
=================================
failed to send email response
=================================
connected
220 mail.stratanet.com ESMTP
250-mail.stratanet.com
250-AUTH LOGIN
250-AUTH=LOGIN
250-STARTTLS
250 8BITMIME
334 VXsNlcxm5h7bWU36
334 UGFzcad13dvcm32Q6
235 ok, go ahead (#2.0.0)
250 ok
250 ok
354 go ahead
250 ok 1481a471495 qp 22700 uuid b0e0fa4108-bfb9-11e6-aa34b-0050568w6f3af
and here is a successful response from smtp2go...
========================
successful send response
=========================
connected
220 mail.smtp2go.com ESMTP Exim 4.87 Sun, 11 Dec 2016 15:55:14 +0000
250-mail.smtp2go.com Hello 1.2.3.4 [67.213.252.210]
250-SIZE 52428800
250-8BITMIME
250-DSN
250-PIPELINING
250-AUTH CRAM-MD5 PLAIN LOGIN
250-STARTTLS
250-PRDR
250 HELP
334 VsdXNlcm5herbWU6
334 UGaFzcd3dvcdmQ6
235 Authentication succeeded
250 OK
250 Accepted <1234567890@vtext.com>
354 Enter message, ending with "." on a line by itself
250 OK id=1cGs6sdT7-DuudAI-As
221 mail.smtp2go.com closing connection
What kinds of success / failure have others had??
thanks
dwight