vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Number of Queued E-Mails (https://vborg.vbsupport.ru/showthread.php?t=308618)

helmer.co 02-19-2014 09:46 PM

Number of Queued E-Mails
 
In my admincp it shows Number of Queued E-Mails 20.

How do I clear this?

I have all emails turned off except for notify admin on new user signup and send email on PM. I am receiving email fine except I have had this que display for a month now.

kh99 02-19-2014 10:21 PM

If you don't want those emails sent, you can truncate the mailqueue table in the database.

helmer.co 02-19-2014 10:30 PM

Quote:

Originally Posted by kh99 (Post 2482482)
If you don't want those emails sent, you can truncate the mailqueue table in the database.

Thank you for the reply. is there a way to have the system change them? I changed the que from 60 to 5 and went to the timed task to send them and no differce. I actually do not want any que at all, what should I change it too?

Lynne 02-19-2014 10:48 PM

You can turn off queuing in AdminCP > Settings > Options > email options > Use Cron Based Sending > No

helmer.co 02-19-2014 10:59 PM

Quote:

Originally Posted by Lynne (Post 2482494)
You can turn off queuing in AdminCP > Settings > Options > email options > Use Cron Based Sending > No

Thank you for your reply. I already had that option set to no. I wonder if that is why I still show emails in the que. Since it was only 20 and I had the que set to 60 "don't know why". I wonder if when I disabled the cron job it left them stuck in the que?

I am currently getting email right away without problems.

Lynne 02-19-2014 11:10 PM

If you didn't empty the queue first and then turned off email queuing, then you will still have the emails sitting in the queue.

helmer.co 02-20-2014 01:52 AM

Quote:

Originally Posted by Lynne (Post 2482505)
If you didn't empty the queue first and then turned off email queuing, then you will still have the emails sitting in the queue.

I tured the que back on and went to the cron job to send email. Did not make a difference, still shows 20 in ques. Any ideas?

ozzy47 02-20-2014 01:54 AM

Run this query:

Code:

TRUNCATE TABLE mailqueue;

helmer.co 02-20-2014 02:17 AM

Thanks Ozzy!

ozzy47 02-20-2014 02:21 AM

Actually kh99 said to do that in post #2 but just forgot to provide the code. :)


All times are GMT. The time now is 01:22 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01105 seconds
  • Memory Usage 1,726KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete