Revision 402
Added by ryan almost 18 years ago
index.php | ||
---|---|---|
360 | 360 |
</td> |
361 | 361 |
<td id="caption_smtp_server" colspan="2" style="color: <?php if(!isset($_SESSION['outgoing_mails']) OR $_SESSION['outgoing_mails'] == 'php') { echo '#FFF'; } else { echo '#666'; } ?>;">SMTP host:</td> |
362 | 362 |
<td> |
363 |
<input type="text" tabindex="20" id="smtp_server" name="smtp_server" style="display: <?php if(!isset($_SESSION['outgoing_mails']) OR $_SESSION['outgoing_mails'] == 'php') { echo 'none'; } else { echo 'block'; } ?>;" value="<?php if(isset($_SESSION['smtp_server'])) { echo $_SESSION['smtp_server']; } else { echo 'xxx.yourdomain.com'; } ?>" />
|
|
363 |
<input type="text" tabindex="20" id="smtp_server" name="smtp_server" style="display: <?php if(!isset($_SESSION['outgoing_mails']) OR $_SESSION['outgoing_mails'] == 'php') { echo 'none'; } else { echo 'block'; } ?>;" value="<?php if(isset($_SESSION['smtp_server'])) { echo $_SESSION['smtp_server']; } else { echo 'mail.example.com'; } ?>" />
|
|
364 | 364 |
</td> |
365 | 365 |
</tr> |
366 | 366 |
<tr> |
367 | 367 |
<td colspan="5"> |
368 |
<strong>Note:</strong><br \>Some mail provider (like GMX) do not deliver mails not send via SMTP to prevent spamming. |
|
369 |
To enable SMTP for all mails send out by Website Baker, you need to know the SMTP host of your domain.<br \> |
|
370 |
If you are not sure about the settings, or you do not know the SMTP host of your domain, stay with the default setting PHP mail(). You can change the settings |
|
371 |
later by modifying one entry in the config.php file. |
|
368 |
<div style="border: 1px solid #CCC; background-color: #EEE; padding: 5px;"> |
|
369 |
<strong> Please Note:</strong> |
|
370 |
<br \> |
|
371 |
Some service providers do not support sending mail via PHP. |
|
372 |
If your provider requires you to use SMTP for sending mail, you must know the SMTP host address. |
|
373 |
If you are not sure about these settings, or you do not know the SMTP host of your domain, use the default "PHP mail()" setting. |
|
374 |
You can change the settings later if needed. |
|
375 |
</div> |
|
372 | 376 |
</td> |
373 | 377 |
</tr> |
374 | 378 |
<tr> |
Also available in: Unified diff
Removed use of GMX name in installation