<?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: Emailing Form to an emailtofax service quit working.</title>
		<link>https://legacy.forums.gravityhelp.com/topic/emailing-form-to-an-emailtofax-service-quit-working</link>
		<description>Gravity Support Forums Topic: Emailing Form to an emailtofax service quit working.</description>
		<language>en-US</language>
		<pubDate>Fri, 24 Apr 2026 11:21:09 +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/emailing-form-to-an-emailtofax-service-quit-working" rel="self" type="application/rss+xml" />

		<item>
			<title>manonmichel on "Emailing Form to an emailtofax service quit working."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/emailing-form-to-an-emailtofax-service-quit-working#post-230005</link>
			<pubDate>Mon, 29 Apr 2013 14:35:15 +0000</pubDate>
			<dc:creator>manonmichel</dc:creator>
			<guid isPermaLink="false">230005@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Curious if this has ever been resolved as I'm in need of an email-to-fax service via Gravity Forms.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Emailing Form to an emailtofax service quit working."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/emailing-form-to-an-emailtofax-service-quit-working#post-130790</link>
			<pubDate>Thu, 24 Jan 2013 22:14:22 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">130790@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would add that to functions.php in your current theme.  This is a temporary debugging step only.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JTheed on "Emailing Form to an emailtofax service quit working."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/emailing-form-to-an-emailtofax-service-quit-working#post-125412</link>
			<pubDate>Fri, 18 Jan 2013 14:14:55 +0000</pubDate>
			<dc:creator>JTheed</dc:creator>
			<guid isPermaLink="false">125412@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In what file do I put the code to dump the $form object
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Emailing Form to an emailtofax service quit working."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/emailing-form-to-an-emailtofax-service-quit-working#post-123662</link>
			<pubDate>Wed, 16 Jan 2013 16:40:04 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">123662@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I don't think it makes a difference, although using an SMTP server of your own is probably the best way to do it.  I don't think it's making anything any worse.&#60;/p&#62;
&#60;p&#62;In trying to see where the problem lies, I figured I would start by sending an email (using your SMTP server, now that we know that) from the command line. If that works, then I would try to send from WordPress (maybe change the admin email address to the fax address, then register a user, to trigger the email notification to the admin.)  If that works, I would try a simple form in Gravity Forms with this email/fax number as the admin email (leave the {admin_email} merge tag, and create a simple form with the admin notification enabled.)&#60;/p&#62;
&#60;p&#62;To dump the form object, you can do something like this:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/working-with-form-object-and-entry-object#post-122694&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/working-with-form-object-and-entry-object#post-122694&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JTheed on "Emailing Form to an emailtofax service quit working."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/emailing-form-to-an-emailtofax-service-quit-working#post-123653</link>
			<pubDate>Wed, 16 Jan 2013 16:19:36 +0000</pubDate>
			<dc:creator>JTheed</dc:creator>
			<guid isPermaLink="false">123653@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm using WP-Mail-SMTP in WordPress and we have our own SMTP server onsite, which is where all of our outgoing email originates, if this makes a difference. You want me to send an email from the SMTP Linux server from the command line?&#60;br /&#62;
 How do I dump the $form object?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Emailing Form to an emailtofax service quit working."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/emailing-form-to-an-emailtofax-service-quit-working#post-123639</link>
			<pubDate>Wed, 16 Jan 2013 16:01:31 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">123639@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you send a fax to that email address from the server itself, from the command line?  I'd like to see if the server can send a message to that email address in the first place.  If it can, then we can check to see if WordPress can send it, and then if Gravity Forms can send it.&#60;/p&#62;
&#60;p&#62;Also, if you like, you can dump the $form object after the form is submitted and see what the notifications looked like, and what number was used for the email address.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JTheed on "Emailing Form to an emailtofax service quit working."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/emailing-form-to-an-emailtofax-service-quit-working#post-123568</link>
			<pubDate>Wed, 16 Jan 2013 13:35:03 +0000</pubDate>
			<dc:creator>JTheed</dc:creator>
			<guid isPermaLink="false">123568@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;For 2 years now I have been sending the entries to our forms to rapidfax that is setup in the notification section of Gravity Forms. It is emailed to them by putting &#60;a href=&#34;mailto:5555551515@rapidfax.com&#34;&#62;5555551515@rapidfax.com&#60;/a&#62; and until January 8th, it worked fine. Now, it always fails saying the line doesn't answer. If I send an email from outlook to the same &#60;a href=&#34;mailto:5555551515@rapidfax.com&#34;&#62;5555551515@rapidfax.com&#60;/a&#62;, it goes through just fine. It's only when sending from Gravity Forms that it's not working anymore. All plugins are up to date as is Wordpress.  I also have it BCC a copy to one of my email addresses and those come through fine.  I have tried other services and get the same results. I'm not sure, but it seems like it's not getting the fax number correctly even though it shows up correctly in the BCC copy of the email. I've even tried connecting another fax machine to the line that will give an audible ring and it never does when rapidfax is calling, unless I send it from my Outlook. Any ideas?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
