How do I use a Contact Group email address as the sender of an email?

I want members of the contact group to be able to manual select the contact group email address as the SENDER.  This, primarily, so that recipient clients can respond, if necessary, by merely pressing reply (then the entire group gets the email). 
Possible?

By "contact group" do you mean a distribution group?  If so, you need to use one of the following the shell commands:
For Send on Behalf:   Set-DistributionGroup <group alias> -GrantSendOnBahalfTo <useralias>
For Send As:              Add-AdPermission<group ID>-User<user alias>-ExtendedRights'Send-As'

Similar Messages

  • How do I create a contact group so that I can send an email to several contacts without having to type individual names.

    How do I create a group in my contacts so I can send an email to several people without having to type names individually? In gmail on my computer I have several groups of contacts but I don't see them on my iPad air.

    In the contacts app there really isn't a way to do this.  What I do however, is create a note in the Notes App with the email addresses of the people I want to email to like this:  [email protected]; [email protected]; [email protected]
    Then when I want to email that group, I just use the copy feature of iPad, pasted it into the to line in an email and voila, I can email to a group.

  • How Can i Use two Different Public IP Addresses no my DMZ with ASA Firewall.

    How To Using Two Different Public IP Address on My DMZ with ASA 5520
    Postado por jorge decimo decimo em 28/Jan/2013 5:51:28
    Hi everyone out there.
    can any one please help me regarding this situation that im looking for a solution
    My old range of public ip address are finished, i mean (the 41.x.x.0 range)
    So now i still need to have in my DMZ another two servers that will bring some new services.
    Remember that those two server, will need to be accessable both from inside and from outside users (Internet users) as well.
    So as i said, my old range of public ip address is finished and we asked the ISP to gives some additional public
    ip address to address the need of the two new servers on DMZ. and the ISP gave us the range of 197.216.1.24/29
    So my quation is, on reall time world (on the equipment) how can i Use two different public ip address on the same DMZ
    on Cisco ASA 5520 v8??
    How my configuration should look like?
    I was told about implementing static nat with Sub Interfaces on both Router and ASA interface
    Can someone please do give me a help with a practical config sample please. i can as well be reached at [email protected]
    attached is my network diagram for a better understanding
    I thank every body in advance
    Jorge

    Hi,
    So looking at your picture you have the original public IP address range configured on the OUTSIDE and its used for NAT for different servers behind the ASA firewall.
    Now you have gotten a new public IP address range from the ISP and want to get it into use.
    How do you want to use this IP address range? You want to configure the public IP addresses directly on the servers or NAT them at the ASA and have private IP addresses on the actual servers (like it seems to be for the current server)?
    To get the routing working naturally the only thing needed between your Router and Firewall would be to have a static route for the new public network range pointing towards your ASA OUTSIDE IP address. The routing between your Router and the ISP core could either be handled with Static Routing or Dynamic Routing.
    So you dont really need to change the interface configuration between the Router and ASA at all. You just need a Static route pointing the new public IP address towards the ASA outside IP address.
    Now when the routing is handled between the ISP - ISP/Your Router - Your Firewall, you can then consider how to use those IP addresses.
    Do you want to use the public IP addresses DIRECTLY on the HOSTS behind the firewall?This would require you to either configure a new physical interface with the new public IP address range OR create a new subinterface with the new public IP addresses range AND then configure the LAN devices correspondingly to the chosen method on the firewall
    Do you want to use the public IP addresses DIRECLTY on the ASA OUTSIDE as NAT IP addresses?This would require for you to only start configuring Static NAT for the new servers between the inside/dmz and outside interface of the ASA. The format would be no different from the previous NAT configuration other than for the different IP addresses ofcourse
    Of the above ways
    The first way is good because the actual hosts will have the public IP addresses. Therefore you wont run into problems with DNS when the LAN users are trying to access the server.
    The second way is the one requiring the least amount of configurations/changes on the ASA. In this case though you might run into problem with DNS (to which I refer above) as the server actually has a private IP address but the public DNS might reply to the LAN hosts with a public IP address and therefore connections from LAN could fail. This is because LAN users cant connect to the servers OUTSIDE NAT IP address (unless you NAT the server to public IP address towards LAN also)
    Hopefully the above was helpfull. Naturally ask more specific questions and I'll answer them. Hopefully I didnt miss something. But please ask more
    I'm currently at Cisco Live! 2013 London so in the "worst case" I might be able to answer on the weekend at earliest.
    - Jouni

  • On iPad & iPhone why can't I send emails using my Contacts Groups

    On iPad & iPhone why can't I send emails using my Contacts Groups?

    daywm wrote:
    But I can send to all members in a "Group" on my Mac-Mini Mail by just enterig the "group name" in the TO:
    I thought thet iPad & Iphone Mail would provide the same capability
    I also thought that but it's not true.

  • How do I use p3scan to scan email (Thunderbird) using Clamav? [/b]

    How do I use p3scan to scan email (Thunderbird) using Clamav? I followed this http://p3scan.sourceforge.net/readme.html
    I searched for hours in Google and in forums looking for a way to get Clamav to scan email using p3Scan?
    I have three  questions (one question is in two parts) about setting up p3scan to use Clamav to scan for Viruses in incoming & outgoing email:
    I now have three questions.  One is in two parts:
    Question 1) 
    Within the "/etc/p3scan/p3scan.conf" file there is a line that reads "# username: laitcg#pop.gmail.com:110 host: <url of p3scan machine> port: 8110".
    My question is:how does a person find the url of the p3scan machine?
    Question 2) 
    Within the read me file that you sent me (http://p3scan.sourceforge.net/readme.html)
    there appears the following:
    P3SCAN_USER=mail (clamav, etc...)
    iptables -t nat -I PREROUTING -p tcp -i eth0 --dport pop3 -j REDIRECT --to 8110
    iptables -t nat -I PREROUTING -p tcp -i eth0 --dport smtp -j REDIRECT --to 8110
    iptables -t nat -I PREROUTING -p tcp -i eth0 --dport pop3s -j REDIRECT --to 8110
    iptables -t nat -I OUTPUT -p tcp --dport pop3 -m owner --uid-owner $P3SCAN_USER -j ACCEPT
    iptables -t nat -I OUTPUT -p tcp --dport pop3 -j REDIRECT --to 8110
    My question as it pertains to the above is: Who is the owner and who is the P3SCAN_user?
    Question 3) 
    Within the "/etc/p3scan/p3scan.conf" file there is a paragraph that reads:
    "Clam Anti-Virus: http://www.clamav.net
    # This program must run as the same user as p3scan is running so that
    # it can access the mail files for scanning. Either compile with the
    # options --with-user=mail --with-group=mail (if p3scan is using the
    # the default user/group of "mail") or change "User" in clamav.conf
    # to the user p3scan is running as. If you get a return code other
    # than a 0 or 1, see the clamav documentation for the reason.
    My question as it pertains to the above is: I installed Clamav years ago, so how do I make it run as user mail?
    I would hope that no “Linux Guru” will post something to the effect of “the bash is the answer. Figure it out.” I learned and accomplished a great deal in Linux relative to the fact that I am a laymen whose college education did not encompass networking and computer science. I am asking for help because I cannot help myself.
    Thanks in advance to everyone.
    If someone could please, please answer the three questions that I've asked above, I would be most grateful.

    Still not solved
    I decided to go with the  host: <url of p3scan machine> vs iptables. It seemed easier at the time.
    The problem is that everything is written as a bunch of options with no clear direction indicated, unless one has a computer science degree or a strong IT background, and I am lacking in both.
    The bottom line is that more I look at p3scan, the more confused and lost I become. Is there an alternative to p3scan that actually has GOOD documentation? I looked at Claws but thanks to the new pacman, 50% of all packages fail checksum test, something for another post.
    Can someone walk me through this? If someone would walk me through this, I'd be more than happy to turn it into a step-by-step outline designed for the average user because this is just ludicrous. It has been my experience that good documentation open the door to so much more as it pertains to advancing one's undrstanding and enjoyment of Linux. I know that this p3scan setup would be well within the ability of the average "Arch Linux" if it were written for the laymen.
    Please help
    Thanks
    # username: laitcg                     host: pop.gmail.com             port: 110
    # To:
    # username: laitcg#pop.gmail.com:110   host: <url of p3scan machine>   port: 8110
    # default: <none>

  • How do I create a contact group on iOS 8

    How do I create a contact group on iOS 8, I'm trying to make a new new group for my iphone 6. I've made a group on my older IOS but it's changed on the new IOS 8.

    You cannot create a contact group in the built in Contacts app. If your contacts sync with iCloud you can log in to https://icloud.com and manage contact groups there. Or with a contact app on your computer that syncs with iCloud. Alternatively, there are several iPhone apps that are more powerful than the built in Contacts app. You can use one of them to manage groups and contacts within groups. I use Speed Names, but there are several others.

  • How to export ALL my contact groups ( 20) from Outlook 2010 on one machine to Outlook 2010 on two other machines

     My problem is how to export ALL my contact groups (>20) from Outlook 2010 on one machine (finally established with great pains from a more user-friendly client) to Outlook 2010 on two other computers.  All the help files I've seen refer to
    export/import of only a single Group. 
     Outlook seems to be an extraordinarily limited and user-hostile environment for managing an address book.  By way of comparison, the Mulberry client I've been using for years (which is no longer supported) run circles around Outlook for ease of
    handling -- everything in the address book, groups and individual, can be exported and imported in a single file.  My computer support staff have warned me about the difficulties of handling groups in Outlook.  Is Microsoft really that incompetent,
    or just sadistic ?
    Thanks for your help with this.

    After a lot of screwing around I finally hit on a solution, which is to export and import contacts using a .pst file (which transfers both individuals and groups) rather than a .csv file -- which transfers only individual contacts but leaves groups untouched.
    Why isn't there a clear and simple message from Microsoft saying this in all the so-called Help files on moving contacts in Outlook?

  • How do I use Panorama / Tab Groups with the keyboard?

    Yes I know that CTRL-SHIFT-E opens the panorama window, and then I can use the mouse to organize my tabs into groups.
    But how do I do this with the keyboard?
    I've [http://lifehacker.com/#!5719596/switch-between-tab-groups-in-firefox-with-a-keyboard-shortcut read] [http://ubuntuforums.org/showthread.php?t=1705714 that] Ctrl-`should move me through tab groups. That doesn't work for me on my Danish keyboard. (Where the ' and ` chars are weird. But is how they are on a valid standard Danish keyboard) I've tried changing the keyboard to USA and then moving through tab groups works fine.
    In short: Pretend I don't have a mouse. How do I use Panorama / Tab Groups?

    Sorry. These are both known bugs:
    [https://bugzilla.mozilla.org/show_bug.cgi?id=587010 Bug 587010] - Add keyboard UI for manipulated groups and tabs in Tab Candy
    and
    [https://bugzilla.mozilla.org/show_bug.cgi?id=626594 Bug 626594] - shortcut for switching tab groups is badly accessible on many non-US keyboard layouts

  • How do I delete a contact group from my iphone

    How do I delete a contact group from my iphone?

    Download Easy Group. It is totally free. Lauch it. Click on Edit. Click on red-cross next to your unwanted group. That's all. http://itunes.apple.com/fr/app/easy-group/id461469079?mt=8
    Rémi
    Note: As I am Easy Group developper, I may receive some form of compensation, financial or otherwise,from my recommendation or link.

  • How can I use FaceTime between 2 I-Pads sharing the same email account

    How can I use FaceTime between 2 I-Pads sharing the same email address

    Cstearns-
    I only have one iPad, but was able to add myself to the list of Favorites.  When I tried to call, I was not available!
    You should also take a look at the Skype App for iPhone.  It works on the iPad, where you can choose 2X to expand the display.  I haven't tried to add myself to Skype, but have been able to have it connected on both my computer and the iPad at the same time.
    You might also consider getting a second address from G-Mail, just for use with FaceTime.
    Fred

  • HT1338 How do I create seperate contact groups (family, business, friends) in my Contacts application on my Macbook Pro?

    How do I create seperate contact groups (family, business, friends) in my Contacts application on my Macbook Pro?

    You should have an option to create groups in the File menu. To add contacts to this group, simply drag and drop them to it (switch to Groups display, to view all your groups).
    Otherwise, you may create "smart groups", based on some criteria you define (File menu too).
    Hope this helps.

  • I first thought the Ipad would be used by my wife so I set up her email account.  She didn't use it that much so I did and set up my accounts and took her off.  Now when I send an email it shows her address as the sending party - how do I fix this

    I first thought the Ipad would be used by my wife so I set up her email account.  She didn't use it that much so I did and set up my accounts and took her off.  Now when I send an email it shows her address as the sending party (some of the time and I don't know why only some of the time) - how do I fix this

    Have a look here...
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    SHARING iTunes MUSIC
    http://macmost.com/five-ways-to-share-music-in-itunes.html
    Also... Create your Own Apple ID for Your iPhone...
    It should be Noted that anything Downloaded with a Particular Apple ID is tied to that Apple ID and Cannot be Merged or Transferred to a Different Apple ID
    Apple ID FAQs  >  http://support.apple.com/kb/HT5622
    And... Have a read here...
    https://discussions.apple.com/message/18409815?ac_cid=ha
    See Here for  >  How to Use Multiple iDevices with One Computer
    Have a read here...
    https://discussions.apple.com/message/18409815?ac_cid=ha

  • How can i use capacity reservation group

    I have a set of slow moving SKU which i want to plan in a specific week every month , I know i can use PPC calendars for that but how can i use capacity reservation group in SCM 7.0 to achive this through wave heuristic
    Please advise
    Prasanna NBaware

    Hi Ambrish,
    PPDS capacity reservation functionality available from version  SCM 5.1 onwards. for your requirement you can reserve the capacity  at resource level  for product.
    To archive this requirement, you need to do
    u2022Create Planning Object Structure (POS) with the required characteristics (Product & Location mandatory)
    u2022Create a planning area assigning the planning object structure
    u2022Create Characteristics Value Combination (CVC) in the POS
    u2022Maintain Capacity Reservation Group (resource)
    u2022In Product Master > Demand Tab> assign the consumption group
    Result: .     Planned order gets created for the demand based on the allocated quantity for the particular period
    please let me know if you have any further question
    bye
    Dhaiva

  • I can't sent an email to a large group of people. The sending email surface on every time I turn on my computer MAC PRO. How can I delete it? Why it happens? How to prevent it to happen again? Thank you. Danielson

    I can't sent an email to a large group of people. The sending email surface on every time I turn on my computer MAC PRO. How can I delete it? Why it happens? How to prevent it to happen again? Thank you. Danielson (Danicolenira)

    What do yo mean by " The sending email surface on every time"?

  • I have one iPhone GS and one iPad 2, how do I syncronise my contacts and my calendar between the two devices?

    I  have one iPhone GS and one iPad 2, how do I syncronise my contacts and my calendar between the two devices?

    Install iOS 5 onto both and you can use iCloud to sync contacts and calendars between the 2 devices.

Maybe you are looking for

  • How to extract data in a webpage to a excelsheet or back end DB

    Hi folks I'm kiran and i'm working as technical recruiter. previously i worked as a shadow associate with National Informatics center (A govt of india IT department) where i first tried my hands on JAVA and was amazed with the things which i could do

  • Photoshop elements 6 not starting up after install. Any ideas whats wrong?

    I Have just installed Photoshop 6 on my new computer, Windows Vista home basic with service pack 1  32-bit os. It installs fine. However, when I click on the icon to start it up nothing happens. Can anyone help me.

  • URGENT! : how to draw images?

    new to swing, wanna create an app using jframes but how do i draw my images? added 2 jpanels to my jframe to split the window into 2, 1 side for text, the other is for my images. but how do i draw them on the jpanel? read the java tutorial but it onl

  • Fly in when scrolling down

    I would like to make an object fly over when you're scrolling down on the page. (And when you scroll up, the object goes back) Is it possible to do this with the 'Animation' panel? I can make an object fly by when the page loads, but not when scrolli

  • Mail merge prints two labels for some contacts. Why?

    We use a Mail Merge from our Contacts.app to print mailing labels for Christmas cards. FWIW, our Contacts are kept in sync with a Gmail account. (This hasn't proven faultless, but that's a topic for another time.) For many Contacts, where *only one a