Jump to content
  • 0

Flux CP Email Verification Problem


Limestone

Question


  • Group:  Members
  • Topic Count:  155
  • Topics Per Day:  0.03
  • Content Count:  647
  • Reputation:   16
  • Joined:  11/21/11
  • Last Seen:  

"Your account has been created, but unfortunately we failed to send an e-mail due to technical difficulties. Please contact a staff member and request for assistance."

how to fix this?

Here's my Application.php

 'RequireEmailConfirm'  => true,					// Require e-mail confirmation during registration.
'RequireChangeConfirm' => false,					// Require confirmation when changing e-mail addresses.
'EmailConfirmExpire'   => 48,					   // E-mail confirmations expire hours. Unconfirmed accounts will expire after this period of time.
'MailerFromAddress'	=> ,[email protected]',	  // The e-mail address displayed in the From field.
'MailerFromName'	   => 'TestRO Account Confirmation',			 // The name displayed with the From e-mail address.
'MailerUseSMTP'		=> true,					// Whether or not to use a separate SMTP server for sending mail.
'MailerSMTPUseSSL'	 => false,					// Whether or not mailer should connect using SSL (yes for GMail).
'MailerSMTPUseTLS'	 => false,					// Same as above SSL setting, but for TLS.  This setting will override the SSL setting.
'MailerSMTPPort'	   => 465,					 // When MailerUseSMTP is true: SMTP server port (mailer will default to 25).
'MailerSMTPHosts'	  => null,					 // When MailerUseSMTP is true: A string host or array of hosts (e.g., 'host1' or array('host1', 'backuphost')).
'MailerSMTPUsername'   => testro,					 // When MailerUseSMTP is true: Authorized username for SMTP server.
'MailerSMTPPassword'   => 123456,					 // When MailerUseSMTP is true: Authorized password for SMTP server (for above user).

And BTW, I'm using Yahoo Mail.

Edited by Rage
Link to comment
Share on other sites

20 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  530
  • Reputation:   33
  • Joined:  01/17/12
  • Last Seen:  

can't make it to work with gmail too or im not sure if I'm putting the right port or ssl tls settings :D

Edited by ngek202
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  155
  • Topics Per Day:  0.03
  • Content Count:  647
  • Reputation:   16
  • Joined:  11/21/11
  • Last Seen:  

same problem ngek202?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  530
  • Reputation:   33
  • Joined:  01/17/12
  • Last Seen:  

yeah and sometimes the cp hangs btw im trying it with google., though from my past server I've managed to make it work :D

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  155
  • Topics Per Day:  0.03
  • Content Count:  647
  • Reputation:   16
  • Joined:  11/21/11
  • Last Seen:  

aw.. hmm what should we do now? coz many players spamming accounts :D

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  530
  • Reputation:   33
  • Joined:  01/17/12
  • Last Seen:  

yeah that's one thing I hate too, I've tried Ceres too but no luck

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  633
  • Reputation:   78
  • Joined:  11/14/11
  • Last Seen:  

I think the SMTP username and password is the email address you will use to send emails.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  530
  • Reputation:   33
  • Joined:  01/17/12
  • Last Seen:  

This is my configuration. is this correct?

'RequireEmailConfirm'  => true,					// Require e-mail confirmation during registration.
'RequireChangeConfirm' => false,					// Require confirmation when changing e-mail addresses.
'EmailConfirmExpire'   => 48,					   // E-mail confirmations expire hours. Unconfirmed accounts will expire after this period of time.
'MailerFromAddress'	=> 'noreply@localhost',	  // The e-mail address displayed in the From field.
'MailerFromName'	   => 'MailerName',			 // The name displayed with the From e-mail address.
'MailerUseSMTP'		=> true,					// Whether or not to use a separate SMTP server for sending mail.
'MailerSMTPUseSSL'	 => false,					// Whether or not mailer should connect using SSL (yes for GMail).
'MailerSMTPUseTLS'	 => true,					// Same as above SSL setting, but for TLS.  This setting will override the SSL setting.
'MailerSMTPPort'	   => 465,					 // When MailerUseSMTP is true: SMTP server port (mailer will default to 25).
'MailerSMTPHosts'	  => 'smtp.gmail.com',					 // When MailerUseSMTP is true: A string host or array of hosts (e.g., 'host1' or array('host1', 'backuphost')).
'MailerSMTPUsername'   => '[email protected]',					 // When MailerUseSMTP is true: Authorized username for SMTP server.
'MailerSMTPPassword'   => 'password',					 // When MailerUseSMTP is true: Authorized password for SMTP server (for above user).

Edited by ngek202
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  155
  • Topics Per Day:  0.03
  • Content Count:  647
  • Reputation:   16
  • Joined:  11/21/11
  • Last Seen:  

i Have error on this line

'MailerSMTPUsername'   => '[email protected]',	  // When MailerUseSMTP is true: Authorized username for SMTP server.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  633
  • Reputation:   78
  • Joined:  11/14/11
  • Last Seen:  

i Have error on this line

'MailerSMTPUsername'   => '[email protected]',	  // When MailerUseSMTP is true: Authorized username for SMTP server.

I think that will be the account you will use to send email. its not [email protected]

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  707
  • Reputation:   168
  • Joined:  01/26/12
  • Last Seen:  

Hi ngek202,

You have incorrectly assigned the GMail SMTP server in your 'application.php'.

For the GMail's SSL SMTP, it should be...

'MailerUseSMTP' => true, // Whether or not to use a separate SMTP server for sending mail.
'MailerSMTPUseSSL'  => true, // Whether or not mailer should connect using SSL (yes for GMail).
'MailerSMTPUseTLS'  => false, // Same as above SSL setting, but for TLS.  This setting will override the SSL setting.
'MailerSMTPPort'    => 465,  // When MailerUseSMTP is true: SMTP server port (mailer will default to 25).
'MailerSMTPHosts'   => 'smtp.gmail.com',  // When MailerUseSMTP is true: A string host or array of hosts (e.g., 'host1' or array('host1', 'backuphost')).
'MailerSMTPUsername'   => '[email protected]',  // When MailerUseSMTP is true: Authorized username for SMTP server.
'MailerSMTPPassword'   => 'password',  // When MailerUseSMTP is true: Authorized password for SMTP server (for above user).

For the GMail's TLS SMTP, it should be...

'MailerUseSMTP' => true, // Whether or not to use a separate SMTP server for sending mail.
'MailerSMTPUseSSL'  => false, // Whether or not mailer should connect using SSL (yes for GMail).
'MailerSMTPUseTLS'  => true, // Same as above SSL setting, but for TLS.  This setting will override the SSL setting.
'MailerSMTPPort'    => 587,  // When MailerUseSMTP is true: SMTP server port (mailer will default to 25).
'MailerSMTPHosts'   => 'smtp.gmail.com',  // When MailerUseSMTP is true: A string host or array of hosts (e.g., 'host1' or array('host1', 'backuphost')).
'MailerSMTPUsername'   => '[email protected]',  // When MailerUseSMTP is true: Authorized username for SMTP server.
'MailerSMTPPassword'   => 'password',  // When MailerUseSMTP is true: Authorized password for SMTP server (for above user).

If the SSL SMTP setting does not work properly, try using...

'MailerSMTPHosts'   => 'ssl://smtp.gmail.com',  // When MailerUseSMTP is true: A string host or array of hosts (e.g., 'host1' or array('host1', 'backuphost')).

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  155
  • Topics Per Day:  0.03
  • Content Count:  647
  • Reputation:   16
  • Joined:  11/21/11
  • Last Seen:  

Hi ngek202,

You have incorrectly assigned the GMail SMTP server in your 'application.php'.

For the GMail's SSL SMTP, it should be...

'MailerUseSMTP' => true, // Whether or not to use a separate SMTP server for sending mail.
'MailerSMTPUseSSL'  => true, // Whether or not mailer should connect using SSL (yes for GMail).
'MailerSMTPUseTLS'  => false, // Same as above SSL setting, but for TLS.  This setting will override the SSL setting.
'MailerSMTPPort'	=> 465,  // When MailerUseSMTP is true: SMTP server port (mailer will default to 25).
'MailerSMTPHosts'   => 'smtp.gmail.com',  // When MailerUseSMTP is true: A string host or array of hosts (e.g., 'host1' or array('host1', 'backuphost')).
'MailerSMTPUsername'   => '[email protected]',  // When MailerUseSMTP is true: Authorized username for SMTP server.
'MailerSMTPPassword'   => 'password',  // When MailerUseSMTP is true: Authorized password for SMTP server (for above user).

For the GMail's TLS SMTP, it should be...

'MailerUseSMTP' => true, // Whether or not to use a separate SMTP server for sending mail.
'MailerSMTPUseSSL'  => false, // Whether or not mailer should connect using SSL (yes for GMail).
'MailerSMTPUseTLS'  => true, // Same as above SSL setting, but for TLS.  This setting will override the SSL setting.
'MailerSMTPPort'	=> 587,  // When MailerUseSMTP is true: SMTP server port (mailer will default to 25).
'MailerSMTPHosts'   => 'smtp.gmail.com',  // When MailerUseSMTP is true: A string host or array of hosts (e.g., 'host1' or array('host1', 'backuphost')).
'MailerSMTPUsername'   => '[email protected]',  // When MailerUseSMTP is true: Authorized username for SMTP server.
'MailerSMTPPassword'   => 'password',  // When MailerUseSMTP is true: Authorized password for SMTP server (for above user).

If the SSL SMTP setting does not work properly, try using...

'MailerSMTPHosts'   => 'ssl://smtp.gmail.com',  // When MailerUseSMTP is true: A string host or array of hosts (e.g., 'host1' or array('host1', 'backuphost')).

i have error sir.

'MailerSMTPUsername'   => '[email protected]',  // When MailerUseSMTP is true: Authorized username for SMTP server.[font=monospace]

[/font]

in "@".. i think in the username.. i will not use @.

Edited by Emistry
Change Codebox to Code to wrap short content
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  162
  • Reputation:   3
  • Joined:  01/23/12
  • Last Seen:  

does anyone know how this thing works, i have tried several settings using my yahoo mail and gmail but still cant make the email verification to work. i have also read through many guide. need help

Edited by Myrmiddon
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  1942
  • Reputation:   197
  • Joined:  01/08/12
  • Last Seen:  

only gmail can use smtp for free. if you use yahoo you need to upgrade you account for you to able to use smtp.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  707
  • Reputation:   168
  • Joined:  01/26/12
  • Last Seen:  

does anyone know how this thing works, i have tried several settings using my yahoo mail and gmail but still cant make the email verification to work. i have also read through many guide. need help

Hi Kanage,

Can you show up a copy of your configuration for the gmail? Also, have you enabled POP for your gmail account?

http://support.google.com/mail/bin/answer.py?hl=en&answer=13287

Enable POP: https://support.google.com/mail/bin/answer.py?hl=en&answer=13273

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  113
  • Reputation:   2
  • Joined:  10/29/12
  • Last Seen:  

Fixed. NVM I used TSL configuration. Works fine :)

Here are my settings. any help?

*POP enabled in Gmail. LINK to config

'RequireEmailConfirm'  => false,
'RequireChangeConfirm' => false,
'EmailConfirmExpire'   => 48,
'MailerFromAddress'	=> '[email protected]',
'MailerFromName'	   => 'OracleRO',
'MailerUseSMTP'		=> true,
'MailerSMTPUseSSL'	 => true,
'MailerSMTPUseTLS'	 => false,
'MailerSMTPPort'	   => 465,
'MailerSMTPHosts'	  => 'ssl://smtp.gmail.com',
'MailerSMTPUsername'   => '[email protected]',

Edited by pandaplaygames
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  84
  • Topics Per Day:  0.02
  • Content Count:  550
  • Reputation:   9
  • Joined:  11/06/12
  • Last Seen:  

Help..
having problem with email verification also.. i already enabled POP in my Gmail account and this is my configuration

 

'RequireEmailConfirm' => true,
'RequireChangeConfirm' => false,
'EmailConfirmExpire' => 48,
'MailerFromAddress'    => '[email protected]',
'MailerFromName'     => 'KyrosRO',
'MailerUseSMTP'        => true,
'MailerSMTPUseSSL'     => true,
'MailerSMTPUseTLS'     => false,
'MailerSMTPPort'     => 465,
'MailerSMTPHosts'     => 'ssl://smtp.gmail.com',
'MailerSMTPUsername' => '[email protected]',
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  707
  • Reputation:   168
  • Joined:  01/26/12
  • Last Seen:  

Help..

having problem with email verification also.. i already enabled POP in my Gmail account and this is my configuration

 

'RequireEmailConfirm' => true,
'RequireChangeConfirm' => false,
'EmailConfirmExpire' => 48,
'MailerFromAddress'    => '[email protected]',
'MailerFromName'     => 'KyrosRO',
'MailerUseSMTP'        => true,
'MailerSMTPUseSSL'     => true,
'MailerSMTPUseTLS'     => false,
'MailerSMTPPort'     => 465,
'MailerSMTPHosts'     => 'ssl://smtp.gmail.com',
'MailerSMTPUsername' => '[email protected]',

Hi Erba,

 

Use PHP mail instead of SMTP; switch 'MailerUseSMTP' to false.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  84
  • Topics Per Day:  0.02
  • Content Count:  550
  • Reputation:   9
  • Joined:  11/06/12
  • Last Seen:  

how to make it to php mail sir?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  10/19/13
  • Last Seen:  

Bump, im having the same problem

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  707
  • Reputation:   168
  • Joined:  01/26/12
  • Last Seen:  

how to make it to php mail sir?

Hi Erba,

Right here...

'MailerUseSMTP'        => false,
Link to comment
Share on other sites

×
×
  • Create New...