Page 1 of 1
					
				Parameters for throtlling
				Posted: Tue Apr 03, 2012 11:50 am
				by ramesh
				Hi All,
I don't find "Show parameters for throttling of delivery speed" in section of mailing user rights settings list. 
how to enable this parameter due to which i am not able change Blocksize and Stepping. 
I cannot find a reference to this in the docs. 
Thanks, in advance 
Regards,
Ramesh
			 
			
					
				Re: Parameters for throtlling
				Posted: Tue Apr 03, 2012 6:25 pm
				by maschoff
				Which version of OpenEMM do you use?
			 
			
					
				Re: Parameters for throtlling
				Posted: Wed Apr 04, 2012 5:35 am
				by ramesh
				Hi Maschoff,
I am using OpenEMM-2011.
Regards,
Ramesh
			 
			
					
				Re: Parameters for throtlling
				Posted: Wed Apr 04, 2012 6:42 am
				by maschoff
				This feature is included in OpenEMM 2011. Go to menu Administration -> menu item User -> select your admin user -> tab User rights -> expand section Mailing -> check box "Show parameters for throttling of delivery speed".
If this feature is not visible your account is missing the permission "mailing.send.admin.options". You can set this permission manually in the database. If you want to set it globally for all accounts use
Code: Select all
INSERT INTO `admin_group_permission_tbl` (`admin_group_id`, `security_token`) VALUES (4, 'mailing.send.admin.options');
 
			
					
				Re: Parameters for throtlling
				Posted: Wed Apr 04, 2012 7:38 am
				by ramesh
				Hi Maschoff,
Feature is not visible, so i set permission manually globally for all accounts in data base, now admin_group_permission_tbl  shows mailing.send.admin.options, after restarting mysql and openemm service, still this feature is not visible in user rights.
Anything i need to do, to enable this feature.  
Regards,
Ramesh
			 
			
					
				Re: Parameters for throtlling
				Posted: Wed Apr 04, 2012 10:30 am
				by ramesh
				Hi Maschoff,
Feature is visible now by adding following...
INSERT INTO `admin_permission_tbl` (`admin_id`, `security_token`) VALUES (8, 'mailing.send.admin.options');
Thank you very much for your support.
Regards,
Ramesh