RVaughn13
Joined: 09 Feb 2006 Posts: 13 Location: Santa Fe, Texas
|
Email Body Size Limit? |
Posted: Mon May 12, 2008 9:59 pm |
|
|
I have an application that requires the creation of an email to report daily status updates. I am working with the PIC18F67J60 controller using the example code supplied by CCS for sending email. I have modified the code to allow the creation of an email body that has about 3K of text information. For some reason, the email is consistently cut off at about 975 bytes of text. I have not included any of my code because I just have a few general questions:
(1) Is there an email body size limit when using the CCS example email routines (ex_st_email.c).
(2) Could the problem be caused by my SMTP server (is it possible to time-out the SMTP server if the data is not sent as one continuous block with no delays?) Part of the email body requires the reading of eeprom data values, which will cause some delay due to serial access of the eeprom.
Thanks in advance to any help/suggestions offered! _________________ --Rick |
|