> 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
|