I'm planning to write a PHP script where a user goes to a particular page, clicks on a link, and a form comes up asking for the user's email to send the file to. After the user selects send to file is sent to their Gmail, Yahoo, Hotmail, whichever. After a successful send, an email is sent to me notifying me of the action.
So far I've come across the following scripts that could make the task much easier:
1) http://phpmailer.worxware.com/index.php?pg=phpmailerfe
2) http://planetozh.com/blog/my-projects/php-send-file-by-email-sendmail-attachment/
Can anyone suggest other great libraries, books, or tutorials that'll help me with my goal.
Thanks