Saturday 15 June 2013

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



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

i using phpbb 3.0.12 , encountered issue: mail service services mail service ru recognising activation emails spam messages , homecoming them 550 error

oct 27 10:37:02 26sp postfix/smtp[31754]: 33347587974: to=, orig_to=, relay=mxs.mail.ru[217.69.139.150]:25, delay=2.5, delays=0.01/0/0.08/2.4, dsn=5.0.0, status=bounced (host mxs.mail.ru[217.69.139.150] said: 550 spam message rejected. please visit http://help.mail.ru/notspam-support/id?c=jdo_xlgudbbja8qmvnqezqshdemzpvtfdwpe_p3-ufg-37333wczdklwrjxdudkdcgaaapsvaaaariej or study details abuse@corp.mail.ru. error code: 5c3fda25b00d14b826c40363659e7a56430ca104c5f43e19fc440a77f1b9fefdf7bddfbe74b300df9c44d6a29dd2515d. id: 0000000a000095f42321ae00. (in reply end of info command))

550 error means users marked spam mailings forum , mail.ru categorized mailings spam. send request back upwards remove forum spam lists email notifications sended forum doesnt eaven emails in mail.ru.

question: want write don't send email activation if user entered ****@mail.ru in registration. im not familiar phpbb. can help me find function sending activation emails.

i'll appreciate help.

important! before making changes, create sure have in case things go wrong.

using ftp download site file - language/xx/ucp.php (where xx language code, eg. english language en)

open in proper text editor capable of saving files utf8 without bom , not word processor or notepad these can cause problems.

i'll give illustration using english language version thats utilize on site...

look for: 'ucp_admin_activate' => 'please note need come in valid e-mail address before business relationship activated. administrator review business relationship , if approved receive e-mail @ address specified.',

and: 'ucp_email_activate' => 'please note need come in valid e-mail address before business relationship activated. receive e-mail @ address provide contains business relationship activation link.',

you can alter message in these 2 lines suit needs. 1 time done, save , upload server using ftp.

php email forum phpbb3 activation

No comments:

Post a Comment