SylvainTI / reduxauth

Automatically exported from code.google.com/p/reduxauth
0 stars 0 forks source link

Add email sender email & address to redux config fields #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When sent, there's no name or email address in the from field of
Redux-generated emails. 

Adding 2 redux config settings (email address and name), as well as adding
those config values to the 3 library functions that send email solves this.
quick and easy fix. 

What version of the product are you using? On what operating system?

Beta 2

Please provide any additional information below.

(really enjoying this lib so far. very clean and simple.)

Original issue reported on code.google.com by helloin...@gmail.com on 26 Feb 2009 at 5:48

GoogleCodeExporter commented 9 years ago
Actually, if you just edit the email.php config to look like this :

$config['protocol']  = 'smtp';
$config['smtp_host'] = 'ssl://smtp.googlemail.com';

The values in the actual project config are not correct(maybe correct with older
versions I'm not sure).

Original comment by jmorris...@gmail.com on 25 Jan 2010 at 11:21