I currently want to build a VBA function that enables people to send emails using a group email address(e.g. person A has an email address [email protected] and he is also a member of "student" group and has access to send emails using the groups email address [email protected])
I am thinking about using a VBA to build such a function. It is easy to construct body, recipient and etc. but how to shift the sender i.e. from field to the group email address?