<?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: Network Solutions - php.ini ?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/network-solutions-phpini</link>
		<description>Gravity Support Forums Topic: Network Solutions - php.ini ?</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:19:24 +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/network-solutions-phpini" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Network Solutions - php.ini ?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/network-solutions-phpini#post-303910</link>
			<pubDate>Wed, 05 Jun 2013 12:05:35 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">303910@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Are you sending from an e-mail address that exists on your server?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jason on "Network Solutions - php.ini ?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/network-solutions-phpini#post-303908</link>
			<pubDate>Wed, 05 Jun 2013 12:03:37 +0000</pubDate>
			<dc:creator>Jason</dc:creator>
			<guid isPermaLink="false">303908@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Bluehost doesn't allow the use of 3rd Party SMTP. I'm struggling with this since the update to 1.7.&#60;/p&#62;
&#60;p&#62;It seems that Bluehost is a stickler for proper headers: &#60;a href=&#34;https://my.bluehost.com/cgi/help/206&#34; rel=&#34;nofollow&#34;&#62;https://my.bluehost.com/cgi/help/206&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Can someone please advise a suggestion?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Network Solutions - php.ini ?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/network-solutions-phpini#post-253000</link>
			<pubDate>Tue, 14 May 2013 15:06:41 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">253000@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If PHP sendmail isn't working and your host won't help you resolve it, maybe try one of the SMTP plugins for WordPress? You can find more details here: &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Troubleshooting_Notifications&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Troubleshooting_Notifications&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>disenolopez on "Network Solutions - php.ini ?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/network-solutions-phpini#post-252996</link>
			<pubDate>Tue, 14 May 2013 15:04:48 +0000</pubDate>
			<dc:creator>disenolopez</dc:creator>
			<guid isPermaLink="false">252996@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;PS. I added line 18:&#60;/p&#62;
&#60;p&#62;sendmail path = /usr/sbin/sendmail
&#60;/p&#62;</description>
		</item>
		<item>
			<title>disenolopez on "Network Solutions - php.ini ?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/network-solutions-phpini#post-252995</link>
			<pubDate>Tue, 14 May 2013 15:03:50 +0000</pubDate>
			<dc:creator>disenolopez</dc:creator>
			<guid isPermaLink="false">252995@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Any known issues with NetworkSolutions. Gravity forms working on staging site (Bluehost) perfectly, but when I moved to live server (NetworkSolutions) it stopped sending notification/confirmation emails.&#60;/p&#62;
&#60;p&#62;Staging: &#60;a href=&#34;http://creativecollab.net/wescap/contact-us/&#34; rel=&#34;nofollow&#34;&#62;http://creativecollab.net/wescap/contact-us/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Live: &#60;a href=&#34;http://www.wescapgroup.com/contact-us/&#34; rel=&#34;nofollow&#34;&#62;http://www.wescapgroup.com/contact-us/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Form entries are being captured - I see them under &#34;Entries&#34; in the admin, but confirmation/notification emails aren't being sent.&#60;/p&#62;
&#60;p&#62;Here is the php.ini file they have on server - which I'm guessing is the culprit:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;;
;  Including file: /data/templates/web/user/domain.com/cgi-bin/php.default.ini
;

upload_tmp_dir = /data/tmp
asp_tags = On
register_globals = On
safe_mode = Off
upload_max_filesize = 25M
post_max_size = 25M
output_buffering = 1024
mime_magic.magicfile = /usr/share/misc/file/magic.mime
memory_limit = 32M
include_path = .:/usr/services/vux/lib/php
disable_functions = shell_exec,passthru,exec,system,pcntl_exec
allow_url_include = 0
allow_url_fopen = 0
sendmail path = /usr/sbin/sendmail
extension_dir = /usr/services/vux/php5/lib/php/extensions
zend_extension = /usr/services/vux/php5/lib/php/extensions/ioncube_loader_lin_5.2_real.so
zend_extension = /usr/services/vux/php5/lib/php/extensions/ZendOptimizer_real.so

realpath_cache_size = 64K
realpath_cache_ttl = 600

;
;  Suhosin Configuration
;

; Disable suhosin for now
;extension = suhosin.so
;suhosin.simulation = On
;suhosin.executor.disable_eval = On
;suhosin.executor.eval.blacklist = popen

session.gc_probability = 1
session.gc_divisor = 100
session.gc_maxlifetime = 3600

date.timezone = America/New_York

error_reporting = (E_ALL &#38;amp; ~E_WARNING &#38;amp; ~E_DEPRECATED &#38;amp; ~E_NOTICE)

;
;  User-based Defaults
;

session.save_path=/data/12/1/71/113/1071928/user/1109442/cgi-bin/.php/sessions

;
;  Including file: /data/templates/web/user/domain.com/cgi-bin/php.override.ini
;

error_reporting = (E_ALL &#38;amp; ~E_WARNING &#38;amp; ~E_DEPRECATED &#38;amp; ~E_NOTICE)&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
