php - Force SMS messages sent from static email address to use the same number (AT&T example) -


this specific example using at&t carrier of receiver.

when sending sms messages clients via carrier email address (1234567890@txt.att.net) static email address, messages arrive on phone number in format of 1 (400) 000-244. every time new sms message sent, number changes slightly. causes phones, such iphone, threading sms messages coming same source email address.

basic research shows has how at&t's gateway handles turning emails sms messages. we've looked @ , decided common short codes (csc) not worth $1000 per month purchase, not option us.

does know of way around limitation in possible force sms messages same source email appear way on phone threaded correctly?

in our configuration, emails going out via smtp using php pear mail_mime package. we're looking way can on our end without purchase of shared or dedicated csc.

for at&t issue they use cluster model send out sms using email gateway. on come problem there might couple of solutions depends on needs are looks increment phone number 1 each new message. not sure how thread these.

zeep mobile lets send sms shared short code tag end of sms message ads, service free (limited text per month think)

twilio might cheap alternative offer such services. no short code believe use same number threading issue.

using own gsm modem option there work on getting work properly. uses long code (think telephone number) instead of short code.

there couple of other solutions update answer soon.

update:


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -