Page 1 of 1
Is http://swiftmailer.org/ Down?
Posted: Sun Mar 22, 2009 9:44 am
by montego
I was trying to check up on the progress at
http://swiftmailer.org/ and all I get is a blank page. I'll admit, I have been around in awhile, so not sure if that domain has moved somewhere, but Google seems to think its still valid.
Re: Is http://swiftmailer.org/ Down?
Posted: Sun Mar 22, 2009 10:16 am
by jayshields
It's down for me too. If you want to download the latest version, use GitHub
http://github.com/swiftmailer
Re: Is http://swiftmailer.org/ Down?
Posted: Sun Mar 22, 2009 5:06 pm
by Chris Corbyn
Thanks for the heads up, I was completely unaware
Fixed.
Re: Is http://swiftmailer.org/ Down?
Posted: Sun Mar 22, 2009 7:17 pm
by mike_h
Unfortunately the site was down just when I needed the documentation

Re: Is http://swiftmailer.org/ Down?
Posted: Mon Mar 23, 2009 12:55 am
by Chris Corbyn
Blame my "git submodule" n00biness
I'd made changes yesterday that involved a change to a submodule, but I assumed my "git pull" on the production server would update the submodules too... but it didn't, and there was a fatal error
That's my first git pet peeve I've come across so far.