Jump to content
  • 0

validation email not received


max65

Question


  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.02
  • Content Count:  120
  • Reputation:   1
  • Joined:  10/02/18
  • Last Seen:  

 

Hi rathena , have a problèm's , my site and forum attack by bots , i would like Verification on my site but he tell me when i create account that:

image.png.6ccb5de8775e176bb0b15caada8cd43a.png

 but I do not receive the confirmation email.

i use Gmail and my configuration are:

	'AllowUserInPassword'  => false,                    // Whether or not to allow the password to contain the username. (NOTE: A case-insensitive search is performed)
	'AllowDuplicateEmails' => false,                    // Whether or not to allow duplicate e-mails to be used in registration. (See Mailer config options)
	'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'       => 'TheFairiesOfRo',             // The name displayed with the From e-mail address.
	'MailerUseSMTP'        => false,                    // 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'      => 'ssl://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'   => '------------',     

1196394041_Sanstitre.thumb.png.a4022439f036480782de14995e0341e7.png

can you help me plz.

Edited by max65
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Developer
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  292
  • Reputation:   199
  • Joined:  05/03/13
  • Last Seen:  

Well i dont understand the second screenshot but you probably messed up with your email-server.

FluxCP is probably not the fault here.

Link to comment
Share on other sites

  • 0

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3123
  • Reputation:   1617
  • Joined:  03/26/12
  • Last Seen:  

"ssl://smtp.gmail.com" is not a valid host. Just use smtp.gmail.com

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...