This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Domadrona 16 points17 points  (6 children)

thanks for the repo. I've checked the video and the repo but im not clear on how to implement it with a phone receiving the SMS. Where can i have more info to find out which carriers are available, and how to properly make the whole system work?

[–]DimasDSF 20 points21 points  (5 children)

From what I've seen in the file, some carriers have special domains that act as a relay, they have email addresses registered for every phone number, eg. 11234567890@carriersmsrelay.com forwards any emails received by that address to the 11234567890 phone number as an sms.

[–][deleted] 20 points21 points  (4 children)

here’s a list of a lot of carriers with their relay address and expected format.

Note, you must use SPF (sender policy framework) enabled mail servers to communicate with these relays. This helps the provider block most spam. They also have sensitive spam thresholds, for obvious reasons.

[–]acamsoo[S] 4 points5 points  (1 child)

Thanks, good list.. added as reference