How to send a broadcast message to public distribution list?

I set up a Pulic distribution list in Unity system, but what extension number should I dial to send a publick distribution list? What is the public distribution list number?
Thanks for any input.

Log to Unity (press the Messages button and type your password). It will prompt you what is the button that you need to press to send a message (by default is 2), press that number, now it will prompt you to spell the name of the person or the distribution list. You can press ## (# key twice) to change to enter the extension.
If you go to the SAWEB and search for your Distribution List you will see that you can add and extension.
So by following the above instruction you can send a message by spelling the name of the DL or entering the extension of the DL.
HTH
//Jorge

Similar Messages

  • How to send a SOAP message with attachments

    How to send a SOAP message with attachments thru webservice using axis-1_3 can any one sujjest.............................

    Please refer
    http://www.javaworld.com/javaworld/jw-09-2003/jw-0912-webservices.html
    http://xml.sys-con.com/read/40315.htm

  • How to send a text message to a group of people and save the list for next time?

    how to send a text message to a group of people and save the list for next time from an iphone 4s?

    Hey there ipremacha,
    It sounds like you need to enable Text Message Forwarding on your iPhone for your iPad to send MMS/SMS messages through your phone.
    Connect your iPhone, iPad, iPod touch, and Mac using Continuity
    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.
    Thank you for using Apple Support Communities.
    Regards,
    Sterling

  • How to send a JMS message to a server ....

    Hi
    I want to know how to send a jms message to a Queue and that is in a different server...
    How to send A message using a application client to a Message queue That is in another Machine(Server is in another machine )
    env.put(Context.INITIAL_CONTEXT_FACTORY,"com.sun.jndi.cosnaming.CNCtxFactory");
    env.put(Context.PROVIDER_URL, "iiop://127.0.0.1:3700/");
    InitialContext initialContext = new InitialContext(env);
    connectionFactory = (ConnectionFactory) initialContext.lookup("jms/ConnectionFactory");
    queue = (Queue) initialContext.lookup("jms/Queue");
    get a NameNotFoundException
    Anyone have an Idea
    thanks
    Ishkmi
    Message was edited by:
    ishkmi

    ok..try this..insert the ip address of the server where ur app server is
    running . i understand ur client and server is running on diff machines.
    ip address 127.0.0.1 is for local host. it tries to look for the server in
    same system as the client.
    substitue ip address of server in below line instead of 127.0..0.1
    env.put(Context.PROVIDER_URL, "iiop://127.0.0.1:3700/");
    best of luck ..lemme know..

  • How to send SMS ( Short Message Service ) from java code

    Hi
    How to send SMS ( Short Message Service ) from java code.
    Thanks
    Gaurav

    Do you need to receive SMS? If you need to receive SMS, you will need to host your own GSM device or modem so that people can send you SMS.
    If not, you can just use internet SMS gateways like clickatell as mentioned above will do the work, and post to them by HTTP, XML or email. The cost is about 6-8 cents per SMS. There are cheaper services, but not always reliable. If you need to host your own GSM device, you can use software like http://www.kannel.org (GPL Open Source) or http://www.visualgsm.com. Alternatively, you may obtain a shortcode from your Telco - but these come with monthly subscription of maybe one or two hundreds.
    Regards,
    Joshua
    <SMS Gateway>@Expert

  • HT5361 How to send a mail to my entire contact list of my Mail app ?

    How to send a mail to my entire contact list of my Mail app ?

    Hello Madhu,
    The only way to send an email without opening a client is: using server-side mail objects invoked by your app.
    This would be the workflow:
    - your user fills in form data (subject, body, mail_to)
    - your application sends form data to a server (via httpservice or webservice or AMF)
    - the server takes care of sending the mail in a way that is transparent to your user
    So: it is not possible to send emails without opening the iPhone client (I think by "outlook" you mean the "mail client" with an Exchange account) for security reasons. You wouldn't want any app to send mails without you pressing "Send" in a known interface.

  • Java Mail: send a SINGLE email to a distribution list

    Is it possible to send a single email to a distribution list using Java Mail?
    Please help with some code samples.
    Right now, our mail program uses java mail api to send one email/person in the distribution list and runs in a for loop. Is it possible to have the distribution list in the to field and just send one single email to all persons in the list?
    Thanks,
    Jayashree.

    Yes, of course, assuming your mail server supports
    distribution lists. Most mail servers do, but exactly
    how you create and administer a mailing list varies
    from server to server.
    Once you've created the mailing list on the server,
    just use the name of the list in the To field of the
    message.

  • How to create a group from an email distribution list

    Hi,
    I've searched around and could not find this question asked or answered.  It's this:
    I get an email containing a very large distribution list.  I have some of these names in my address books but many I do not.
    I need to send out emails to this same distribution list that is not a 'reply all".  What I'd like to do is easily highlight the names and create a group that I can then send emails to in the future.
    Right now it seems that the only way to do this is to create a contact for each and then drop each one into a new group that I create.  Seems quite tedious.
    Anybody know how to get this done?  I'm hoping for a magical highlight all the names, right click, select 'new group", name new group and presto: done.  All the email addresses would now be in contacts along with the new group.
    Thanks for your help.

    There was a "magical" set of Applescripts that would have done that, but it no longer works.
    There is no way in the OS to do that besides making the Applescript yourself using the current Script Editor.
    Another way to do what you want is to select all of the addresses (select one, then cmd-A). Then, drag the selection to somewhere in the Finder. That will create a text clipping. You can then drag that text clipping into the address field in Mail.
    The text clipping will be named with the first few email addresses. You can rename it in the Finder.
    Each one can be your own "distribution" list.

  • How to send a JMS message to a remote Queue?

    Hi,
    I know how to create a JMS message and send it to an MDB that listens to a topic in the same container in which the JMS is created.
    In other words, if I have the following MDB:
    @MessageDriven(mappedName = "jms/MyQueue", ...)
    public class MyMDB implements MessageListener {
    Elsewhere in my JEE app I can create a Queue like this:
    @Resource(mappedName = "jms/MyQueue")
    Queue queue;
    and use it to send a message to the MDB.
    But How can I send a message to an MDB that's deployed in another app server on another machine in the network? Both of the app servers are Glassfish.
    Thanks in advance.
    Edited by: EJP on 9/08/2011 21:49: fixed your meaningless title

    Hi,
    The first thing I would like to suggest is, we never/can't send message directly to MDB. We always send/receive message(s) to/from the destination. In case of MDB, the application server register the MDB as message listener against particular destination, and invoked the onMessage() method when message arrives on particular destination.
    If I am not wrong, what you want to achieve is asynchronous communication between two applications deployed in two different machine. In your case, you want your one application works as message producer and other act as an message consumer, and both are deployed in different machine.
    In this situations, you only need to configure the JMS administration object, connection factories and destinations, on one Application server and configure other application server to use those configuration using JMS resource adapter. you can well achieve this by configuring the JMS Resource Adapter. you need to check the Glassfish documentation.
    If you don't want to break the JMS specification, always communicate with Messaging Provider through Resource Adapter.
    I hope this helps.

  • Sending a broadcast message to all the systems in the LAN

    Hi,
    I am having a standalone java application [client/server]. My application server is running on some system in the LAN.
    How can i identify that server ip in my client program?
    Is there any possibility for sending broadcast messages to all the other systems on a specific port?
    Thanks,
    Gupta.

    Is there any possibility for sending broadcast messages to all the other systems on a specific port?If you have more than one router/hub these will need to be setup to allow this traffic.

  • How to send a text message from my desktop computer ?

    How can I send a text message from my desktop computer using Firefox ?

    There are many free web-to-phone text services, such as http://textem.net/
    If you intend to do a lot of this, it may be best to have some IM services that can communicate with cellphones (I use AIM).

  • How to send a text message instead of imessage on Mac and Ipad iOs 8.1?

    My iphone 6 Plus, ipad mini 2 and MBA on OSX Yosemite are all linked together under the same wireless network. However when i send a message on my Mac to my friend who is using an iphone, default sending is via imessage. How can i choose to send a text message instead of imessage? WHy? because sometimes my friend is not online. So i need to send a text message that my messages are received real time.

    Hey there ipremacha,
    It sounds like you need to enable Text Message Forwarding on your iPhone for your iPad to send MMS/SMS messages through your phone.
    Connect your iPhone, iPad, iPod touch, and Mac using Continuity
    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.
    Thank you for using Apple Support Communities.
    Regards,
    Sterling

  • How to send the same message to two SMTP servers

    hi,
    I need to send a message to two different SMTP servers.
    I want to avoid the creation of new MimeMessage with a new Session.
    the only way I've found was to keep a reference to the Properties instance that was used in the Session creation, and modify its "mail.smtp.host" property.
    Is there another way? I must be missing something.
    thanks,
    ofer

    hi,
    I've already found the solution, so I'll post it here.
    first I'll explain the purpose:
    I needed to send the same message to a normal email server, and (for some of the recipients) to a special SMTP server that is on a different machine.
    the following code demonstrate the solution.
    thanks for your help.
    ofer
    ----------code---------------
    public class MultipleSendTest {
    private final static Session server1 = createSession("somesmtp_server.com");
    private final static Session _server2 = createSession("another_smtp_server.com");
    public static void main(String args[]) throws Exception {
    //create the message
    MimeMessage m = new MimeMessage(_server1);
    m.setText("body text");
    m.addRecipients(Message.RecipientType.TO, "[email protected]");
    m.setFrom(new InternetAddress("[email protected]"));
    //send
    send(m, _server1);
    send(m, _server2);
    private static void send(MimeMessage message, Session session) {
    //for logging only
    String host = session.getProperty("mail.smtp.host");
    try {
    Transport transport = session.getTransport("smtp");
    transport.connect();
    transport.sendMessage(message, message.getAllRecipients());
    System.out.println("sent to " + host);
    transport.close();
    } catch (MessagingException e) {
    System.out.println("failed to send to " + host);
    private static Session createSession(String host) {
    Properties properties = new Properties();
    properties.setProperty("mail.smtp.host", host);
    return Session.getInstance(properties);
    ----------code---------------

  • How to enable Cell Broadcast message in Iphone5

    Hello!!
    I work at True Corp. in Thailand. I would like to use Cell Broadcast System by using Iphone5 for receving Cell Broadcast message from Radio Site. I cannot find Cell Broadcast setting in Iphone5, I am not sure I have to new software from Apple or not?
    How to enable Cell Broadcast function in Iphone5?
    Note: Reference from this Website  https://smscellbroadcast.wordpress.com/tag/iphone/
    Thank you

    In your case, you need to reset the router to factory defaults, at which point the SSID will be set to broadcast and it cannot be disabled. To know more about why there is no option to disable the SSID broadcast anymore on the Cloud firmware, click here.

  • How to send wap push messages in java

    hi,
    i need to send wap push messages through smsc in java,
    can any one give the idea about this,how can i start,
    where can i get the jar file according this,
    (either using smpp or http)
    thanks and regards,
    Karuna.

    Uhm... I'm pretty sure you need a special server for that.

Maybe you are looking for

  • Yellow/gre​en lines through Photos and sometimes on color headlines

    Hi All.  Would like to know if anyone out there knows how to fix my problem.  I have an HP OfficeJet 8500 all in one printer/scanner/fax.  I do newsletters for a non profit org with photos and colored headlines.  I am now getting a yellow-light green

  • How to read master data in transformation routine?

    Hi gurus, I am loading data from 0HR_PA_0 data source. I have 2 fields in the DS: PERNR (Personal Number) and CALMONTH (Calendar year/month). I need to read 0EMPLOYEE's attribute 0ENTRYDATE and count the difference between Entry date and Calendar yea

  • Multiple selection during open item clearing

    Dear All, While executing F-44 for vendor clearing i am selecting posting date as 01.04.2006 to 31.03.2007.Also in other selection i select Business Area.But when execute the process open iten it is displaying the open item for FY-2010 also.Now is th

  • How do you unpin a drop pin in maps?

    How do you unpin a drop pin in maps?

  • Highlight document

    I want to highlight certain parts of a PDF file and save it. I have clicked on the highlight icon and it won't allow me to highlight the document. I have even saved it and then tried to highlight it. I have noticed there are some PDF documents that I