-->
Page 6 of 7

Re: Generate Email

PostPosted: Tue Dec 01, 2015 6:59 am
by Mmiscool
Thank you so much. Basic is a language for the common man. Can't wait to see what you are building. Please post some pics when you are done.

Re: Generate Email

PostPosted: Sat Dec 05, 2015 2:32 pm
by viscomjim
Hi Mike, I have successfully implemented a simple test of the email function and am using godaddy mail server. This is working perfectly and I am very happy about that. When sending the email, I am watching the serial port and the progress of what is happening between the esp and godaddy. (very interesting to watch btw)

Anyway, as I said, it works fine. On the terminal screen, lines that comes back from godaddy says...


stuff stuff stuff
Sending DATA
354 enter mail, end with "." on a line by itself
Sending email
250 pvX51r0020UvX5B01 mail accepted for delivery
Sending QUIT
221 p3plsmtpa07-09.prod.phx3.secureserver.net closing connection
disconnected

The lines that says "354 enter mail, end with "." on a line by itself", is this something that is common amongst email servers and is it necessary to end with a . on a line by itself. Like I said, it did work like expected, just wonder if this is something to look at.

Thanks again, this is fun!

Re: Generate Email

PostPosted: Mon Dec 07, 2015 1:05 pm
by Rotohammer
viscomjim wrote:The lines that says "354 enter mail, end with "." on a line by itself", is this something that is common amongst email servers and is it necessary to end with a . on a line by itself. Like I said, it did work like expected, just wonder if this is something to look at.


What you are looking at are the actually responses from the server. The 354 message is normal and expected, not an indication of any problem, its part of the SMTP protocol.

Re: Generate Email

PostPosted: Wed Sep 28, 2016 9:19 am
by Gabriel Colombo
Hello guys, i know this topic is old BUT i need some help around here.

This code is especificly for nodeMCU?

Im using esp8266 flash and a simply logic converter for serial comunnication, and i cannot use this on my esp8266-01

I dont know why.

I need to improve this commands that mm send below?

Thx for attention
Att, Gabriel