New to programming and would really appreciate some help on this school project. I'm trying to build an application that automates the following sequence of events:
- Takes an input from sender via receiving an email
- Sends this input to a specified list of intermediary mailboxes
- In those intermediary mailboxes, forwards the input email to a specified list of addresses
All mailboxes involved are hosted by G Suite. In case you're wondering, we're creating this to bypass mailing list restrictions, since only the member of a mailing list can post to a mailing list. If I want to send something to list B, I must find someone in list B to send it for me.
How should we go about this? Will this be a PHP script? Will we need Google authentication at all? New to this and don't know anything so any help is appreciated. Thank you so much!