Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - itchyfigers

Pages: [1]
1
ATMELTM AT91SAM7X and AVR32 / SMTP
« on: December 19, 2008, 02:51:50 PM »
Hi, I received recently V1.3 for the ARM and I am working with the Olimex dev board mentioned in the tutorials.  I am currently having an issue trying to get the SMTP working.  I have noticed a difference between the SMTP tutorial and my demo project provided by Mark.  I am working to get the authorization working and in the code I see

Code: [Select]
fnConnectSMTP(ucSMTP_server, fnEmailTest);                       // initiate Email transmission
and in the tutorial I see

Code: [Select]
fnConnectSMTP(ucSMTP_server, SMTP_LOGIN, fnEmailTest); // use login
Any help would be greatly appreciated.

Itchy

Pages: [1]