I\'m using WampServer on Windows to test a site. I have a registration system where users get a confirmation email.
Is it possible to send emails from a localhost?<
Not unless you install a SMTP server on it. I think XAMPP includes one, but you're probably better off just using an existing external server. You can set this with the php.ini SMTP setting.
SMTP