Jump to content
  • 0

Enable Email Verification in Flux?


Snap

Question


  • Group:  Members
  • Topic Count:  64
  • Topics Per Day:  0.01
  • Content Count:  186
  • Reputation:   0
  • Joined:  04/07/12
  • Last Seen:  

How? Can someone teach me?

Link to comment
Share on other sites

Recommended Posts


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  141
  • Reputation:   15
  • Joined:  01/08/12
  • Last Seen:  

For Malaysian user, Streamyx, Unifi and maybe more ISP are blocking port 25 on dynamic IP.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  78
  • Reputation:   0
  • Joined:  08/21/12
  • Last Seen:  

I GET THIS ERROR

 

Parse error: syntax error, unexpected '@', expecting ')' in /home/worldof/public_html/CP/config/application.php on line 53

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

Did you forget to enclose your email address in single quotes?

Can you paste the section of your application.php around line 53?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  45
  • Reputation:   1
  • Joined:  10/18/12
  • Last Seen:  

My fluxcp dont have Requireemailverification

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:  

My fluxcp dont have Requireemailverification

Hi dice4real,

 

Please do not grave dig old topics. Edit the file '/config/application.php' and search for "email".

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  197
  • Reputation:   13
  • Joined:  05/14/12
  • Last Seen:  

Hi everyone i done configuring email confirmation on my client website and its working fine using the own domain name with this setting, and one more thing make sure you that your webhost support incoming and outgoing for mail.

 

If you need help please contact us:

 

 

Note: the email confirmation sometimes goes to spam folders

	'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' => true,                    // 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'       => 'YourRO',             // The name displayed with the From e-mail address.
	'MailerUseSMTP'        => false,                    // 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'       => null,                     // 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'   => '[email protected]',                     // When MailerUseSMTP is true: Authorized username for SMTP server.
	'MailerSMTPPassword'   => 'yourpassword',                     // When MailerUseSMTP is true: Authorized password for SMTP server (for above user).
	'ServerStatusCache'    => 2,                        // Store a cached server status and refresh every X minutes.  Default: 2 minutes (value is measured in 

with result to:

 

YourRO Account Confirmation

You have received this e-mail because you or someone else has created an account with YourRO using this e-mail address. Point your browser to the below link to activate the account.

All unconfirmed accounts will be deleted from our system within 48 hour(s) of registration.

Account:  	pr3p
Confirm:  	http://Your-ro.com/?module=account&action=confirm&code=8130cd0bbbce37a552c5fa8a84ec9bc5&user=pr3p&login=YourRO
Note: This is an automated e-mail, please do not reply to this address.
Edited by pr3p
Link to comment
Share on other sites

×
×
  • Create New...