pager email addresses

A

Arvind

Hi,

I have developed a email sending program using the
javax.mail.internet package. I inherit from the MimeMessage class to
develop my wrapper which handles the email text body. It works
successfully for email addresses like '(e-mail address removed) or
(e-mail address removed)'. BUT it does not work for pager emails ie, if i have
a pager number like 8473193276 its (corresponding mail address is
(e-mail address removed)') it does not send the text to my
pager.

Though i get a message from my source email , the 'text' matter or
the message does not appear. Could anybody tell me why could this
happen? I do not think its a code problem, becos i am able to log the
text until the last step when it is passed to the MimeMessage object &
DataHandler Object etc...

I have a few related questions. Does it happen because pager text
cannot be handled by a MimeMessage (which is part of
javax.mail.internet package). Is a pager email address not a internet
email address?

Please throw light on my confused head!!

Thanks
Arvind!
 
S

Steven J Sobol

Arvind said:
I have a few related questions. Does it happen because pager text
cannot be handled by a MimeMessage (which is part of
javax.mail.internet package). Is a pager email address not a internet
email address?

I don't know of any pagers that can handle MIME attachments. Try sending it
as Content-Type text/plain with no attachments.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,996
Messages
2,570,237
Members
46,825
Latest member
VernonQuy6

Latest Threads

Top