CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

Email Authentication

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
RVaughn13



Joined: 09 Feb 2006
Posts: 13
Location: Santa Fe, Texas

View user's profile Send private message Visit poster's website

Email Authentication
PostPosted: Sat Mar 29, 2008 4:59 am     Reply with quote

Hi everyone, I am using the 3.3v Ethernet Controller development kit. I have a project that requires a daily status sent via email. I have used embedded controllers for years, but never connected to the internet. It looks like most email servers require authentication before accepting email (to reduce spam). I have searched this website and user forum, but did not come up with anything related to email authentication. I have a couple of questions:
(1) Is it possible to use email authentication with the embedded controllers such as PIC16F67J60?
(2) Does anyone know of any code examples that will help me understand how to implement email authentication using the CCS compiler?
I would really appreciate any help or comments!
Thanks!
Rick
_________________
--Rick
Ttelmah
Guest







PostPosted: Sat Mar 29, 2008 5:32 am     Reply with quote

Change your search to 'SMTP-AUTH', and RFC 4954, and you should find what you need.
Many companies, _will_ still allow email to be sent without authentication, from specific source IP addresses, so this might be worth considering as an alternative.
The hardest job, will be the need to Base64 encode the name and password strings. Look for RFC 2045, for data about this.

Best Wishes
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group