Where to modify SMTP mail server info?
Posted by: lcamp10 (146.235.66.---)
Date: March 09, 2007 11:50PM

Upon the original setup of WAMP5, I left the SMTP info as the default setting (I think it was 'localhost' but now I'd like to change it to my real mail setting. Where do I go to find that? I briefly looked around but nothing is jumping out at me or looks obvious. Any suggestion would be great!

Thanks!

Options: ReplyQuote
Re: Where to modify SMTP mail server info?
Posted by: CyberSpatium (71.237.217.---)
Date: March 10, 2007 10:06PM

wamp does not come with a smtp server, so you can not send emails with your php scripts, even if you did enter the correct smtp info. the easiest way to get to sent mail is to use a php class framework called phpMailer. it is open source, so you can use it for commercial purposes, and even change the source code and do not have to worry about paying any licensing fees

this site also has tons of documentation and tutorials on how to use the class.

[phpmailer.sourceforge.net]



CyberSpatium
----------------------
WAMP English Forum Admin

Options: ReplyQuote
Re: Where to modify SMTP mail server info?
Posted by: jason101 (---.ss.shawcable.net)
Date: March 10, 2007 10:07PM

Which smtp sever are you using?

Options: ReplyQuote
Re: Where to modify SMTP mail server info?
Posted by: CyberSpatium (71.237.217.---)
Date: March 10, 2007 10:30PM

for security reasons, i did not install a smtp server. I use phpMailer in all my scripts


CyberSpatium
----------------------
WAMP English Forum Admin.

Options: ReplyQuote


Sorry, only registered users may post in this forum.