Is there any documentation available on how to interact with the email system? Not just how to send a single email, but set up a send package filling in the sender and chosen recipients from the database?
I'm not so sure that I understand your question. Just to clarify, are you looking to send an email to those on a mailing list, or have I misunderstood?
I'm setting up a webpage for a club. When a member wants to email the club (or just a few members)
1) his email address (from the database) will get loaded into FROM field
2) the e-addr of the members selected get loaded into the TO field
3) SEND will send the message
And in general, how do I handle the email server via PHP on the website? I never done any email/website interaction.
These answers may answer other questions I have, so I'll start with these basics.
Thanks