This program is an SMTP Client example. It shows you how to send 
a dynamic email to an email address. This example will configure 
the LAN network parameters for the evaluation board automatically
if a DHCP Server is available in your LAN.

If you do not have a DHCP server, you need to configure
the IP address, net mask and default gateway and Primary DNS
and Secondary DNS Server manually in the Net_Config.c configuration
file. You have to disable also 'Dynamic Host Configuration' under 
the 'Ethernet Network Interface' section.

WARNING!!!

You need to modify SMTP_uif.c user interface module and enter:
 - sender email address,
 - recipient email address 
 - email subject

and optionally for external SMTP authentication:
 - SMTP username
 - SMTP password

Modify also the SMTP_demo.c and enter:
 - SMTP server IP address

Sent email will have about 40 kBytes.

The SMTP_demo example is available for several targets:

AT91SAM7X: Standalone application for Atmel AT91SAM7X Board.
           Program code is loaded into on-chip flash.

AT91SAM7X Debug:
           Standalone Debug application. Debug level configured
           in Net_Debug.c debug configuration file.
           Connect a serial cable to SERIAL DEBUG port to view
           output messages using HyperTerminal at 115200 baud,
           8-bits, no parity, 1 stop bit, XON/XOFF.

Note:      To debug the application with ULINK2, you need to cut 
           the S2 jumper located near the JTAG INTERFACE connector.
