For me, adding the following code in the calling file is a trick
// xampp code fix ini_set( 'sendmail_from', " myself@my.com " ); \\ My usual e-mail address ini_set( 'SMTP', "mail.bigpond.com" ); \\ My usual sender ini_set( 'smtp_port', 25 );
Rhys
source share