Wordpress için wp_mail fonksiyonu kullanın;
Şu dökümanda anlatılıyor;

http://codex.wordpress.org/Function_Reference/wp_mail

Bu fonksiyon kullanılabilir.
require('wp-includes/pluggable.php');

wp_mail( 'me@example.net', 'The subject', 'The message' );