How can I send an email with PHP in DWebPro?
DWebPro includes a stand alone SMTP server that enables you to send emails directly from the hosted Web site as you do on the Internet. By default, DWebPro starts the SMTP server on the first empty port to avoid conflicts with other servers running on the same machine. If you want to send an email from your PHP code using the mail() function (see http://www.php.net/manual/en/function.mail.php), you need to first set the smtp_port directive with the port value on which the DWebPro SMTP server is listening.