rroobb Posted September 25, 2007 Share Posted September 25, 2007 Hello, I am using xp pro. Php was installed by someone else. Is it possible to retreive user and password.? Ultimately I would like to test php forms offline by sending data to ms outlook. How is this set up? Any assistance would be appreciated. Thanks in advance. Link to comment https://forums.phpfreaks.com/topic/70568-email-via-localhost/ Share on other sites More sharing options...
cooldude832 Posted September 25, 2007 Share Posted September 25, 2007 You can't send mail unless you have a mail server, and if you do there is a P.E.A.R function library dealing with internal mailing that will do what your asking. Link to comment https://forums.phpfreaks.com/topic/70568-email-via-localhost/#findComment-354593 Share on other sites More sharing options...
rroobb Posted September 26, 2007 Author Share Posted September 26, 2007 Hello cooldude832, thankyou for replying, yes i am using apache as localhost which i have already set up on XP pro, ready to send data to MS outlook, do i still use the P.E.A.R function for this? Link to comment https://forums.phpfreaks.com/topic/70568-email-via-localhost/#findComment-355445 Share on other sites More sharing options...
prime Posted September 26, 2007 Share Posted September 26, 2007 you can just mail or mime mail. the latter is a pear function. either way, what you need to understand is that php doesn't actualy send the email itself, it just tells the mail client on the configured server to send it Link to comment https://forums.phpfreaks.com/topic/70568-email-via-localhost/#findComment-355467 Share on other sites More sharing options...
youscript Posted September 26, 2007 Share Posted September 26, 2007 Can't get user name and password. Link to comment https://forums.phpfreaks.com/topic/70568-email-via-localhost/#findComment-355469 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.