Now I can send an email without attachment :
wp_mail( $to, $subject, $message, $headers);
But how can I send an email with attachment?
<?php wp_mail( $to, $subject, $message, $headers, $attachments ); ?>
http://codex.wordpress.org/Function_Reference/wp_mail