I've only used the send mail feature with PHP. But I've seen that some people can send E-Mails using their Gmail accounts. How can I make PHP use my Gmail SMTP to send E-Mails?
Use phpMailer. It can send mails using any SMTP server you choose.