SMTP Client Examples

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
SMTP Client Examples

The following two examples demonstrate the use of the SMTP client in different scenarios. The first, and simpler example, sends a short message whose contents are all located in RAM at once. 

The second example is more involved and demonstrates generating a message on the fly in the case where the entire message cannot fit into RAM at once. In this case, the message is started by the stack, but the delivery of the contents happens in pieces and is handled by the application.

Module
Topics
Name 
Description 
Send a message whose contents can be read from memory 
Sends a long message built in pieces by the application 
Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.