µTasker Forum

µTasker Forum => ATMELTM AT91SAM7X and AVR32 => Topic started by: itchyfigers on December 19, 2008, 02:51:50 PM

Title: SMTP
Post by: itchyfigers 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
Title: Re: SMTP
Post by: mark on December 19, 2008, 10:49:32 PM
Hi Itchy

I think that you need to install the latest service pack (see http://www.utasker.com/software/softwareV1.3.html and also the document http://www.utasker.com/docs/uTasker/uTaskerV1.3_user_guide.PDF page 4/11 for guide).

The SMTP document is dated 26.2.2007 and is newer than the original V1.3 version - I believe the use of fnConnectSMTP() change in SP1. If you install SP3 (the newest at the moment) you will have all updates.

Regards

Mark
Title: Re: SMTP
Post by: itchyfigers on December 20, 2008, 03:07:58 AM
Thanks Mark!
Title: Re: SMTP
Post by: itchyfigers on December 21, 2008, 03:19:18 AM
So to finalize this thread, SP3 took care of everything, thanks again Mark.  For whatever reason I thought I was already working with V1.3SP3....assuming....go figure.