<?xml version="1.0"?><!-- generator="bbPress" -->

<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>MachForm Community Forums Topic: Can send over SMTP - Cannot modify header information</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Can send over SMTP - Cannot modify header information</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 23:32:09 +0000</pubDate>

<item>
<title>wfoxworth on "Can send over SMTP - Cannot modify header information"</title>
<link>https://www.machform.com/forums/topic/can-send-over-smtp-cannot-modify-header-information#post-6545</link>
<pubDate>Sat, 11 Jul 2009 03:35:32 +0000</pubDate>
<dc:creator>wfoxworth</dc:creator>
<guid isPermaLink="false">6545@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I found the my solution which was in the Windows C:\htdocs\machform\config.php&#60;/p&#62;
&#60;p&#62;Change this to true from false.&#60;br /&#62;
/** SMTP settings **/&#60;br /&#62;
/** Don't modify it unless you know you are using SMTP **/&#60;br /&#62;
define('USE_SMTP',true); //set this to 'true' to use SMTP&#60;/p&#62;
&#60;p&#62;Than add your Smart Host or SMTP Settings.&#60;br /&#62;
define('SMTP_HOST','my.mysmtp.net');&#60;br /&#62;
define('SMTP_PORT',25);&#60;br /&#62;
define('SMTP_AUTH',false); //if your SMTP require authentification, set this to 'true'&#60;br /&#62;
define('SMTP_USERNAME','YOUR_SMTP_USERNAME');&#60;br /&#62;
define('SMTP_PASSWORD','YOUR_SMTP_PASSWORD');&#60;br /&#62;
define('SMTP_SECURE',false); //set this to 'true' if your server is using secure SMTP (TLS/SSL)&#60;/p&#62;
&#60;p&#62;Note: Smart Host don't require authentication so I left mine at false. Good Luck
&#60;/p&#62;</description>
</item>
<item>
<title>rocketmedia on "Can send over SMTP - Cannot modify header information"</title>
<link>https://www.machform.com/forums/topic/can-send-over-smtp-cannot-modify-header-information#post-5595</link>
<pubDate>Fri, 24 Apr 2009 21:44:38 +0000</pubDate>
<dc:creator>rocketmedia</dc:creator>
<guid isPermaLink="false">5595@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thanks Yunair, I think that was the problem.  We're good now...thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Can send over SMTP - Cannot modify header information"</title>
<link>https://www.machform.com/forums/topic/can-send-over-smtp-cannot-modify-header-information#post-5590</link>
<pubDate>Fri, 24 Apr 2009 16:28:13 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">5590@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;What version of MachForm do you use?&#60;br /&#62;
Check your changelog.txt, look into the line at the bottom.&#60;/p&#62;
&#60;p&#62;Version older than 2.1 doesn't support secure SMTP (usually port 587 or 465).&#60;br /&#62;
If you are using old version, you will need to upgrade it to the latest version.&#60;/p&#62;
&#60;p&#62;Simply go to customer area and download it there.
&#60;/p&#62;</description>
</item>
<item>
<title>rocketmedia on "Can send over SMTP - Cannot modify header information"</title>
<link>https://www.machform.com/forums/topic/can-send-over-smtp-cannot-modify-header-information#post-5579</link>
<pubDate>Fri, 24 Apr 2009 01:24:19 +0000</pubDate>
<dc:creator>rocketmedia</dc:creator>
<guid isPermaLink="false">5579@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;This is what I DID:&#60;br /&#62;
I have configured config.php to set 'USE_SMTP' to true, and defined all of the other variables with accurate info (host, port, auth true, user, password) in attempt to configure the form to send over SMTP.&#60;/p&#62;
&#60;p&#62;This is what I EXPECTED to happen:&#60;br /&#62;
The form to send over SMTP&#60;/p&#62;
&#60;p&#62;This is what ACTUALLY happened:&#60;br /&#62;
The &#34;thank you&#34; page shows an error that could not send to email address. The php error&#60;br /&#62;
log notes: PHP Warning: Cannot modify header information - headers already sent by (output started at /.../includes/helper-functions.php:482) in /.../view.php on line 40&#60;/p&#62;
&#60;p&#62;To add to the &#34;This is what ACTUALLY happened&#34; section:&#60;/p&#62;
&#60;p&#62;When submitting the form, the &#34;thank you&#34; page states: Error sending email: SMTP Error: The following recipients failed: &#60;a href=&#34;mailto:user@email.com.comError&#34;&#62;user@email.com.comError&#60;/a&#62; sending email: SMTP Error: The following recipients failed: &#60;a href=&#34;mailto:user@email.com&#34;&#62;user@email.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Where &#34;user@email.com&#34; is a valid email address.
&#60;/p&#62;</description>
</item>
<item>
<title>rocketmedia on "Can send over SMTP - Cannot modify header information"</title>
<link>https://www.machform.com/forums/topic/can-send-over-smtp-cannot-modify-header-information#post-5570</link>
<pubDate>Thu, 23 Apr 2009 04:40:26 +0000</pubDate>
<dc:creator>rocketmedia</dc:creator>
<guid isPermaLink="false">5570@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Sorry my title should have been CANNOT send over SMTP
&#60;/p&#62;</description>
</item>
<item>
<title>rocketmedia on "Can send over SMTP - Cannot modify header information"</title>
<link>https://www.machform.com/forums/topic/can-send-over-smtp-cannot-modify-header-information#post-5569</link>
<pubDate>Thu, 23 Apr 2009 04:23:54 +0000</pubDate>
<dc:creator>rocketmedia</dc:creator>
<guid isPermaLink="false">5569@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I'm trying to configure Machform to send over SMTP.  I have configured config.php to set 'USE_SMTP' to true, and defined all of the other variables with accurate info (host, port, auth true, user, password), and when submitting get an error message that it can't send to the email address.  The php error log shows:&#60;/p&#62;
&#60;p&#62;PHP Warning:  Cannot modify header information - headers already sent by (output started at /.../includes/helper-functions.php:482) in /.../view.php on line 40&#60;/p&#62;
&#60;p&#62;Any ideas what could be causing this...is this an issue with the script?  I've reviewed with the hosting provider and they're saying it's a script issue.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>

</channel>
</rss>
