Help - Search - Members - Calendar
Full Version: Phpbb3 Mail Smtp Mail Server...
Zymic Webmaster Forums > Web Design & Development > General Web Design Discussion
Kurisuellegarden
How do you set it up to use ANOTHER stmp server? I see that there is an option, but i don't understand how it works. o-o

Please help! biggrin.gif THANKS!
IamShipon1988
It really depends. Most users just direct their form towards a different server. Generally this can be done when users define the location of their host.
Ex:
CODE
var $Host = "my.smtphost.com";
var $SMTPAuth = true;
var $Username = "username";
var $Password = "password";


//EDIT
Just remembered what Bread told me: "Remote connections aren't permitted though".
thirumalai
QUOTE(IamShipon1988 @ May 23 2009, 03:57 AM) *
It really depends. Most users just direct their form towards a different server. Generally this can be done when users define the location of their host.
Ex:
CODE
var $Host = "my.smtphost.com";
var $SMTPAuth = true;
var $Username = "username";
var $Password = "password";


//EDIT
Just remembered what Bread told me: "Remote connections aren't permitted though".


Then mail server name?

Ed
We do not provide outgoing mail on the hosting by default due to the risk of being used for spam, you can have mail() functionality turned on for a one off $10 charge. Pop onto livechat and we'll inform you how to do so.
psdstuff
@iamshipon: u mean this way u can send mails from a script hosted on zymic??
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.