Configuring email.php |
[eluser]Thorpe Obazee[/eluser]
[quote author="floweringmind88" date="1244727179"]I figured out how to send from my local mail server: $config['email']['protocol'] = 'smtp'; $config['email']['smtp_host'] = 'localhost'; $config['email']['smtp_user'] = ''; $config['email']['smtp_pass'] = ''; $config['email']['email_address'] = '[email protected]'; $config['email']['email_name'] = 'Localhost test'; $config['email']['smtp_port'] = '25'; $config['email']['mailtype'] = 'html'; $config['email']['charset'] = 'utf-8'; This site was also useful: http://www.crippleheart.com/staging/user...email.html[/quote] Does it have a similarity with this? |
Messages In This Thread |
Configuring email.php - by El Forum - 06-11-2009, 02:17 AM
Configuring email.php - by El Forum - 06-11-2009, 02:32 AM
Configuring email.php - by El Forum - 06-11-2009, 03:10 AM
Configuring email.php - by El Forum - 06-11-2009, 03:11 AM
|