I want my customers to send a text message to a short code I own from a carrier. In order to identify a customer, I'll look up the sender's phone number in my database and see if it already exists. The database will be dynamic, so there might be new numbers added to or existing numbers deleted from the database. If a text message from an unauthorized user (phone number) is delivered, I'll ignore it.
I'm wondering if it is possible to send an email to a short code. I know that it is possible to write a script that sends an email to YourNumber@carriergateway so any sender can be faked this way because the sender knows the destination address.
Are short codes assigned an email address by the carrier?