Use the smtp.ss or sendmail.ss modules, and the head.ss module, all in the net collection. Since SMTP is more universal the sendmail, the examples will use SMTP.
The function send-email below uses the libraries to send an email to a single recipient. It requires you specify the name of your SMTP server, and you should replace "your-email-address" with your actual email address.