Re: [Codestriker-user] changing default SMTP port
Brought to you by:
sits
|
From: David S. <dav...@gm...> - 2009-08-06 02:08:20
|
> Hello, > Is there a way to change default SMTP Mail Server port used in codestriker > from port 25 to another port nmber, such as 587 if using the gmail SMTP > server? I haven't tried this, but in theory, setting $mailhost in codestriker.conf to be something like the following should work: $mailhost = 'smtp.gmail.com:587'; Cheers, David |