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';
#2

[eluser]little brittle[/eluser]
I wasn't able to get smtp working with Media Temple. However, sendmail worked fine.
#3

[eluser]opel[/eluser]
I have mt hosting but still wokring locally, no smtp on MAMP, can you tell me if you had to alter anything for sendmail ?




Theme © iAndrew 2016 - Forum software by © MyBB