insanepenguin Posted May 5, 2010 Share Posted May 5, 2010 The book I'm working through has started using web form to email scripts and I was wondering how to edit my php.ini to work via localhost, do I need to install some sort of SMTP server on my computer? (using WAMP) thanks a lot Michael Link to comment https://forums.phpfreaks.com/topic/200800-localhost-smtp-server-help/ Share on other sites More sharing options...
Ty44ler Posted May 5, 2010 Share Posted May 5, 2010 You have to have an SMTP server to run through. You may be able to use your ISP's. Depends on what their terms of service are. You set it in the php.ini. Just search for SMTP in the file and the first or second line should be one of the correct ones. Link to comment https://forums.phpfreaks.com/topic/200800-localhost-smtp-server-help/#findComment-1053627 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.