Dbms_pipe to send messages to a specified user?

hi ,
how can we use dbms_pipe to send a message to a specific user
thanks
kedar

yes, why not...
$ while : ; do mail [email protected] < pipename ; done
of course this is just for demo, you should rather write a deamon in c if you want that.
you can actually send anything to a pipe, and let any program execute/mail/evaluate/... the content

Similar Messages

  • How to send messages to the specified user through sap

    how to send messages to the specified user through sap

    Hi Santosh,
    try:
        CALL FUNCTION 'TH_POPUP'
             EXPORTING
                  CLIENT         = SY-MANDT
                  USER           = BNAME "User you want
                  MESSAGE        = MSG "text you want
             EXCEPTIONS
                  USER_NOT_FOUND = 1.
    Regards, Dieter

  • TS5185 My IPAD will not send messages to non APPLE users.

    Today, Christmas Day, while trying to send a message my IPAD wanted me to turn on iMessage. There was no option not to do this. After it was turned on I could no longer send messages to non Apple users. After reading online that I could set send SMS on my IPHONE I did. Now I guess it send everything as an SMS message. Now my IPAD will not send messages to non Apple users. I guess Apple wants us to pick our friends only if the use Apple products. This is about as stupid as it gets. They want us to only communicate with Apple users. The only other option is to turn the feature off. Why have iMessage in the first place.
    So my situation is I can send SMS Messages on my IPHONE. I cannot send any messages to non Apple users on my IPAD and iMessages to my Apple users.
    This kind of stupidity is why I switched from Windows to Apple in the first place. Don't they test anything out anymore at Apple?

    Please don't take this the wrong way, but I think that you might be doing something wrong.
    Connect your iPhone, iPad, iPod touch, and Mac using Continuity - Apple Support
    To use Continuity for SMS and MMS with your iPhone and your Mac, iPad or iPod touch
    Your iPhone, iPad, and iPod touch need to use iOS 8.1, and your Mac needs to use OS X Yosemite.
    Sign in to iMessage on your iPhone, your other iOS devices, and your Mac using the same Apple ID.
    On your iPhone:
    Go to Settings > Messages > Send & Receive > You Can Be Reached By, and add a check to both your phone number and email address.
    Go to Messages > Text Message Forwarding, and enable the device(s) you would like to forward messages to.
    Your Mac, iPad, or iPod touch will display a code. Enter this code on your iPhone to verify the SMS feature.

  • I have an iPhone 4, upgraded to the latest iOS software.  Now, cannot send messages to non-iPhone users.  No other settings have been changed.  Thoughts?

    I have an iPhone 4, upgraded to the latest iOS software.  Now, cannot send messages to non-iPhone users.  No other settings have been changed.  Thoughts?

    Hello wbaker252,
    Thank you for using Apple Support Communities.
    For more information, take a look at:
    iOS: Troubleshooting Messages
    http://support.apple.com/kb/ts2755
    Have a nice day,
    Mario

  • HT3529 On ipad3, wifi only, how can I send messages to non iOS users?

    On ipad3, wifi only, how can I send messages to non iOS users?
    I have MacBook, and iPhone 4 as well

    Your're wrong on the overly sensitive part. I couldn't care less about android or some other stuff that you are comparing, what i do care about... enough to take the time to explain, is that your view on things colors the choices you make.
    You clearly state your decision making process and the marketing is doing their work on you.
    You think in terms of comparisons and competitors and that will always get you. The truth is, I'm glad Apple finally focused on how "something makes you feel" with iOS 7. There is so much truth in that one sentence!
    There is so much noise out there about screen size, n core processors and price comparisons you can never get a good feel of what the product really is. By the time you figure out you were taken on a marketing hike, a new model comes out and the story starts all over again. (think of the nokia 40 megapixel camera, or the quad core samsung, those are exagerations to impress the consumer) Imagine the size of the jpg's on that phone, all those megapixels with the quality of a phone camera, ridiculous. Soon we will have 12-core phones with 7 inch screens, and people being led into thinking you can do everything on it, "one thing to rule them all", buy now! I saw a woman on the metro the other day with a 6' phone, I swear the thing was almost half the size of her head.
    It's almost 2014 and you are complaining you can't send sms(which is a 25 year old technology by the way) with this new device. All your friends are using outdated tech and because you want to talk to them you want outdated tech too. Sms is insecure, easily snooped upon and recorded, the carrier charges for it and charges more for international sms, and so on... and on... internet chat has been free since the 1990s and it's about time it got free on our phones too.
    Just forget about it. Enjoy other people taking the decisions, you can't take yourself, for you. Trust them, see if it fits, care about life, act emotionally when you "feel" like it. You deserve that, you are human, take the feeling home with you, share it with others.
    Who cares if it's the 2014 edition or quad core... I gave my old iPad 3 to my grandmother so I could call her on Facetime. I bought the iPad Air on a whim, I just "felt" I wanted it. After a couple of weeks she thought about asking me if she could call my brother in the UK too, and how much it would cost. I said it was free, and she looked at me in disbelief. She is now calling my brother weekly by herself... she is 78. Can you imagine that... all I did is give her my "old" iPad.
    Buying the iPad Air was the single best decision of my life, not because of the size or the weight or even iOS 7 (i do enjoy them by the way) but because it made me give my old iPad to my grandmother.
    She doesn't even understand how it works, I figured it would be too much useless stuff to mention... it just does! Here put your finger here and here, then tap the name... wait for him to answer. Unbelievable!!!
    PS. I figured the best gift I can make is give my old Apple devices to people who would never in a million years buy one for themselves. You see them in shops, they are our mothers and friends... they look at the huge prices and they would never give that much to themselves, they feel they don't deserve it. They gave me money to buy all the useless cr@p I ever wanted in my youth, the least I could do is gift them my "old tech" to enrich their lives. Going to buy a 5S soon and give my 4S to someone for free, but it's going to be someone I care deeply about, deeply enough to change their lives.

  • HT1495 How can I send messages to other iPad users when we all have the same aacount

    How can I send messages to other iPad users when we all have the same aacount

    Use different Apple ID's.

  • How to send message to direct connected users

    Hi,
    I am working on a text Chat application with FMS4 "RTMFP" connection and i am looking a functionality to send direct message to one to another peer, please some one help me.
    Thanks
    Sushil

    Below are the lines from above link which you can use for your purpose if your users are directly connected.
    Sending Message
    // peer2ID is of #2 (Moscow)
    var message:Object = new Object();
    message.destination = netGroup.convertPeerIDToGroupAddress(peer2ID);
    message.value = "Hello I am message from #1";
    netGroup.sendToNearest(msg, msg.dest);
    Receiving Message
    When you receive a Direct Routing message, it comes to NetStatusEvent with code “NetGroup.SendTo.Notify”:
    netGroup.addEventListener(NetStatusEvent.NET_STATUS, netStatus);
    function netStatus(event:NetStatusEvent):void{
         switch(e.info.code){
         case "NetGroup.SendTo.Notify":
              // e.info.message contains our message Object
              trace("Received Message: "+e.info.message.value);
              break;
    But this will work only if #2 is a neigbor of #1.
    So if it is not directly connected use forwarding.
    Regards,
    Amit

  • Sending messages to non iMessage users via my iMAC

    I am no longer able to send messages to anyone who is not a registered iMessage user from my iMAC. Those contacts now appear in red when I choose them. I can only send to imessage registered users. What gives? I used to be able to message anyone from my imac until very recently. I can message anyone from my iphone 5 with no problems.

    You cannot send texts from an iPad.

  • My Iphone 4 isn't letting me send messages to non-Iphone users

    My phone is on a 60 dollar monthly plan, in which my father an I did not know. We went to walmart and purchased a $50 prepaid card. It worked at first, and then when I sent messages to ANYONE, I got a message saying: "You have insufficient funds to send message". I finally got fed up, and we went to Verizon. When there, the guy said that because I'm on a 60 dollar plan, that's why my phone has been acting funky, so he had us put 10 dollars into the account, hopping that it would even everything out, because I'm on a 60 dollar plan. Well. It was working fine, I was texting my friends and what not. One in particular was a non-iphone user, and now each time I try sending a message to any non-iphone user, the message fails and it tells me that I have insufficient funds. However, my phone sends messages just fine to other iphone users. Help please...

    It sounds as if you have insufficient funds on your account to send SMS messages. However, you apparently still have sufficient data to send iMessages. You'll need to contact Verizon and make arrangements either to add more money to your account or change your plan.

  • How to send message to another ipod user

    Hello Team ,
    Please help me to understand , how to send message to another user of Ipod
    I am having ipod 4G touch , So please guide me on this .
    also Can we pair ipod to any bluetooth head set  , Curretnly i having Samsung strero phone head phone model no SBH650 .
    Please help me ....
    Thank you
    Regards
    Mahesh

    Hi
    Please check FM <b>TH_POPUP</b>
    Is this what you require ?

  • Sending messages with ipad impossible:user name or password incorrect

    Can't send messages with my IPAD.
    I'm tell that " Username or password for smtp:[email protected]@smtp.live.com is incorrect
    I need a clue
    Thanks

    Hello mipage,
    For that error you would need to make sure that the password is correct in Settings > Mail, Contacts, Calendars and look at the outgoing server settings. If you are unsure of what it should be, then the easiest way is to remove the email account and add it back in to add the correct settings. For more information, take a look at the article below 
    Get help with Mail on iPhone, iPad, and iPod touch
    https://support.apple.com/en-us/TS3899
    Regards,
    -Norm G. 

  • I am having a hard time sending messages to non iPhone users, why?

    When I text anyone who don't use Apple devices I have to resend the message two or three times it goes through. I have an iPhone 5c running on iOS 8.0.2 if that helps figure anything out. Thank you.

    littlegigi8 wrote:
    When I text anyone who don't use Apple devices I have to resend the message two or three times it goes through. I have an iPhone 5c running on iOS 8.0.2 if that helps figure anything out. Thank you.
    SMS is a carrier function. If you're having trouble with sending them, you should start by contacting your carrier.
    Best of luck.

  • Why can't I send messages to other desktop users through iMessage?

    I recently started a new job and they use iMessage to talk to each other. I created an account and added a contact that has and uses iMessage but whenever I try to send a message it tells me the message could not be sent because they are not registered.
    When I go to Messages / My Status my options are greyed out.

    Sign out of iMessage, then log out or restart the computer. Try again. If there's no change, launch the Contacts application and make sure you have only one card for yourself.

  • Unable to send iMessage to iOS / OSX users

    This is a recent problem, because everything worked just fine until now.
    I have a Macbook Air, an iPhone and an iPad and since this morning, I noticed that I am unable to send messages to iOS / OSX users (iMessage messages) using my Macbook
    They send just fine using my iPad and my iPhone, but when I try sending a message to an iMessage enabled phone number using my Macbook I get the red exclamation error stating "your message could not be sent"
    I have tried signing out and signing back into my iMessage account but this did not work.  Any ideas??
    Thanks!

    I'm having the same issues as well

  • You do not have the permission to send the message on behalf of the specified user

    We added a user object in AD 2003 which was created so multiple staff members could access the object's mailbox and reply to email from it while appearing as being from the new object. We then added 5 staff members to this object's mailbox rights giving
    full access to everyone including myself. I'm able to reply to email from this user's mailbox however a few others are not, instead getting "You do not have the permission to send the message on behalf of the specified user". The odd thing is I have
    the exact same permissions as those who receive the error.
    Hank Vare

    You need to set Send As permission to users that want to send mails on behalf the specified user.
    I don't know which Exchange you use,
    2003:
    http://blogs.technet.com/b/exchange/archive/2005/01/07/348596.aspx
    2007:
    http://technet.microsoft.com/en-us/library/aa998291(v=exchg.80).aspx
    2010:
    http://technet.microsoft.com/en-us/library/bb676368(v=exchg.141).aspx

Maybe you are looking for

  • Production order with sales order in MTO

    Using SAP ver 4.7 for make to order scenario. Presently production order creation is automated. At the time of creation of sale order the production order is created in the background. Now wants to create the Production order manually with reference

  • HELP I deleted the mail and address book application, Is there a free DL???

    This used to be my mom's macbook but she gave it to me, at first her old mail account kept popping up in random occasions and couldn't figure out how to change the mail account to mine so I deleted it altogether permanently. Now it would be more conv

  • Help needed for copy+pasting and keyboard for iPad2

    I just updated my iPad and for some reason I can't paste anything onto some websites on Safari now. Sometimes the keyboard doesn't type anything either and I have to refresh it. Anyone know how to fix it or what's the problem?

  • Extracting purchases made from another computer

    My laptop broke and I had quite a few purchases on it. There is no way to recover them from the broken laptop, is there a way to recover them from my purchase history on to my new laptop?

  • Change printer color settings???

    Hello, How do I change the settings in tiger (and 10.3.9) to print in color only when i tell it to? My printer is an HP photosmart 7760 with appropriate drivers installed. I just dont really know how to do this....... Thanks in advance. -Zach G4 533,