Hi.
I am working on a project using CR300-cell 200 datalogger. My customer wants me to send the data table from email.
I am trying to send a datatable usig the Emailrelay or Emailsend, but The result of the command execution is: "Cannot connect to Konect".
Can I use this function on the CR300-cell200 model?
Thank you for your help.
Yes, EmailRelay() will work with the CR300-CELL210. Just make sure the modem is connected to the cellular provider (online). Also, the cellular account must be able to reach the internet. Some cellular accounts are private network. Those that are on private networks that don't have the ability to reach the internet won't work with EmailRelay().
Doing something like PingIP("www.google.com") in your CRBasic program while the modem is online will help you determine if the account you are using has the right access rights or credentials.
Thanks for your reply.
I currently have the modem connected to the cellular provider, I can connect to the station using internet connection even from the Loggerlink APP.
However the email sending function does not work.
The following is the sequence I am using:
EmailSuccess=EmailSend (ServerAddr,ToAddr,FromAddr,Subject,Message,"MestTable",UserName,Password,Result)
I have used the same sequence with datalogger as a CR6 or CR1000x connected to RV50 modems and it has not presented any inconvenience, but with the CR300-Cell200 model it does not work.
How can I program the PingIP?
Thanks