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
and in the tutorial I see
Any help would be greatly appreciated.
Itchy
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