Freitag, 30. Juli 2010


































Microsoft Outlook 2010
Microsoft Outlook



ActiveX-Component aspsms.dll
SOAP Webservice
XML
XML
HTTP-Post
HTTP-Post


global two-way sms
get a new number
my mobile numbers
inbox and statistic

















WAP-Push Beispiel

Aufgrund vieler MMS Anfragen haben wir ein Beispiel für einen gängigen technischen Workaround publiziert.
WAP-Push am Beispiel eines ASP/IIS VB-Scripts.

Permission Marketing

Wir übernehmen Ihren SMS Gross-Versand, zeit- und volumenunabhängig!

Für weitergehende Informationen steht Ihnen unser Key Account Management zur Verfügung.

 


Hier einige ASP VB-Script Beispiele, welche für den IIS (Internet Information Server) von Microsoft oder jede andere Application die ActiveX/COM-Objekte unterstützt, gedacht sind. Sie können den Code nach belieben ändern, sofern Sie die Definitionen in der Dokumentation einhalten.

Simple Text SMS | Multiple SMS | Flashing SMS | Blinking SMS | Operator Logos | Ringtones | Alphanumeric Originator | SMS with delivery notification | SMS with error validation | WAP-Push |



 


If you want to be sure, that the SMS has been sent succesfully to the ASPSMS gateway, just add some lines of additional code. Here is the complete list of possible error codes.

<html>
<body>

<%

  '------------------------------------------------------------
  ' aspsms.com(ponent) (c) 2001 by VADIAN.NET AG
  '------------------------------------------------------------
  ' simple sms example with error validation
  '------------------------------------------------

  Set SMS = Server.CreateObject("ASPSMS.Booster")
  SMS.Userkey = "I3QHMYKEY6E"
  SMS.Password = "mypassword"
  SMS.Originator = "0041763255533"
  SMS.MessageData = "hello dad, call me in an hour! love, cathy"
  SMS.AddRecipient "0044734255533"
  SMS.SendTextSMS
  SMS.DeleteAllRecipients

  if SMS.ErrorCode<>1 then
   response.write("An error occured:<br>")
   response.write("SMS.Errorcode = " & SMS.ErrorCode & "<br>")
   response.write("SMS.ErrorDescription = " & SMS.ErrorDescription)
  else
   response.write("SMS sent to gateway.")
  end if

  Set SMS = Nothing

%>

</body>
</html>


 

Weitere ASP VB-Script Beispiele:

Simple Text SMS | Multiple SMS | Flashing SMS | Blinking SMS | Operator Logos | Ringtones | Alphanumeric Originator | SMS with delivery notification | SMS with error validation | WAP-Push |


SMS Tools und Interfaces für ASPSMS

SMS Tools für Endanwender
NamePreis
NEW: Microsoft Office Outlook 2007 Mobile Servicegratis
SMS Blaster Web Editiongratis
SMS Blaster Windows Editiongratis
SMS touch for iPhone and iPod touchShareware
ECO-SMS - Ökologische SMS!Shareware
@SMS Outlook PluginShareware
Cybersystems mscrmSMSsiehe Preisliste
Jabber to SMS for End Usersgratis (open source)
Jabber-Client Chatopus for Palm OSkleine Gebühr
delight Software GmbHsiehe Preisliste
ASPSMS Widget for Macgratis
SKyPRO eSMS: SMS Gateway for mail serverkleine Gebühr
SMS Scripts und Schnittstellen für Entwickler
NamePreis
aspsms.dll (Active-X)gratis
SOAP Web Servicegratis
XML-Interfacegratis
ASPSMS SMTP Interfacegratis
VBscript Class (ASP)gratis
HTTPgratis
PHP - Python - C# - Javagratis
Jabber to SMS for Server Adminsgratis (open source)
SMS Blaster Visual Basic Source Codegratis