1 tommysharp Mar 04, 2007 22:26
3 tommysharp Mar 05, 2007 21:43
Does it matter where in the file I put the code?
4 blueyed Mar 05, 2007 22:56
I'd put them at the end, before the closing PHP tag ("?>") - with an additional comment that and why you've added them.
5 gr8dude Mar 24, 2007 17:58
Hmm, I am a bit confused; in a similar thread, blueyed wrote that SMTP in b2evo can be used if a lot of things are changed in the code ( http://forums.b2evolution.net/viewtopic.php?t=11204&highlight=smtp )
Is there a way to use an SMTP server instead of PHP's mail() function in b2evo?
6 blueyed Mar 24, 2007 19:49
gr8dude, this theread here is "just" about setting PHP settings ("ini_set()").
the above settings are for PHP's mail function, but mail() only uses smtp under windows.
Add the same lines to /conf/_basic_config.php.