Mail SMTP

Can I change the mail so it works by using a custom SMTP?

Quote · 29 Dec 2009

The only possibility is currently here: http://www.expertzzz.com/Downloadz/view/6876


regards

Quote · 29 Dec 2009

is there any free ones?

Quote · 29 Dec 2009

Any answers anyone?

Quote · 1 Jan 2010

Without a mod there is little you can do. I do not know of any free ones.

You can override the SMTP server address and port by placing this at the bottom of your inc/header.inc.php file just befor the final closing ?>

ini_set("SMTP","smtp.yourserver.com");
ini_set("smtp_port","25");

However, this is all you can do with the built in mail function dolphin uses.

Most hosts now require outbound authentication to use their server, and some even SSL ports. So this would not work in most cases.

https://www.deanbassett.com
Quote · 1 Jan 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.