<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Notification Routing</title>
		<link>https://legacy.forums.gravityhelp.com/topic/notification-routing</link>
		<description>Gravity Support Forums Topic: Notification Routing</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:25:18 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/notification-routing" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Notification Routing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notification-routing#post-7223</link>
			<pubDate>Fri, 09 Jul 2010 17:01:22 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">7223@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Dan, that multiple email address thing in wp_mail() was fixed a few months back.  What version of WordPress were you using?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://core.trac.wordpress.org/ticket/10420&#34; rel=&#34;nofollow&#34;&#62;http://core.trac.wordpress.org/ticket/10420&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://core.trac.wordpress.org/changeset/13456&#34; rel=&#34;nofollow&#34;&#62;http://core.trac.wordpress.org/changeset/13456&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;EDIT: I just checked a svn 2.9.2 installation and it is revision 13165, so maybe this is only a problem prior to WordPress 3.0?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Notification Routing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notification-routing#post-7204</link>
			<pubDate>Fri, 09 Jul 2010 10:55:14 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">7204@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Good to know Dan! Thanks for pointing this out.  We are discussing adding SMTP support directly in Gravity Forms so you can use SMTP without installing another plugin and we will be sure to include this override when we do.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>danstramer on "Notification Routing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notification-routing#post-7197</link>
			<pubDate>Fri, 09 Jul 2010 09:52:06 +0000</pubDate>
			<dc:creator>danstramer</dc:creator>
			<guid isPermaLink="false">7197@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I just found out what the problem was:&#60;br /&#62;
Wordpress does not allow more than 1 recipient being sent via  smtp .&#60;br /&#62;
The good news is that you can change this in the wp_mail function.&#60;/p&#62;
&#60;p&#62;The full guide is here:&#60;br /&#62;
&#60;a href=&#34;http://www.theblog.ca/wordpress-smtp&#34; rel=&#34;nofollow&#34;&#62;http://www.theblog.ca/wordpress-smtp&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks for your help, and if any other people had this problem, this can solve it, I checked.&#60;/p&#62;
&#60;p&#62;Dan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Notification Routing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notification-routing#post-7150</link>
			<pubDate>Thu, 08 Jul 2010 13:57:54 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">7150@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;SMTP should be able to send to multiple recipients.  This is the first time we have encountered this issue and we have many users using Routing with and without SMTP.  It appears your SMTP setup doesn't allow the TO address to contain multiple comma separated email address.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>danstramer on "Notification Routing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notification-routing#post-7148</link>
			<pubDate>Thu, 08 Jul 2010 13:36:46 +0000</pubDate>
			<dc:creator>danstramer</dc:creator>
			<guid isPermaLink="false">7148@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Carl&#60;br /&#62;
Thanks for your answer&#60;br /&#62;
regarding the hebrew - I don't think it's an issue with the mail since the address is in english.&#60;br /&#62;
But, since this website is hosted on a university server it might have some limitations which should be resolved.&#60;br /&#62;
Just to get it clear before I talk to the IT team in the university: SMTP can send multiple recipients, correct?&#60;/p&#62;
&#60;p&#62;Dan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Notification Routing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notification-routing#post-7134</link>
			<pubDate>Thu, 08 Jul 2010 11:55:40 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">7134@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So here is where we are at.  Your SMTP setup is refusing to send emails if the To contains a comma separated list of email addresses, which is how we send to multiple recipients.  This is why it is failing on multiple but working on one.&#60;/p&#62;
&#60;p&#62;If you go to this page here in your admin:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://go.uni.ac.il/wp-admin/options-general.php?page=wp-mail-smtp%2Fwp_mail_smtp.php&#34; rel=&#34;nofollow&#34;&#62;http://go.uni.ac.il/wp-admin/options-general.php?page=wp-mail-smtp%2Fwp_mail_smtp.php&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;At the very bottom of that page is a &#34;Send a Test Email&#34; form.  If you enter a single email address and run the test it works, if you enter a comma separated list it fails.  This is highly unusual as just like with your email client you should be able to send email to a comma separated list of addresses.&#60;/p&#62;
&#60;p&#62;If you test it using that test form and enter a comma separated list of emails you will see it return a really long results message, at the bottom of that message is this error:&#60;/p&#62;
&#60;p&#62;SMTP -&#38;gt; ERROR: RCPT not accepted from server: 501 5.1.3 Bad recipient address syntax&#60;/p&#62;
&#60;p&#62;We haven't encountered this before and it appears to be due to how your SMTP server handles email that contains multiple recipients.  It might be some sort of localization issue.  How do you send email to multiple recipients in hebrew? Do you use a comma to separate them in the email client?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>danstramer on "Notification Routing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notification-routing#post-7119</link>
			<pubDate>Thu, 08 Jul 2010 01:47:34 +0000</pubDate>
			<dc:creator>danstramer</dc:creator>
			<guid isPermaLink="false">7119@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Carl&#60;br /&#62;
Did you have an opportunity to check the checkbox issue?&#60;br /&#62;
I've sent you the wordpress admin login.&#60;br /&#62;
Thanks,&#60;br /&#62;
Dan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Notification Routing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notification-routing#post-7045</link>
			<pubDate>Tue, 06 Jul 2010 11:21:28 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">7045@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We are actually unable to recreate this issue on our end.  We are able to have multiple checkboxes, setup routing on them and receive emails regardless of how many checkboxes are selected.  If you use our Contact Us form to send us a WordPress admin login to this site we'd be glad to take a look and see what is going on.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Notification Routing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notification-routing#post-7044</link>
			<pubDate>Tue, 06 Jul 2010 11:07:00 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">7044@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello Dan, we will try and recreate this issue on our end and see what is going on. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>danstramer on "Notification Routing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notification-routing#post-7033</link>
			<pubDate>Tue, 06 Jul 2010 08:03:22 +0000</pubDate>
			<dc:creator>danstramer</dc:creator>
			<guid isPermaLink="false">7033@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi&#60;br /&#62;
I have set up a form with 6 checkboxes.&#60;br /&#62;
Each checkbox selected by the user sends an notification to that specific mail (as I set up in the routing notification area)&#60;br /&#62;
The problem occurs when the user selects more than one checkbox - the emails aren't sent to any of the ones I setup.&#60;br /&#62;
If the user selects only one checkbox - the mail is sent correctly.&#60;/p&#62;
&#60;p&#62;Any ideas why it's not working?&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Dan
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
