Open Email to SMS Service
Use the form below you get your very own free Email to SMS address. You can use this to send SMS direct to most mobiles for free.
Simply select your Country & Network from the list, enter your mobile phone number and press Go». Sending an email to the address returned and an SMS will automagically be sent to your mobile device.
You can give your SMS Email to your contacts to allow them to get in touch with you for free from their PC. Don’t forgot to tell them to come back and get their own so you can do the same.
Alternatively, if you would like to be paid 50p ($1) every time someone sends a text from your website, then you can download the affiliate Free SMS form, from FreebieSMS.
function limitLength(textarea,maxlimit) { if (textarea.value.length > maxlimit) textarea.value = textarea.value.substring(0, maxlimit); }
function validate() { var Prefix = "0044"
var ToMobile = window.document.SMSForm.ToMobile.value; var FromMobile = window.document.SMSForm.FromMobile.value; var ToName = window.document.SMSForm.ToName.value; var FromName = window.document.SMSForm.FromName.value; var Message = window.document.SMSForm.Message.value;
// Ensure To-Mobile number is international format & from correct country if (ToMobile.indexOf(Prefix)!=0) { alert(ToMobile + " is not a valid Phone number."); return false; } // Ensure From-Mobile number is international format if (FromMobile.indexOf("00")!=0) { alert(FromMobile + " is not a valid Phone number."); return false; }
// Ensure names are filled in if (ToName.length<3 || FromName.length<3) { alert("Your name must be between 3 and 11 letters long."); return false; }
// To and from cannot be the same. if (FromMobile == ToMobile) { alert("You cannot send a message to and from the same person"); return false; }
if (Message.length==0) { alert("Your message is blank. Please type a message in the box provided"); return false; }
return true; }
Notes
Activation
Some networks require activation to allow this service, the information required - if known - will be displayed alongside your SMS Email above.
Charges
Most networks provide this service completely free, but some do not. It is advisable to check with your own provider to check this out before using the service heavily. In most cases the cost of the message is covered by standard texting plans (e.g. free texts). Note however that it is the receiver that will pay any associated charges - hence the reason for activation above.
Other Networks
If your network is not listed, phone them and ask for their “Email to SMS Gateway” and they should be able to give you the address. If you find a new one in this way please let me know!
There is also a complete list of supported networks available. If you are using Wordpress you may want to check out my Quick SMS plugin.

