So far, my (limited) research has found many comprehensive messaging systems
with high price tags.
A client has an existing document management-to PDF- to Email system in
place and just wants to add simple SMS messaging to alert the users that
their documents have been sent.
Thanks,
RT
we offer a product **i4SMS** which is designed to
communicate with an Internet-Service-Provide which converts a
SMTP-message to SMS for mobile phones.
Please have a look to our page http://www.goering.de for more details
on **i4SMS**.
Best regards
Andreas Goering
GOERING iSeries Solutions
"RT" <russan...@no.slimey.spammers.comcast.noteven.net> wrote in message news:<QLlYa.84881$uu5.12503@sccrnsc04>...
andi_g...@yahoo.de (Andi Goering) wrote in message news:<96d52acf.03080...@posting.google.com>...
Example
SNDDST TYPE(*LMSG) TOINTNET((&EML)) DSTD(&SUBJECT) +
LONGMSG(&BODY )
Where &EML = 12345...@mobile.mycingular.com
Total message should not exceede 160 characters.
Caluclate as %len(%trim(&eml) + %len(%trim(&subject)) +
%len(%trim(&body) + 2
SNDDST requires a non blank subject
Denny
What if the receiver doesn't have an email capable phone or account and only
has SMS? Do all the carriers automatically convert to SMS?
I know my att wireless account works fine sending to
10digi...@mobile.att.net, can we expect all the major carriers to
function similarly?
RT
"Denny Davis" <sp...@nowhere.com> wrote in message
news:qvh5jv4joju5lrtdn...@4ax.com...
sorry, our website is currently updated...
You will find information about i4SMS at "iSeries Tools / more" or
directly here: http://www.goering.de/eng/i4sms.html
Thank you
Andreas Goering
keithr...@yahoo.com (Keith) wrote in message news:<6d65f45a.03080...@posting.google.com>...
Regards
Kaj Vang Jensen
Sales Manager
If you send a email to a Cingular number that does not have the text
messaging feature, then it just vanishes. No indicator on the phone
and no rejection sent back to sender.
I have only sent message from my iSeries to Cingular and ATT account.
Denny
After thinking about it for a while, and recalling another little "test"
project we did some time back, I've come to the realization that I've had a
serious "brain cramp" and all we need to do is send the smtp messages to the
cell #'s and put in a little logic to limit the text length (as suggested
previously.)
Thanks to all who responded.
RT
"Kaj Vang Jensen" <jen...@agentdata.com> wrote in message
news:99fbb42b.03080...@posting.google.com...
"RT" <russan...@no.slimey.spammers.comcast.noteven.net> wrote in
message news:nwuZa.79907$It4....@rwcrnsc51.ops.asp.att.net...