> 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 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Codestriker-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/codestriker-user
