Revision 403
Added by ryan almost 18 years ago
save.php | ||
---|---|---|
268 | 268 |
// Get the SMTP server settings and check if valid |
269 | 269 |
$smtp_server_used = "mail.example.com"; |
270 | 270 |
if(isset($_POST['outgoing_mails']) AND $_POST['outgoing_mails']=="smtp") { |
271 |
if($_POST['smtp_server'] == "" || $_POST['smtp_server'] == "xxx.yourdomain.com") {
|
|
271 |
if($_POST['smtp_server'] == "" || $_POST['smtp_server'] == "mail.example.com") {
|
|
272 | 272 |
set_error('Please define the SMTP host (Step 7) of your domain or choose option PHP mail().'); |
273 | 273 |
} else { |
274 | 274 |
$smtp_server_used = $_POST['smtp_server']; |
Also available in: Unified diff
Fixed bug in installer