Hi there,
use the mail() function to send mail.
http://no2.php.net/manual/en/ref.mail.php
If the items are stored in a cookie or a session, you must get the items from the session or cookie and just put them in the mail. If the items are in a database, just get it from the database and put them in the mail.