Difference between revisions of "MO POP3"

From SMS Wiki
Jump to: navigation, search
Line 1: Line 1:
 
To receive your messages via POP3, connect your application using the following settings:
 
To receive your messages via POP3, connect your application using the following settings:
  
Host: pop3.upsidewireless.com
+
* Host: pop3.upsidewireless.com
Username: {your account username}
+
* Username: {your account username}
Password: {your account password}
+
* Password: {your account password}
  
 
In general, receiving messages via POP3 is best suited whenever Humans will be reading the messages using a mail reader application. If you develop an application that needs to respond to incoming messages, the HTTP interface is recommended over POP3.
 
In general, receiving messages via POP3 is best suited whenever Humans will be reading the messages using a mail reader application. If you develop an application that needs to respond to incoming messages, the HTTP interface is recommended over POP3.
  
 
POP3 message access is similar to email forwarding in many respects.
 
POP3 message access is similar to email forwarding in many respects.

Revision as of 12:16, 11 May 2007

To receive your messages via POP3, connect your application using the following settings:

  • Host: pop3.upsidewireless.com
  • Username: {your account username}
  • Password: {your account password}

In general, receiving messages via POP3 is best suited whenever Humans will be reading the messages using a mail reader application. If you develop an application that needs to respond to incoming messages, the HTTP interface is recommended over POP3.

POP3 message access is similar to email forwarding in many respects.