We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Local Windows install / email question | Forum

Topic location: Forum home » Support » General Questions
Hal
Hal Dec 1 '14
Hello all - I installed Oxwall on Windows 8 using WAMP.  Everything seems to be working except the emails.  My question is do I need to run a mail server on my Windows box, or is there a way to configure Oxwall to send via an SMTP server (gmail, yahoo, etc.)?


- I see if I used XAMPP there is a way to configure SMTP within XAMPP.  It doesn't look like WAMP has that option.

- I configured the cron job as a .bat file and set it up to run once a minute as a scheduled task, and that seems to be working (at least not generating errors).


Thanks for the assistance!

Hal
Hal Dec 8 '14
Thanks Ross.  I think the most helpful information I found was this:


http://stackoverflow.com/questions/16830673/wamp-send-mail-using-smtp-localhost


One of the answers shows links to 5 different methods.  Very helpful.  I chose the 'fake sendmail' method since I saw logic in the oxwall/php_mailer/ow_libraries/class.phpmailer.php file that checked for the path of sendmail in /usr/lib.  The logic seemed to indicate that if it found /usr/lib/sendmail, oxwall would use it to send email.  However, it doesn't seem to be working.  When it comes time to send an email (when a user joins, for example), it will hang indefinitely 'waiting for localhost'.  I know that the sendmail program is working because I'm able to send successfully from a php script I put together for testing, but it's not working from oxwall.


If anyone has been down this path before, and got it working, I'd really appreciate it if you could point me in the right direction.  Local install, Windows 8, WAMP stack.  Thanks!



ross Team
ross Dec 10 '14
Have you tried this solution: http://stackoverflow.com/...o-send-email/5773346