Log in

View Full Version : email system prob, help required urgently


magicman17
02-12-2009, 07:21 AM
Hey guys i am having problems with my email system. My users are not getting their PM notifications and Subscription sent to them anymore. I need someone who can fix this for me. Any help appreciated guys. Thanks.

I downloaded this mod hoping it improve my email system now i want to get rid of it as it has effected my site. Can anyone help me get my site back to sending out emails and stuff.
https://vborg.vbsupport.ru/showthread.php?t=167274

Thanks guys.

vbplusme
02-12-2009, 08:05 AM
Have you tried to uninstall it? From the looks of the installation instructions, you will have to back out the changes you made when you installed the hack.

snakes1100
02-12-2009, 02:47 PM
To trouble shoot the email system correctly, you need to first use the maintenance feature in the admincp --> Maintenance --> Diagnostics --> Email

You can also try the smtp option in vbulletin admincp --> vbulletin options --> email options

If neither option works, you would have to view your email log on the server and find out why email is not being sent out, this would require root access to the server.

vbplusme
02-12-2009, 11:29 PM
While I concur with the troubleshooting advice in general, I believe that some of the installation steps for the hack that is installed (if they are still enabled) may be preventing your "standard" email access from being accessed, specifically,
Step 1.

In admincp/email.php

find ;

vbmail($user['email'], $vbulletin->GPC['subject'], $sendmessage, true, $vbulletin->GPC['from']);

change to ;

vbmail($user['email'], $vbulletin->GPC['subject'], $sendmessage, false, $vbulletin->GPC['from']); // Paul M - Queue Admin Mail //



Step 2.

In includes/functions.php

find ;

exec_mail_queue();

change to ;

// exec_mail_queue(); // Paul M - Cron Mail Queue Hack //

magicman17
02-13-2009, 06:06 AM
Problem has been solved guys thanks so much for the info/tips :)

vbplusme
02-13-2009, 06:48 AM
very cool but you can bet that someone else is going to have the same problem and we still don't know what the solution is/was?:D