Jump to content

Unrestricted Bulk Mail


Recommended Posts

  • 4 months later...
  • 3 months later...
Just now, ASI said:

Does it send to banned members as well?

This plugin only restricts members who agreed or not to receive. Send the emails is handled by the Core. But replying to your question, no it Bulk Mail isn't send to banned members:

	/**
	 * Retrieve the query to fetch members based on our filters
	 *
	 * @param	array|int	$option		A constant to fetch counts only or an array with the limit to apply to the query
	 * @return	\IPS\Db\Select
	 */
	public function getQuery( $option=NULL )
	{		
		/* Compile where */
		$where = array();
		$where[] = array( "core_members.allow_admin_mails=1" );
		$where[] = array( "core_members.temp_ban=0" );

 

temp_ban = 0 is not banned.

Link to comment
  • 6 months later...
  • 3 months later...
  • 1 month later...
  • 3 years later...

Thank you so much for being a client!

The Invision Community Marketplace is closing on October 30, 2023, so I am moving all of my files over to my personal site www.sosinvision.com.br.

You will find information on my website www.sosinvision.com.br:

Bookmark https://www.sosinvision.com.br/ and the new Marketplace Directory www.Invisioneer.org.  

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...