php - phpBB3 - dont send activation email for certain mail services -


I am using phpBB 3.0.12 and have faced the problem: something Identifying mail services such as mail Aryu activation, my emails like spam messages and 550 error

October 26 10: 37:02 26sp postfix / smtp [31754] : 33347587974: From = Orig_to =, relay = mxs.mail.ru [217.69.139.150]: 25, Delay = 2.5, Delay = 0.01 / 0 / 0.08 / 2.4, DSN = 5.0.0, Status = Bounce (host mxs. Mail.ru [217.6 9] .139.150] said: 550 spam messages were rejected. Go to se@corp.mail.ru or report error code: 5C3FDA25B00D14B826C40363659E7A56430CA104C5F43E19FC440A77F1B9FEFDF7BDDFBE74B300DF9C44D6A29DD2515D.ID: 0000000A000095F42321AE00. (In response to the expiration of data command)

550 error Means that users marked as spam mailing from forums and mail.ru classify a mailing in the form of spam. I am already sending requests to support the removal of a forum from the spam list but send emails to send email notifications to any email sent by the forum. Ru

Question: If I have been entered by the user in the Don registration, then do not send email activation. But I am not familiar with phpBB. Someone can help me get the function to send activation email.

I would appreciate any help.

Important!

Use this FTP file from your site - language / xx / ucp.php (before making any changes, make sure that you have a problem). Where xx is a language code, like it is n for English)

open it in the appropriate text editor which is able to save files without UTF8 And not as a word processor or notepad can cause these problems.

I use the English version to give you an example of what I use on my site ...

Search for: 'UCP_ADMIN_ACTIVATE' = & gt; 'Please note that you must enter a valid e-mail address before your account can be activated. The administrator will review your account and if you receive an email at the address you specify, you will be approved. ',

and: ' UCP_EMAIL_ACTIVATE '= & gt; 'Please note that you must enter a valid e-mail address before your account can be activated. You will receive an e-mail at the address that you provide, which contains the account activation link. ',

You can change the message in these two lines according to your needs. Back up, save and upload to your server using FTP.


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -