<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[WA Forums - Universal Email]]></title>
		<link>https://webassist-pro.com/WAforum/</link>
		<description><![CDATA[WA Forums - https://webassist-pro.com/WAforum]]></description>
		<pubDate>Thu, 09 Apr 2026 12:14:02 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Emails stopped sending from contact form?]]></title>
			<link>https://webassist-pro.com/WAforum/showthread.php?tid=13</link>
			<pubDate>Thu, 29 Aug 2024 15:44:19 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://webassist-pro.com/WAforum/member.php?action=profile&uid=3">Mags</a>]]></dc:creator>
			<guid isPermaLink="false">https://webassist-pro.com/WAforum/showthread.php?tid=13</guid>
			<description><![CDATA[If you have a contact form on a website that has stopped sending emails, check that you're not sending the email from the person completing the form using the dynamic binding, for example<br />
<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:</div><div class="body"><div dir="ltr"><code><span style="color: #007700">&lt;&lt;?</span><span style="color: #0000BB">php&nbsp;</span><span style="color: #007700">echo((isset(</span><span style="color: #0000BB">&#36;_POST</span><span style="color: #007700">[</span><span style="color: #DD0000">"Email"</span><span style="color: #007700">]))?</span><span style="color: #0000BB">&#36;_POST</span><span style="color: #007700">[</span><span style="color: #DD0000">"Email"</span><span style="color: #007700">]:</span><span style="color: #DD0000">""</span><span style="color: #007700">)&nbsp;</span><span style="color: #0000BB">?&gt;</span>&gt;&nbsp;<br /></code></div></div></div><br />
Most servers nowadays will not deliver mail if it comes from a domain not hosted on the website's server to prevent spoofing. <br />
<br />
I generally set the "From" field to, for example, <span style="font-weight: bold;" class="mycode_b">noreply@mydomain.com</span> and then bind the email address of the actual sender within the body of the email. It just means that when the email arrives you can't hit Reply, you need to copy &amp; paste the sender's email address into the To field manually. As long as the email comes from an address that uses the domain of the hosted website (it doesn't even have to be a functioning email address), there shouldn't be any issues.]]></description>
			<content:encoded><![CDATA[If you have a contact form on a website that has stopped sending emails, check that you're not sending the email from the person completing the form using the dynamic binding, for example<br />
<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:</div><div class="body"><div dir="ltr"><code><span style="color: #007700">&lt;&lt;?</span><span style="color: #0000BB">php&nbsp;</span><span style="color: #007700">echo((isset(</span><span style="color: #0000BB">&#36;_POST</span><span style="color: #007700">[</span><span style="color: #DD0000">"Email"</span><span style="color: #007700">]))?</span><span style="color: #0000BB">&#36;_POST</span><span style="color: #007700">[</span><span style="color: #DD0000">"Email"</span><span style="color: #007700">]:</span><span style="color: #DD0000">""</span><span style="color: #007700">)&nbsp;</span><span style="color: #0000BB">?&gt;</span>&gt;&nbsp;<br /></code></div></div></div><br />
Most servers nowadays will not deliver mail if it comes from a domain not hosted on the website's server to prevent spoofing. <br />
<br />
I generally set the "From" field to, for example, <span style="font-weight: bold;" class="mycode_b">noreply@mydomain.com</span> and then bind the email address of the actual sender within the body of the email. It just means that when the email arrives you can't hit Reply, you need to copy &amp; paste the sender's email address into the To field manually. As long as the email comes from an address that uses the domain of the hosted website (it doesn't even have to be a functioning email address), there shouldn't be any issues.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Email scripts not sending emails]]></title>
			<link>https://webassist-pro.com/WAforum/showthread.php?tid=8</link>
			<pubDate>Thu, 29 Aug 2024 14:50:29 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://webassist-pro.com/WAforum/member.php?action=profile&uid=3">Mags</a>]]></dc:creator>
			<guid isPermaLink="false">https://webassist-pro.com/WAforum/showthread.php?tid=8</guid>
			<description><![CDATA[Things to check are detailed in <a href="https://www.webassist.com/forums/posts.php?id=47233" target="_blank" rel="noopener" class="mycode_url">this thread</a> - there's every chance it isn't script-related!]]></description>
			<content:encoded><![CDATA[Things to check are detailed in <a href="https://www.webassist.com/forums/posts.php?id=47233" target="_blank" rel="noopener" class="mycode_url">this thread</a> - there's every chance it isn't script-related!]]></content:encoded>
		</item>
	</channel>
</rss>