AT&T's SMTP to SMS increments sender address

303
Sebastian King

I have a service that delivers updates to users through various carriers SMTP APIs, for example for Sprint we e-mail 1123456789@messaging.sprintpcs.com and then the owner of the number 1123456789 receives an SMS message which is displayed as being from our e-mail address, for example updates@example.com, the user is then able to reply to this and we receive over SMTP their response.

However, when it comes to AT&T when the user receives our messages, the from address is some number such as 180000001, which increments for each message. As you can imagine, if we send the user 100 updates throughout the week, that is 100 different senders AT&T users see in their phone, which really clogs up their messaging lists.

Is there a way to specify to AT&T a correct from address to display? All of the information I could find from AT&T is here.(I've tested this on Sprint, MetroPCS and T-Mobile and they handle it properly)

Also, with AT&T if the user replies to any of the messages that appears in their phone, even though they have 100 different sender addresses they are all received by our updates@example.com e-mail address successfully.

0
Честно говоря, я не уверен на 100%, является ли superuser подходящим местом для этого вопроса, но я не мог придумать ни одного другого подходящего сайта для обмена стеками. Sebastian King 9 лет назад 0
Рассматривали ли вы отправку SMS-сообщений напрямую / самостоятельно? AnFi 9 лет назад 0
Нет, 100 в неделю были только примером. Реально мы отправляем 1000-5000 в неделю всем пользователям, и сообщения должны доставляться мгновенно, когда они инициируются событиями пользователя. Тем не менее, для одного AT & T вполне реально сказать, что они могут получить только 100 в неделю. Sebastian King 9 лет назад 0

1 ответ на вопрос

0
Kevin Huntly

It sounds like they're translating, especially if responses are correctly routed. Not sure there's anything you can do if its something at&t is doing on the backend

Так как у AT & T есть псевдонимы электронной почты для людей в их сети, я надеялся, что, возможно, у меня был способ передать что-то им с моим «псевдонимом» или именем для отображения. Sebastian King 9 лет назад 0
вы можете, но они не должны отображать его Kevin Huntly 9 лет назад 0
Ну да, и, очевидно, им не нужно отображать адрес отправителя. Но если бы была такая возможность, я бы попробовал. Sebastian King 9 лет назад 0
Это не то, что я знаю с точки зрения клиента ... но я могу ошибаться. Kevin Huntly 9 лет назад 0

Похожие вопросы