SMTP

Discussion in 'Programming' started by hand, Apr 17, 2013.

  1. #1
    I have a program that does SMS messages and utilizes SMTP framework. I am having a problem with T-Mobile...I have this for the provider:
    Now for AT&T (), Verizon and others no issue but for T-Mobile theose people don't seem to receive the SMS messages for some reason.

    Anyone know what might be wrong with the code?

    Thks
     
    hand, Apr 17, 2013 IP
  2. scottlpool2003

    scottlpool2003 Well-Known Member

    Messages:
    1,708
    Likes Received:
    49
    Best Answers:
    9
    Trophy Points:
    150
    #2
    Could you post the code so that others may help?
     
    scottlpool2003, Apr 18, 2013 IP
  3. rchurchill

    rchurchill Greenhorn

    Messages:
    14
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    13
    #3
    The email to sms gateway is not the most reliable..
    the correct format is
    It does not have to be sent via stmp.

    Messages sent this method are considered low low low priority.. I have had messages delayed 3 days before using this method. Especially if you send out high volumes. We no longer use this method.

    I run a company gotextpro.com if you need some help in this arena please send me a message.
     
    rchurchill, Apr 18, 2013 IP
  4. hand

    hand Well-Known Member

    Messages:
    658
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    130
    #4

    Not really it's a whole php site using the code.
     
    hand, Apr 19, 2013 IP