MTSMC-H5: Sending Email

Home Forums General MTSMC-H5: Sending Email

  • This topic has 1 voice and 0 replies.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #5602
    Daniel Perez
    Participant

    Is it possible to send an email using the MTSMC-H5 without using an SMTP server?
    When sending an email using the command below, I always receive an ERROR response when typing CTRL+Z to send the email.

    AT#EMAILD=”email@att.net”,”Test EMAIL”
    > tesing…123
    ERROR

    I am setting the context, the IP stack, activating the context and getting assigned an IP with the command sequence listed below. From there I am able to ping public IPs and open a socket to http://www.google.com on port 80. I am also able to send SMS messages. Am I missing configuration steps necessary to send an email using the data connection?

    AT+CMGF=1
    OK
    AT+CGDCONT=1,”IP”,”internet”,”0.0.0.0″,0,0
    OK
    AT#SCFG=1,1,300,90,600,50
    OK
    AT#SGACT=1,1

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.