We are using GL868-DUAL module (10.00.187), We want to send data using email (SMTP) protocal. As per datasheet we can send maximum 1024 byte per Email.
Issue :-We want to send 3000 reading per day. one reading is arround 60 byte. So totel size is arround 180000 byte.
Pls advise, How we can send it.
Regards, Diwakar
The obvious choice is to split/group data in admisible chunks, isn’t it?
Or send data as attachment #SMTPCL.
what is the maximum file size for attachment.
Hi,
since
the command switches to online mode after sending message body text in
theory there is no size limit to the attachment size. The only
limitation is on the maximum attachment size the mail server can accept.
We use cookies to enhance your browsing experience and help us improve our websites. To improve our website, we carefully select third parties that use cookies to allow us to serve specific content and achieve the purposes set out in our cookie policy. For more information on how to make adjustments through your browser to the cookies being used on your device, please click Find Out More link. By closing this banner or continuing to browse our website, you agree to our use of such cookies. FIND OUT MORE
Dear Sir,
We are using GL868-DUAL module (10.00.187), We want to send data using email (SMTP) protocal. As per datasheet we can send maximum 1024 byte per Email.
Issue :-We want to send 3000 reading per day. one reading is arround 60 byte. So totel size is arround 180000 byte.
Pls advise, How we can send it.
Regards,
Diwakar
The obvious choice is to split/group data in admisible chunks, isn’t it?
Or send data as attachment #SMTPCL.
what is the maximum file size for attachment.
Thanks for your reply.