Hello All,
Currently I am designing a web tool for my university that grabs the menu of the dining hall for that day, it then breaks the menu apart into breakfast, lunch, and dinner. Then it cycles through a mysql database and texts people the menu they signed up for, at certain times of the day.
Currently, I'm using the cellphone numbers email address as the way to text the phones, for example, 1234567890@att.txt.net, varies for different carriers obviously. However, when the text message comes through it has the following format,
Is there a way that I can remove the FRM and SUBJ fields from this text message? I'm with with the MSG field but I could really do without the other two.
Thanks for your help.
Currently I am designing a web tool for my university that grabs the menu of the dining hall for that day, it then breaks the menu apart into breakfast, lunch, and dinner. Then it cycles through a mysql database and texts people the menu they signed up for, at certain times of the day.
Currently, I'm using the cellphone numbers email address as the way to text the phones, for example, 1234567890@att.txt.net, varies for different carriers obviously. However, when the text message comes through it has the following format,
FRM: myusername@box579.bluehost.com
SUBJ: Breakfast Menu for Tuesday
MSG: Whatever lack luster meal they are serving today
Is there a way that I can remove the FRM and SUBJ fields from this text message? I'm with with the MSG field but I could really do without the other two.
Thanks for your help.