SMTP allows you to send an SMS by sending an ordinary email.
Benefits
- Simple.
- Easy to implement.
Requirements
- Scripting skills. You should know how to send an e-mail from your application.
Example
Send an e-mail to xxxx@mail2smsv2.vianett.no. Replace xxxx with the mobile number.
Add a subject like this: username=xxxx&password=xxxx&sourceAddr=test and the message text goes in the body.
An example for C#:
new SmtpClient("mrob.vianett.no").Send(
"noreply@example.com",
"4799999999@mail2smsv2.vianett.no",
"username=xxxxxxxx&password=yyyyyyyy&sourceAddr=test",
"Hello world");
Please consult the SMTP API documentation for the exact syntax.
Documentation
You will find the SMTP API documentation
here.
How to start
Sign up with
our free online registration. You will get 5 credits, for your trial.
You can then buy more credits with your credit card. You may also
contact sales@vianett.com.