6 thoughts on “Problem reading email message using python on GE865-QUAD”
When I try the command AT#EMAILMSG, I get the following error
#EMAILMSG: 221 Service closing transmission channel
Any ideas what I am leaving out? I have no problems sending emails.
Thanks
Donal
I don’t think is an error, only a message about the last status/activities on channel, which is of course its closure.
So, its normal to get this after I read the email?
I am getting:
#EMAILMSG: 221 2.0.0 Bye
But I suppose is server related, if your messages are received OK at destination you should no worry.
Thanks,
I probably have the wrong command for reading email. The modem should be able read email right? So I should be able to command it via email?
What is the correct AT Command in relation to the email receiving and reading?
AT#EMAILMSG is dealing with SMTP, ie message sending not receiving.
There are no built-in email receiving facilities (POP3) but you can implement using sockets, read in "Telit IP Easy User Guide" paragraph 3.5.3 "Email receiving application".
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
When I try the command AT#EMAILMSG, I get the following error
#EMAILMSG: 221 Service closing transmission channel
Any ideas what I am leaving out? I have no problems sending emails.
Thanks
Donal
I don’t think is an error, only a message about the last status/activities on channel, which is of course its closure.
So, its normal to get this after I read the email?
I am getting:
But I suppose is server related, if your messages are received OK at destination you should no worry.
Thanks,
I probably have the wrong command for reading email. The modem should be able read email right? So I should be able to command it via email?
What is the correct AT Command in relation to the email receiving and reading?
AT#EMAILMSG is dealing with SMTP, ie message sending not receiving.
There are no built-in email receiving facilities (POP3) but you can implement using sockets, read in "Telit IP Easy User Guide" paragraph 3.5.3 "Email receiving application".