<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: Email from the contact form</title>
		<link>http://www.kriesi.at/support/topic/email-from-the-contact-form</link>
		<description>Support Forum - Topic: Email from the contact form</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 11:45:26 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/email-from-the-contact-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Email from the contact form"</title>
			<link>http://www.kriesi.at/support/topic/email-from-the-contact-form#post-87739</link>
			<pubDate>Wed, 12 Dec 2012 05:11:08 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">87739@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Thank you for the solution. A lot of users can benefit from this. &#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>raffoz on "Email from the contact form"</title>
			<link>http://www.kriesi.at/support/topic/email-from-the-contact-form#post-87700</link>
			<pubDate>Tue, 11 Dec 2012 22:42:06 +0000</pubDate>
			<dc:creator>raffoz</dc:creator>
			<guid isPermaLink="false">87700@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;They answered me and they solved the problem.&#60;br /&#62;
I apllied the solution and now everything works… :)&#60;/p&#62;
&#60;p&#62;I post the solution here, so maybe someone could use it… :)&#60;/p&#62;
&#60;p&#62;--------------&#60;/p&#62;
&#60;p&#62;Sorry to hear about your website mail form issues. We made some policy&#60;br /&#62;
changes regarding SMTP server usage recently:&#60;br /&#62;
&#60;a href=&#34;http://www.dreamhoststatus.com/2012/04/04/improvements-to-outgoing-spam-prevention-policy/&#34; rel=&#34;nofollow&#34;&#62;http://www.dreamhoststatus.com/2012/04/04/improvements-to-outgoing-spam-prevention-policy/&#60;/a&#62;&#60;br /&#62;
This new policy change started in April, and is nearing phase completion&#60;br /&#62;
now for all our clients.&#60;/p&#62;
&#60;p&#62;If you are trying to send emails from your website using an&#60;br /&#62;
unauthenticated email alias (web visitor's email) to our smtp&#60;br /&#62;
servers(dreamhost),&#60;br /&#62;
they will be rejected because our smtp servers don't allow relaying for&#60;br /&#62;
spam reasons(from non-dreamhost email accounts). &#60;/p&#62;
&#60;p&#62;For example, your webform&#60;br /&#62;
shows that the FROM(web visitor email) section is what the website&#60;br /&#62;
visitor inputs from your site. This is a problem because our smtp servers&#60;br /&#62;
where your website is hosted, does not allow email relaying from&#60;br /&#62;
unauthenticated email accounts not hosted on Dreamhost. &#60;/p&#62;
&#60;p&#62;Here is a copy of the last bounced message and error code:&#60;br /&#62;
To: &#60;a href=&#34;mailto:xxx@yourdomain.com&#34;&#62;xxx@yourdomain.com&#60;/a&#62;&#60;br /&#62;
Subject: Test (sent by contact form at xxx)&#60;br /&#62;
MIME-Version: 1.0&#60;br /&#62;
Content-type: text/html; charset=utf-8&#60;br /&#62;
From:yyy@gmail.com&#60;br /&#62;
Diagnostic-Code: smtp; 550 5.7.1 Sender domain not allowed.&#60;/p&#62;
&#60;p&#62;The reason why this message bounced was because your mail script or theme&#60;br /&#62;
is using the webvisitor's address instead&#60;br /&#62;
of a dreamhost hosted email account, and our spam protected smtp-relay&#60;br /&#62;
servers will reject this. You will need to implement&#60;br /&#62;
smtp authetication into your wordpress site.&#60;/p&#62;
&#60;p&#62;You will need to install &#38;amp; configure this WordPress plugin to use these&#60;br /&#62;
SMTP authentication settings:&#60;br /&#62;
&#60;a href=&#34;http://wordpress.org/extend/plugins/configure-smtp/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/configure-smtp/&#60;/a&#62;&#60;br /&#62;
If you install and use this plugin, this should correct all the&#60;br /&#62;
webforms/plugins on this site to use the settings you configured.&#60;/p&#62;
&#60;p&#62;Google SMTP authenticated settings:&#60;br /&#62;
smtp server: smtp.gmail.com&#60;br /&#62;
ssl is on&#60;br /&#62;
smtp authentication is on&#60;br /&#62;
port 465&#60;br /&#62;
user: &#60;a href=&#34;mailto:xxx@yourdomain.com&#34;&#62;xxx@yourdomain.com&#60;/a&#62;&#60;br /&#62;
pass: your password
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Email from the contact form"</title>
			<link>http://www.kriesi.at/support/topic/email-from-the-contact-form#post-87564</link>
			<pubDate>Tue, 11 Dec 2012 07:39:06 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">87564@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Kriesi (and also contact form 7) just use the standard php mail function: &#60;a href=&#34;http://php.net/manual/en/function.mail.php&#34; rel=&#34;nofollow&#34;&#62;http://php.net/manual/en/function.mail.php&#60;/a&#62; to send the mails. There's no easy way for the developer to change the &#34;from&#34;-header information without breaking the mail function. If the theme contact form and contact form 7 don't work for you you can try other contact forms like: &#60;a href=&#34;http://inoplugs.com/formidablepro&#34;&#62;Formidable&#60;/a&#62;. If you can't get it to work too you might want to switch the hoster.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>raffoz on "Email from the contact form"</title>
			<link>http://www.kriesi.at/support/topic/email-from-the-contact-form#post-87497</link>
			<pubDate>Mon, 10 Dec 2012 21:28:21 +0000</pubDate>
			<dc:creator>raffoz</dc:creator>
			<guid isPermaLink="false">87497@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;They told me this:&#60;/p&#62;
&#60;p&#62;I apologize for the inconvenience. &#60;/p&#62;
&#60;p&#62;I just verified that e-mail is flowing from your web server and there is&#60;br /&#62;
no backup of outgoing mail. &#60;/p&#62;
&#60;p&#62;It looks like the 'FROM&#34; address is not being set correctly reviewing&#60;br /&#62;
your &#34;xxx&#34; accounts mail logs. &#60;/p&#62;
&#60;p&#62;Please verify that the scripts you're using to send e-mail are using&#60;br /&#62;
valid envelope headers for a 'FROM' address that is *hosted in our&#60;br /&#62;
system*. Our updated anti-spam policies will block any outgoing messages&#60;br /&#62;
that are not coming from valid addresses hosted in our system. Note that&#60;br /&#62;
the &#34;REPLY-TO&#34; address can be an external address. &#60;/p&#62;
&#60;p&#62;If you have a specific example of an e-mail being sent with a valid&#60;br /&#62;
'FROM' address that is not making it out please give us the full&#60;br /&#62;
information for that message to we can search the logs. &#60;/p&#62;
&#60;p&#62;If you require further assistance let us know.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Email from the contact form"</title>
			<link>http://www.kriesi.at/support/topic/email-from-the-contact-form#post-87327</link>
			<pubDate>Mon, 10 Dec 2012 07:35:48 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">87327@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Did you try to contact your host? If Contact Form 7 doesn't work too it's probably a php mail() configuration issue and the host needs to check  the server configuration + error logs. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>raffoz on "Email from the contact form"</title>
			<link>http://www.kriesi.at/support/topic/email-from-the-contact-form#post-87326</link>
			<pubDate>Mon, 10 Dec 2012 05:21:41 +0000</pubDate>
			<dc:creator>raffoz</dc:creator>
			<guid isPermaLink="false">87326@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;yes, try now :)&#60;/p&#62;
&#60;p&#62;sometimes (very few) email are sent, sometimes (a lot) not…&#60;br /&#62;
i can't understand why… :(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Email from the contact form"</title>
			<link>http://www.kriesi.at/support/topic/email-from-the-contact-form#post-87297</link>
			<pubDate>Mon, 10 Dec 2012 02:31:57 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">87297@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi raffoz,&#60;/p&#62;
&#60;p&#62;I tried to check your contact form but when I clicked the link on your name, I can't get inside, I think you have set it in Maintenance Mode (I'm just assuming because I didn't understand the language. )&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>raffoz on "Email from the contact form"</title>
			<link>http://www.kriesi.at/support/topic/email-from-the-contact-form#post-87268</link>
			<pubDate>Sun, 09 Dec 2012 22:36:11 +0000</pubDate>
			<dc:creator>raffoz</dc:creator>
			<guid isPermaLink="false">87268@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;p.s.: i tried the check email plugin and it works&#60;br /&#62;
p.s. 2: i tried the contact form 7 plugin and it doesn0t work&#60;/p&#62;
&#60;p&#62;i never had problem, before, in sending email and my host (dreamhost.com) allows me to do it
&#60;/p&#62;</description>
		</item>
		<item>
			<title>raffoz on "Email from the contact form"</title>
			<link>http://www.kriesi.at/support/topic/email-from-the-contact-form#post-87252</link>
			<pubDate>Sun, 09 Dec 2012 19:17:29 +0000</pubDate>
			<dc:creator>raffoz</dc:creator>
			<guid isPermaLink="false">87252@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I can't make the contact form to send email to the address set in the &#34;contact &#38;amp; social stuff&#34; options?&#60;/p&#62;
&#60;p&#62;Any idea? :(
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
