How to send an Email with Arduino and Ethernet Shield (W5100)

(Difference between revisions)
Jump to: navigation, search
Line 11: Line 11:
  
  
 +
 +
== SMTP Server Reply Codes<br/> ==
 +
 +
Code Description
 +
 +
<br/>211 System status, or system help reply.<br/>214 Help message.<br/>220 Domain service ready.Ready to start TLS.<br/>221 Domain service closing transmission channel.<br/>250 Ok , Queuing For Node Node Started.requested Mail Action Okay , Completed.<br/>251 Ok , No Messages Waiting For Node Node.user Not Local , Will Forward To Forwardpath.<br/>252 OK, pending messages for node node started.Cannot VRFY user (e.g., info is not local), but will take message for this user and attempt delivery.<br/>253 OK, messages pending messages for node node started.<br/>354 Start mail input; end with &lt;CRLF&gt;.&lt;CRLF&gt;.<br/>355 Octet-offset is the transaction offset.<br/>421 Domain Service Not Available , Closing Transmission Channel.<br/>432 A password transition is needed.<br/>450 Requested mail action not taken: mailbox unavailable.ATRN request refused.<br/>451 Requested action aborted: local error in processing.Unable to process ATRN request now<br/>452 Requested action not taken: insufficient system storage.<br/>453 You have no mail.<br/>454 TLS not available due to temporary reason.Encryption required for requested authentication mechanism.<br/>458 Unable to queue messages for node node.<br/>459 Node node not allowed: reason.<br/>500 Command not recognized: command.Syntax error.<br/>501 Syntax error, no parameters allowed.<br/>502 Command not implemented.<br/>503 Bad sequence of commands.<br/>504 Command parameter not implemented.<br/>521 Machine does not accept mail.<br/>530 Must issue a STARTTLS command first.Encryption required for requested authentication mechanism.<br/>534 Authentication mechanism is too weak.<br/>538 Encryption required for requested authentication mechanism.<br/>550 Requested action not taken: mailbox unavailable.<br/>551 User not local; please try forwardpath.<br/>552 Requested mail action aborted: exceeded storage allocation.<br/>553 Requested action not taken: mailbox name not allowed.<br/>554 Transaction failed.
  
 
== Under Construction<br/> ==
 
== Under Construction<br/> ==

Revision as of 00:31, 10 March 2013

Contents

Used Hardware

  • Arduino UNO R3
  • Ethernet Shield with W5100 Wiznet Chip  

Used Software

Bascom-AVR 2.0.7.6

Windows8


SMTP Server Reply Codes

Code Description


211 System status, or system help reply.
214 Help message.
220 Domain service ready.Ready to start TLS.
221 Domain service closing transmission channel.
250 Ok , Queuing For Node Node Started.requested Mail Action Okay , Completed.
251 Ok , No Messages Waiting For Node Node.user Not Local , Will Forward To Forwardpath.
252 OK, pending messages for node node started.Cannot VRFY user (e.g., info is not local), but will take message for this user and attempt delivery.
253 OK, messages pending messages for node node started.
354 Start mail input; end with <CRLF>.<CRLF>.
355 Octet-offset is the transaction offset.
421 Domain Service Not Available , Closing Transmission Channel.
432 A password transition is needed.
450 Requested mail action not taken: mailbox unavailable.ATRN request refused.
451 Requested action aborted: local error in processing.Unable to process ATRN request now
452 Requested action not taken: insufficient system storage.
453 You have no mail.
454 TLS not available due to temporary reason.Encryption required for requested authentication mechanism.
458 Unable to queue messages for node node.
459 Node node not allowed: reason.
500 Command not recognized: command.Syntax error.
501 Syntax error, no parameters allowed.
502 Command not implemented.
503 Bad sequence of commands.
504 Command parameter not implemented.
521 Machine does not accept mail.
530 Must issue a STARTTLS command first.Encryption required for requested authentication mechanism.
534 Authentication mechanism is too weak.
538 Encryption required for requested authentication mechanism.
550 Requested action not taken: mailbox unavailable.
551 User not local; please try forwardpath.
552 Requested mail action aborted: exceeded storage allocation.
553 Requested action not taken: mailbox name not allowed.
554 Transaction failed.

Under Construction

......

Personal tools
Namespaces
Variants
Actions
Navigation
Language