<?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: Problem by the sending</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Problem by the sending</description>
<language>en</language>
<pubDate>Mon, 04 May 2026 00:29:17 +0000</pubDate>

<item>
<title>candy on "Problem by the sending"</title>
<link>https://www.machform.com/forums/topic/problem-by-the-sending#post-6038</link>
<pubDate>Sat, 30 May 2009 16:45:44 +0000</pubDate>
<dc:creator>candy</dc:creator>
<guid isPermaLink="false">6038@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thanks for the fast reply.&#60;br /&#62;
After I have call my provider, SMTP works.&#60;br /&#62;
Only with SSL on, errors appears.&#60;/p&#62;
&#60;p&#62;But I let it be, I guess. It works also so.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Problem by the sending"</title>
<link>https://www.machform.com/forums/topic/problem-by-the-sending#post-6037</link>
<pubDate>Sat, 30 May 2009 16:37:51 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">6037@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;If your form already worked without SMTP, I suggest use it that way then.&#60;br /&#62;
No need to use external SMTP. There will be no difference with your emails.&#60;/p&#62;
&#60;p&#62;To modify the layout of the confirmation email, simply click &#34;more options&#34; on the email page and adjust the body template using template variables.
&#60;/p&#62;</description>
</item>
<item>
<title>candy on "Problem by the sending"</title>
<link>https://www.machform.com/forums/topic/problem-by-the-sending#post-6036</link>
<pubDate>Sat, 30 May 2009 15:50:50 +0000</pubDate>
<dc:creator>candy</dc:creator>
<guid isPermaLink="false">6036@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;br /&#62;
first of all: thanks for the fast support.&#60;br /&#62;
It works only without SMTP. What are the pros for using SMTP?&#60;/p&#62;
&#60;p&#62;And an other question:&#60;br /&#62;
Where can I modify the layout of the confirmation mail, wich get the client?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Problem by the sending"</title>
<link>https://www.machform.com/forums/topic/problem-by-the-sending#post-6034</link>
<pubDate>Sat, 30 May 2009 15:21:44 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">6034@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;If you are using secure SMTP, make sure to set these values:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;define(&#38;#39;SMTP_PORT&#38;#39;,25); &#38;lt;== change the port number
define(&#38;#39;SMTP_SECURE&#38;#39;,false); &#38;lt;== change this to &#38;#39;true&#38;#39;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;also if your SMTP requires authentication, set the username and password as well.
&#60;/p&#62;</description>
</item>
<item>
<title>candy on "Problem by the sending"</title>
<link>https://www.machform.com/forums/topic/problem-by-the-sending#post-6028</link>
<pubDate>Sat, 30 May 2009 08:31:24 +0000</pubDate>
<dc:creator>candy</dc:creator>
<guid isPermaLink="false">6028@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;br /&#62;
I have a problem by sending. If i want to send a contactform, then to come the following errors:&#60;/p&#62;
&#60;p&#62;Warning: fsockopen() [function.fsockopen]: SSL operation failed with code 1. OpenSSL Error messages: error:1408F10B:SSL routines:func(143):reason(267) in /machform/lib/class.smtp.php on line 122&#60;/p&#62;
&#60;p&#62;Warning: fsockopen() [function.fsockopen]: Failed to enable crypto in /machform/lib/class.smtp.php on line 122&#60;/p&#62;
&#60;p&#62;Warning: fsockopen() [function.fsockopen]: unable to connect to &#60;a href=&#34;tls://&#34; rel=&#34;nofollow&#34;&#62;tls://&#60;/a&#62;**.**.***.**:** (Unknown error) in /website/machform/lib/class.smtp.php on line 122&#60;br /&#62;
Error sending email: SMTP Error: Could not connect to SMTP host.&#60;br /&#62;
Warning: fsockopen() [function.fsockopen]: SSL operation failed with code 1. OpenSSL Error messages: error:1408F10B:SSL routines:func(143):reason(267) in /machform/lib/class.smtp.php on line 122&#60;/p&#62;
&#60;p&#62;Warning: fsockopen() [function.fsockopen]: Failed to enable crypto in /machform/lib/class.smtp.php on line 122&#60;/p&#62;
&#60;p&#62;Warning: fsockopen() [function.fsockopen]: unable to connect to &#60;a href=&#34;tls://&#34; rel=&#34;nofollow&#34;&#62;tls://&#60;/a&#62;**.**.***.**:** (Unknown error) in /website/machform/lib/class.smtp.php on line 122&#60;br /&#62;
Error sending email: SMTP Error: Could not connect to SMTP host.&#60;br /&#62;
Warning: Cannot modify header information - headers already sent by (output started at /website/machform/lib/class.smtp.php:122) in /website/machform/embed.php on line 42 &#60;/p&#62;
&#60;p&#62;I have ad the ip-adress of the smtp-server from my provider. My provider support smtp via ssl and so i can no understand the reason of the error.&#60;/p&#62;
&#60;p&#62;Here my config.php:&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
define('USE_SMTP',true); //set this to 'true' to use SMTP&#60;/p&#62;
&#60;p&#62;define('SMTP_HOST','**.**.***.**');&#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;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
