SMS non-delivery

Hi all

We want to use SMS messages to launch our BB application to communicate with the server.  We can detect the messages very well and we're going to direct the message to non-standard ports so that they do not strike the SMS Inbox when the application runs, but we do not know what to do if the application is uninstalled.

At the moment if our request is not running in the SMS Inbox messages.  Is it possible to avoid this (for example, the SMS of formatting differently or using a special port)?

We also wish to use SMS NDRs for our server to determine the user has uninstalled the app.  The phone will send messages WMCP if he receives a text Message on a port on which nothing is listening?

Concerning

Phil

See the last half of the article below for more information on SMS messages preventing them from being listed in the Inbox.

How to - use SMS to alert an application
Article number: DB-00533

http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800451/800563/How_To _...

It is impossible for an application to detect that it is being uninstalled.  This means that you will not be able to send an "I've been kidnapped" message on your server type.

Tags: BlackBerry Developers

Similar Questions

  • asking for non-delivery in oe6?

    Here we have some users who are still using Outlook Express 6.  One of them is having a problem with the messages it sends.  They leave the Outbox, go to sent items, but the recipients do not receive them.  He had check them their junk folder, and they aren't there.  It can then convey the same message to the person, and they get it.  It goes with the addresses to different tlds.

    I wanted to put him up to non-delivery request so I could understand if it was something on the ends of the recipients or if it was something I need to address with our email provider.  Alas, I see only one way to ask in OE6 read receipts, non-delivery.  Am I missing something?  Is there a plugin or something that will allow me to request received delivery?

    And, Yes, I know.  Moving to Outlook might solve this problem, but our people OE is fairly entrenched.  I don't see what is happening.

    All the tips - that someone might have would be greatly appreciated.

    Thank you.

    Sometimes there are filters to server and it is possible that filters spam of the blocked recipient's server the original messages.  They need log on the server via webmail to check that.  If the message filed in the sent items box, then he leaves the box shipping and probably past the SMTP server (since there was no error in that).  One can set up a log file to check issues under Tools | Options | Maintenance, but make sure you turn that off once again, that the file grows and finally slows things down for analysis.

    Steve

  • All of a sudden I can't send an email from my live account... maildeamon and non-delivery?

    Why can´t suddenly send an email from my account?

    Hello

    The question you have posted is related to windows live and will be well suited in the Windows live forum. Click on the link below.

    Windows Live Solution Center

    http://www.windowslivehelp.com/

  • All messages from a contact suddenly return their non-delivery and marked 'blocked for abuse. "

    About 3 weeks, all e-mails from a long-standing contact (... co.uk) are returned to

    that the person and are marked "blocked for abuse."  This person can send me messages

    using a different address and that the person receives all my messages.  Contact

    address not in the list of blocked contacts.  It's foul. And there is no higher level (i.e. country)

    receipenats level) blocked.   I've added the address of the contact

    to the list of my contacts favorite.  Nothing seems to help.  Peut my ISP block, AT & T, a

    address at the server level?  If so, how should I address this question.   Thank you!!

    You can't do anything someone other account issues

    They will communicate with the service e-mail what ever they use and issue a ticket of support for the issue of abuse.

    An email from people is another spam people.

  • Emails. Non - delivery.

    Hello. My first question is: when I send an email and made a typo error in his address, so it never 'bounces' me with a warning saying, she was not delivered. It always happened with my previous Outlook Express before Microsoft took over and introduced the life of Windows Mail.

    Thank you very much.

    It is not you or your computer is the server.  Bounce back are controlled by the server that receives the message, not the program that sent it.  For example, I run the website skeene.net.  I'm the only one with an e-mail there account.  If you have tried to send to ThisIsAFakeAddress (at) skeene.net, you would not get a rebound.  I said to my server to ignore those and don't give all the answers.

    Nothing you can do in Outlook Express or any other e-mail program, can do my server give you an answer.  And most servers nowadays do this, because the spammers try to use bouncebacks to confirm email addresses.

  • Cannot send faxes with activated delivery receipts

    I use Windows Fax Scan & on W7 Pro v6.1.  When I try to send a fax with the non-permit, I receive an error message that the fax will not go because my fax server doesn't support non-delivery.  I do not use a fax server.  I have a fax modem external attached to my home phone line.  What is my desktop computer itself that may not support non-delivery?  I think the question would be more software than hardware related.

    I thought about sharing this

    http://TechNet.Microsoft.com/en-us/library/cc732281.aspx

    Apparently, it is supposed to work (only) with the fax on Win 2K 8 Server

  • Form of delivery for mail Widget

    I have a widget simple form on my Web page. He must send me an email to an email address on the same domain. But when it does it is do not do it properly:

    This message was created automatically by mail delivery software.

    A message you sent could not be delivered to one or more of its

    beneficiaries. This is a permanent error. The following address(es) failed:

    [email protected]

    Error SMTP from remote mail server after RCPT TO: <[email protected]>:

    Home p3nlsmtpcp - v01.prod.phx3.gdg [72.167.191.78]:

    550 5.1.1 <[email protected]> rejected recipient. It is a default recipient used as placeholder in many web applications. Please check your settings and try again.

    -It is a copy of the message, including all headers. ------

    Return-path: <[email protected]>

    Received: from davewils82 to p3plcpnl0165.prod.phx3.secureserver.net with local (Exim 4.84)

    (envelope - from <[email protected]>)

    ID 1YQIiN-0005xk-3w

    to [email protected]; Tuesday, February 24, 2015 09:52:07-0700

    To: [email protected]

    Subject: Hi

    X-PHP-Script: www.davidwilsoncv.com/scripts/form_check.php to 90.222.103.18

    From: [email protected]

    Message-Id: <[email protected]>

    Date: Tuesday, February 24, 2015 09:52:07-0700

    test message

    Now I have bolded what I think are the important things to note in the error message.

    I have no idea WHERE it's getting the [email protected] address by default, the form is correctly filled in Muse. But when I checked the .php files there is a bit in the form_check.php file:

    If (! function_exists ("mail"))

    {

    $response. = "Mail: 2;"

    }

    on the other

    {

    $sent = mail ("'[email protected]', 'Hi', 'test message'," in: [email protected]"" "");

    If ($sent)

    {

    $response. = "Mail: 0;"

    }

    on the other

    {

    $response. = "Mail: 3";

    }

    }

    So, it seems to send a predetermined e-mail message that is different from what I type in the contact area.

    Please, someone tell me where I'm wrong?

    Whenever you download on your server, Muse tent to check if the form is submitted will work when trying to send an e-mail message to [email protected]. Most e-mail providers ignore these emails since example.com is the domain name of official test... but your trying to deliver to it and send you a notification of non-delivery. You should get these only after downloading from your site, not every time someone submits your form.

  • What is the quality of delivery for data frames in the flow of p2p?

    Hello

    I intend to replace a shared object solution by sending data frames via p2p stream. Since that works via UDP I guess there is the risk of partial delivery, non-delivery, or delivery out of sync? (it is true that out-of-sync is probably also possible with shared objects?)

    Can you give an indication what can I expect?

    -Frans

    in Flash Player 10.0, data sent P2P with NetStream.send () are entirely reliable.  We have disclosed to the MAX that Flash Player 10.1 you will address explicitly and individually (between ActionScript) whether or not the data, audio or video is sent entirely reliable or with partial reliability on direct connect P2P NetStreams.  NetStream.send (s) are sent in the order that they were sent.

    -mike

  • something is sending e-mails instead of me

    Dear Sir/Madam,

    For some time now, I have my Thunderbird problem is automatically sending emails to my address on the Internet. As you can see in the photos attached, [email protected] is collected email addresses sending who know where.

    Tried to install MacKeeper, but he has not managed to find a Troyan or some type of virus.

    What should I do?

    Best regards

    Anais

    OK, yes it solves your problems. because it explains that you are not in the loop.
    The short answer is that you can't prevent it.

    The origin of the mail has nothing to do with you, your accounts or passwords. A spammer has decided to put your email address the of their emails. It's easy to falsify and they like to use an active email account, because we need tools of spam more time to stop it the extract. They could use it for a week or a month, but they will stop.

    An entry you is limited to the removal of the notice of non-delivery.

  • How can I remove my name from outgoing mail?

    I don't want my name to show outgoing mail

    One of the requirements of the e-mail is there must have a sender. If this isn't your name, it will be your e-mail address.

    Menu Tools > account settings > select the account name in the list.

    change as needed, but keep in mind blanks often lead to the non delivery

  • Receive messages sent no message when the e-mail message is sent

    Hello

    I get error message "non-delivery mail" messages saying my mail has not been sent, but I tried with one of my own email addresses and send it ok even if im stil lgetting a message to say that he has not been sent?

    Any ideas?

    Thank you

    You send the email to a company, etc.?
    Have you had problems with other addresses e-mail or just this one?
    How long it lasts?
    You have other problems in the send/receive e-mails?

    I'll try and do the best I can to solve the problem.

    Thank you

  • Cannot transfer emails from certain accounts to certain addresses in Thunderbird 31.0 (also to 24.0, just improved)

    I have four accounts POP3 and an IMAP. Inbox of the account main POP3 problem is 3.8 GB after emptying the trash and compaction. I have found no limit to the size of the folder. I started archiving messages to another folder to reduce the size of the Inbox. I am unable to send emails (even if it seems that the emails are forwarded) two issue POP3 accounts (the second account mailbox is about 19 MB) to only certain E-mail addresses. I also can not before as an attachment or problem to some E-mail addresses POP3 accounts. Other addresses E-mail Forwarding works correctly on issue POP3 accounts. I am able to send eMails on two problem POP3 accounts to some E-mail addresses correctly. Do not know if a complete reinstall would be beneficial or not, since the POP3 problem accounts work correctly when you communicate with other E-mail addresses. I'm currently under WinXp Pro fully patched and just used Reimage for refresh installation (the problem was unchanged after Reimage).

    What makes you think that the messages were not sent? Have you asked your provider of messaging so they sent?

    Seriously, most of non-delivery, without any kind of errors, is receiving simply Server throw as junk mail. Maybe all the areas of the receivers subscribe to the same spam service.

  • Why my Bank said their email notifications are delivered to my email address &amp; I don't get (no problem to receive other e-mails.)

    I checked the web server ISP & emails are not in the spam box. The Bank tells me their emails are sent correctly & marked as received in my e-mail address. Not in the past, I've marked emails received as junk Bank.

    You could ask the Bank they know how "which is marked as being received to my email address ' there is no way of knowing that, except if they use web beacons and mail must be read with pictures to make them work.

    A mail server (suppliers) there is no obligation to make any with any mail is received (although usually they offer them) if just because the Bank didn't get no notification of non-delivery, this does not mean the server delivered it.

    It's like telling them they have displayed and you guessed it. Of course they have posted, but where has it delivered, or not at all. This isn't something that even the postman would know, the same goes for e-mail.

    You the best solution is perhaps well to contact you provider of mail and ask them. If it is one of the large ISPS we there is a good chance they just fall there because they had decided that it was spam.

  • Cannot receive mail from Holiday Inn

    I get emails from confirmation of Holiday Inn.  Even if I transfer their e-mail from a different e-mail address, I don't get them in iCloud.  It made me mad this morning and I did SEVERAL tests.  Finally, I did send to my work account and received immediately.  I have sent it to/from various accounts and finally narrowed down to iCloud does not block email.  It is not in the junk and I tried alias and no email confirmation of the Holiday Inn I try directly or transfer of several other accounts isn't my iCloud account.

    What happens in the world?  Which makes me wonder what the other emails can be blocked by iCloud, because I KNOW that they are blocked and does not through.  Any idea where/how to check for this yet?

    This has been a long-standing problem with Apple, that is, their methods of strict filtering.  See this thread for some references, and there are also some interesting reading on the internet - links Re: Spam Silent - No. non-delivery report to the sender filtering / no. Notification to the recipient / Option not to release email blocked / sender whitelist request support Document No.

    More you can do is to contact Apple Support and have them whitelist the address for you or move on to a more reliable/robust messaging service.

    Good luck.

  • bounce spam to the original source

    We receive a lot of spam and I appreciate how Apple systems filter the spam so I don't have to deal... but, I don't really have.  Sometimes personal emails or emails Bank caught up in the spam folder so I have to check anyway.  I have to delete them all then and keep my spam to a manageable level folder.

    However, it would be nice if there was a way to bounce emails for spam at the source.  Who wouldn't help?  Imagine being a spammer and sending trash to everyone and then your own Inbox fills with all coming right for you?  Is it possible to return the spam emails without revealing my true identity or email address?

    Thank you

    "Bounce to sender" used as a feature in Apple Mail. It has been removed, probably because it caused more problems than it solved.

    Former articles mention it...

    http://email.about.com/od/macosxmailtips/Qt/How_to_Bounce_a_Message_to_the_Sende r_with_Mac_OS_X_Mail.htm

    Spammers use fake accounts or pirate valid, a notification of non-delivery may end by being returned to you - indicating something in the sense of 'could not find buyer - this is content you have sent... [content of the entire message]'

    Basically it was very easy pick and bounce a handful of messages / and then be disappointed when your Inbox filled with multiple failure messages, sometimes it took days before the answer came back home, some servers used to send several messages failed.

    Spammers don't care if a mailbox is full, many messages are sent by automatic bots anyway.

    Bounce a good idea, but it fails in practice. It also confuses your contacts when you accidentally bounce a valid person.

Maybe you are looking for

  • sound with lg monitor problems

    Recently I bought a LG monitor for mini mac. At the highest level, I can barely hear the sound. Used HDMI for the connection between the monitor and mini. Y at - it something I can do to improve it. Not a problem with the prior monitor. THX, mike

  • Resolution settings

    I am trying to activate windows with microsoft but continues to receive a box in the middle of the screen... showing out of range input signal.  change the settings to 1280 x 1024 at 60 Hz.  I can't type anything then the screen turns white.  Help pl

  • need driver for HP mini 210-2058TU 10/100 ethernet

    Hello Is there anyone know where I can find the ethernet 10/100 for HP mini 210-2058TU driver? I tried looking in the HP support & driver but I couldn't find it.  I also check my BIOS, but I couldn't find any LAN adapter. My OS is windows 7 Professio

  • Hello.. mpfprojectdir\dev10\src\csharp\projectbase.file wmploc.dll has a version of 11.0.6001.7000 where 11.06002.18311 was expected

    Hello... I can't start my player windows media, nor on my vista computer... .comes upward with the error the file wmploc.dll has a version of 11.0.6001.7000 where 11.06002.18311 was expected Windows Media playeris does not correctly and must be reins

  • How to save a video file.

    So I can use the Droid to take the video.  And once I'm done recording I can opt to share the video via bluetooth, gmail, mms, etc.  But how I just save them to my phone?  I tried to touch and hold the screen but no option appears to save the file.