The vB Geek

Go Back   The vB Geek > vB Geek Products > Geek Gazette

Geek Gazette GAZ is a community newsletter management system.

Advertisement
  Learn how to remove ads

Reply
 
Thread Tools Display Modes
  #1  
Old 03-15-2009, 11:20 AM
Ramses Ramses is offline
Senior Member
 
Join Date: Dec 2005
Posts: 265
Geek Article and Review System License Holder Geek Gazette License Holder 
Default resume sending

Yesterday I tried to send out manually the first newsletter, after 1200 mails (from 11000) it stops sending.
Several times I clicked on resume sending and it was listing the last 6 sended mails and Sending... (~10071 remaining) but it does not continue sending.
Has anybody tried before successful to resume the sending of newsletters?
Reply With Quote
  #2  
Old 03-17-2009, 06:51 PM
Ramses Ramses is offline
Senior Member
 
Join Date: Dec 2005
Posts: 265
Geek Article and Review System License Holder Geek Gazette License Holder 
Default

Ok, I found out why it stopped sending and didn't resume. There was an email **@v22823.innertrace.de the system won't process everytime if it come to this place, after deleting it was resuming.
So I think this is a bug it would be fine to check for this issue.

Last edited by Ramses; 03-17-2009 at 06:53 PM..
Reply With Quote
  #3  
Old 03-17-2009, 07:39 PM
Morgan's Avatar
Morgan Morgan is offline
Administrator
 
Join Date: Jul 2006
Posts: 2,255
Geek Article and Review System License Holder GeekMart License Holder Geek Auto-Linker Pro License Holder Geek Advertising Banner License Holder Geek Gazette License Holder 
Default

What option did you select? Continue send or ??? What happened when it wouldn't send? Did you get a 'completed' message or ???
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks.
While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams
Reply With Quote
  #4  
Old 03-17-2009, 07:58 PM
Ramses Ramses is offline
Senior Member
 
Join Date: Dec 2005
Posts: 265
Geek Article and Review System License Holder Geek Gazette License Holder 
Default

This happens now on 3 mails, if gaz is sending the mails out it's listing all usernames but (now 3 times) it hold on by one name and stopped processing.
I could only resume (continue send) if I deleted the last user where gaz stopped.
So i assume gaz has trouble to process some mail adresses. There was no "completed" message because there weren't all mails sended.
Seems this occurs everytime if a mail has a no more existent website after @

Last edited by Ramses; 03-17-2009 at 08:04 PM..
Reply With Quote
  #5  
Old 03-17-2009, 08:54 PM
Morgan's Avatar
Morgan Morgan is offline
Administrator
 
Join Date: Jul 2006
Posts: 2,255
Geek Article and Review System License Holder GeekMart License Holder Geek Auto-Linker Pro License Holder Geek Advertising Banner License Holder Geek Gazette License Holder 
Default

In the gaz_admin.php file find this:
Code:
		$gaz->send_loaded_mail_to_user($user);
And replace with this:
Code:
		if (is_valid_email($user['email']))
		{
			$gaz->send_loaded_mail_to_user($user);
		}
And see if that bypasses the bogus email addresses.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks.
While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams
Reply With Quote
  #6  
Old 03-17-2009, 09:27 PM
Ramses Ramses is offline
Senior Member
 
Join Date: Dec 2005
Posts: 265
Geek Article and Review System License Holder Geek Gazette License Holder 
Default

Thanks, I'll change this, but can't tell you if this bypass because the bogus mails were removed already.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Error when sending email randomdriver Geek Gazette 2 06-22-2010 10:07 PM
Email not Sending popowich Geek Gazette 4 01-21-2009 09:57 PM
GAZ has mind of its own started sending, no way to stop? KenDude Geek Gazette 1 11-17-2008 05:26 AM
Sending text newsletter rather than HTML brihan Geek Gazette 3 05-29-2008 02:31 PM
Sending newsletters to one person only pixie Geek Gazette 0 07-27-2007 08:29 AM


All times are GMT. The time now is 10:17 AM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.