I ask about this because most of the day I was at SO and it seems that I could not find the answer.
This is what I am trying to do ( without using a paid gateway ):
- First of all, I am setting up a database with various information and dates.
-Using cron, I will run the script to send this information (to the user) to the user on this date by email to the SMS PHP script.
- To avoid maintaining an accurate list of mobile operators. I would like to somehow ping the number and return the carrier and the corresponding "@ carrier-email-extension" to send the message. (I do not want to ask the user during registration, to simplify registration - so as not to be a PIA and get more users). I currently have a drop-down menu with approximately 50 registered media (I know that I may have forgotten or accidentally forgot some), but I do not want to maintain the list. I would like to delete this part of the form. Ideally, I would like to check the number via ajax / javascript as I type it and send the carrier information to MYSQL at the time of sending.
- The user already agrees to receive SMS messages / updates / texts from my service, so nothing malicious happens. They will agree when setting up another message:
"You will send an SMS message with the following information {the specified information} to your mobile phone number {mobile phone number} on {date}."
Any suggestions?
rcpilotp51
source share