no thats fine in the US but not in the UK which is where im based.
To be honest I'd rather go down the route of sending using a SMSC number or something as in the UK the provider just notify a person that they have a message in their email inbox....only some will allow forwarding to their phone if they hyave emial setup on their phone . I'm suprised there isn't a way to do this.
Main Topics
Browse All Topics





by: mrcoffee365Posted on 2008-11-25 at 10:36:54ID: 23036691
We send emails to Verizon and Cingular email addresses and they work. Format:
[phone number]@txt.att.net
[phone number]@cingularme.com
Are you sure that you have the right email addresses for your various carriers? Or the correct domains?
We use simple javax.mail classes. It doesn't matter about the mail server, because you are sending to a domain.
If you want to receive emails, then you will need an email server which you can set up listeners for, or have forward to a listening app that you've written. Apache James should be fine.