Consulting

Results 1 to 3 of 3

Thread: Automate From field

  1. #1
    VBAX Newbie Sean's Avatar
    Joined
    Jun 2007
    Posts
    3
    Location

    Automate From field

    Does anyone know of any way to automatically add "Group_Name" to the From field in every email sent in MS Outlook?

  2. #2
    Knowledge Base Approver VBAX Master Oorang's Avatar
    Joined
    Jan 2007
    Posts
    1,135
    Location
    An email can only be from one addy. If you don't want to log into the group mailbox, use Sent on Behalf Of.
    Cordially,
    Aaron



    Keep Our Board Clean!
    • Please Mark your thread "Solved" if you get an acceptable response (under thread tools).
    • Enclose your code in VBA tags then it will be formatted as per the VBIDE to improve readability.

  3. #3
    Hi,

    This should solve the prob. I use this in my code and it works fine.

    .SentOnBehalfOfName = ("example@abc.com")

    Regards,
    Richard

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •