My local ISP does still work via the email sent from an ESP using the LUA code posted at the beginning of this thread.
here is the response from that successful attempt...
NodeMCU 0.9.5 build 20150318 powered by Lua 5.1.4
nil
> 220 mail1.xtanet.com ESMTP Postfix
250 mail1.xtanet.com
334 VXNlCm5hbWU6
334 UGFzC3dvcmQ6
235 2.0.0 Authentication successful
250 2.1.0 Ok
250 2.1.5 Ok
354 End data with <CR><LF>.<CR><LF>
250 2.0.0 Ok: queued as E2F112100A9
221 2.0.0 Bye
and here is the message I get when trying to send an email from ESP BASIC...
connected
220 mail1.xtanet.com ESMTP Postfix
Sending hello
250-mail1.xtanet.com
250-PIPELINING
250-SIZE 26214400
250-VRFY
250-ETRN
250-AUTH LOGIN PLAIN
250-AUTH=LOGIN PLAIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
Sending auth login
334 VXNlCm5hbWU6
Sending User
334 UGFzC3dvcmQ6
Sending Password
235 2.0.0 Authentication successful
Sending From
250 2.1.0 Ok
Sending To
250 2.1.5 Ok
Sending DATA
354 End data with <CR><LF>.<CR><LF>
Sending email
250 2.0.0 Ok: queued as 5AB38211005C
Sending QUIT
221 2.0.0 Bye
disconnected
I appears that they should both be successful. Yet I never get the second message. They are both using the same smtp server. Same from address. Same to address.
Could there be something about the 'subject' or the 'body' of the email that is causing the second one to not be sent??
I plan on contacting my ISP tomorrow to see if a Tech on that end can see what the problem might be.
Any thoughts or suggestions appreciated.
(note: when pasting the responses I changed slightly the encoded parts to obscure my personal info.)
dwight