Posts: 5,938
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
|
phreakyphonez: I don't think you understood me. My bad for not making it clear, though.
First off, you really shouldn't use the variable Number anyway, since it's a reserved word (Phone_Number would be better).
Second, you've got two lines where the Phone_Number variable are concatenated. Have you tried using Response.Write Phone_Number to see what the resulting email is that's created? This way, you can see what's being created vs. what you expect. Response.Write is great that way if you use it.
The other issue pertains to SMS. If you're using a phone number to send text messages to and an email protocol to do it, it may not work (I don't know, though...I've never tried.) What happens when you use an ordinary email?
|