Sample code – E-mail2SMS - PHP

The following Sample code shows, how to send make an integration in PHP with HTTPs:

<?php
$to      = ‘[tophonenumber].[login].[password]@mail.suresms.com';
$message = ‘hello';

mail($to, “subject”,$message);
?>

Igen skal du ændre

tophonenumber: Here you enter the recipients phonenumber.
login : Your SureSMS user login
password : your password for SureSMS.com


It is nessasary to change the parametres, so that they do match the username and Password, you recieved when opening your SureSMS account!

Be aware, that some hosting compagnies don't allow you to send an E-mail without sender-ID, or they only allow e.g 20 E-mail a day with out sender-ID.

Should you have any questions, you are allways welcome to send an E-mail to support@suresms.com. We are looking forward to helping you.

Need an account?

Do you still need an account or a free test account? Follow this link and we will make you one in 5 minuts.