Topic: web server sandbox (email part) (Read 981 times)
OMG!I am geek
Posts: 53
406 credits Members referred : 0
« on: Mar 22, 2009, 08:30:55 pm »
I want to create a sandbox server for web development since I am trying not to be a hermit and stay in my house all the time. It's spring and nice out.
Most of it is pretty easy, but i am not having any luck with the email side of it. I have some script i been playing around with and would like to set up something where it will email to the address but be contained inside the sandbox since i wont have internet access. I still need to read the email it send to make sure that the scripts are working so it would have to be contained in a way to be able to retrieve it from within itself. is there anything on this? I tried searching google, but didnt come out with anything that i got working.
Global Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6690
34708 credits Members referred : 374
OMG!I am geek
Posts: 53
406 credits Members referred : 0
« Reply #2 on: Mar 23, 2009, 12:08:42 am »
well the os doesn't really matter to me. I just looking for a testing box that would allow me to use the script to send email but contain itself so i can some web development while offline and still see if the mail parts are working with everything else
Global Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6690
34708 credits Members referred : 374
I am a metal monkey!
Administrator Community Supporter?
Jedai Sword Master
Gender:
Posts: 5660
45593 credits Members referred : 3
« Reply #4 on: Mar 23, 2009, 10:48:27 am »
I always use internet SMTP servers with a php class that can handle that (Swift) so it doesn't matter if the site runs on my development server, my laptop, or the production server.
Of course you need to be connected in order to test things this way.
OMG!I am geek
Posts: 53
406 credits Members referred : 0
« Reply #5 on: Mar 23, 2009, 10:20:22 pm »
i ended up getting it to work. got the latest ubuntu server and installed lamp and mail server. set the mail server to local and set the few other options for that. then created a catch all for it and it works fine for a offline sandbox.
now i can goto the park and geek out while watching three's company with the big burny thing in the sky =P
Chicken-run Manager
Gender:
Posts: 9
58 credits Members referred : 0
Judith Belt, Frederick Maryland
« Reply #6 on: Nov 15, 2009, 10:27:15 am »
What is a "web server sandbox"?
Global Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6690
34708 credits Members referred : 374