For sending an e-mail message from a PHP script we recommend to use the class Mail from the PEAR Mail.php package.
<?php
require_once 'Mail.php';
$mail = Mail::factory('mail');
$body = 'This is message text...';
$hdrs = array(
'From' => 'sender@example.com',
'Subject' => 'Message subject'
);
$mail->send('receiver@example.com', $hdrs, $body);
?>
For more configuration options you can read documentation related to this class.
We accept reports of problems or other inducements related to the use of our products and services.
helpdesk@platon.net +421 222 111 321
In case you need any help, contact us by e-mail or by phone.
Give a chance to our online help-center. You can find there more than:
Questions about our products or any specific request? Contact us.