
34 4BChapter 5 Methods in Sending SMS Fluid SMS Gateway Manual
assword=xxxxx&api_id=xxxxx&to=12345678
&text=Where+are+you+now
The text of your message must be formatted so that '+' signs replace
spaces between words as above.
Send via POP3 Mode
The software also provides another channel for sending SMS. User is
able to use the software to connect to an external POP3 account. It is
able to poll the POP3 account on a scheduled basis. It will retrieve the
mails and convert them to SMS
Send via inserting a record to the log database
The log database can be used to send SMS. User can insert a record
based on the MS Access table schema below.
Columns DataType Mandatory Remarks
oid AutoNumber Y Primary Key (Auto generated)
logdate Datetime Y DateTime of record inserted
Eg 13/12/2009 2:41:07 PM
recipient Memo Y Phone number Eg 97869886; or
emailTo Memo N To be used in routing as email
emailCc Memo N To be used in routing as email
emailBcc Memo N To be used in routing as email
message Memo Y Actual Message to be send
htmlmessage Memo N To be used in routing as email
status Text Y ‘PENDING’
sender Memo Y Valid Email Address
charset Text Y Used to cater for Unicode processing
Eg US-ASCII, UTF-8 etc
remark Memo N System update
subject Memo N Subject of Email
retries Number Y Number of retries Eg. 0
mimemessage Memo N To be used in routing and
archiving as email
TransMode Memo N System update
updatedte Datetime N System update
Send via web page
Kommentare zu diesen Handbüchern