Welcome Guest, Not a member yet? Register   Sign In
email verification with Redux Auth on MT hosting
#1

[eluser]Fenix[/eluser]
Can anybody help me figure out why my registration verification emails aren't sending with Redux Auth? Everything during the registration process works but the SMTP email settings are probably wrong. I use Media Temple hosting. Has anybody else figured out sending email on Media Temple?

These are the Redux Auth configurations for sending email...
Code:
/*
|--------------------------------------------------------------------------
| Email Settings
|--------------------------------------------------------------------------
|
| 'mailtype' : text or html.
| 'protocol' : The mail sending protocol.
| 'smtp_host' : SMTP Server Address.
| 'smtp_user' : SMTP Username.
| 'smtp_pass' : SMTP Password.
| 'smtp_port' : SMTP Port.
| 'mail_from_email' : Sets the email address of the person sending the email
| 'mail_from_namae' : Sets the name of the person sending the email
*/
$config['auth']['mail']['mailtype']    = 'html';
$config['auth']['mail']['protocol']     = 'smtp';
$config['auth']['mail']['smtp_host']     = 'mail.mydomain.com';
$config['auth']['mail']['smtp_user']     = '[email protected]';
$config['auth']['mail']['smtp_pass']     = 'mypassword';
$config['auth']['mail']['smtp_port']     = '587';
$config['auth']['mail_from_email']     = '[email protected]';
$config['auth']['mail_from_name']     = 'My Website';


Messages In This Thread
email verification with Redux Auth on MT hosting - by El Forum - 10-11-2008, 02:49 PM
email verification with Redux Auth on MT hosting - by El Forum - 10-24-2008, 12:01 AM
email verification with Redux Auth on MT hosting - by El Forum - 12-18-2008, 06:31 PM



Theme © iAndrew 2016 - Forum software by © MyBB