<?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: Problems with Dots in E-Mail Address Fields</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Problems with Dots in E-Mail Address Fields</description>
<language>en</language>
<pubDate>Wed, 06 May 2026 11:16:31 +0000</pubDate>

<item>
<title>yuniar on "Problems with Dots in E-Mail Address Fields"</title>
<link>https://www.machform.com/forums/topic/problems-with-dots-in-e-mail-address-fields#post-16042</link>
<pubDate>Wed, 26 Sep 2012 17:27:28 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">16042@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;The mailer library seems to reject that address. To fix this, you can edit &#34;machform/admin/lib/swift-mailer/classes/Swift/Mime/Headers/MailboxHEader.php&#34; file. At the end of that file, you'll find this block of code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;private function _assertValidAddress($address)
  {
    if (!preg_match(&#38;#39;/^&#38;#39; . $this-&#38;gt;getGrammar()-&#38;gt;getDefinition(&#38;#39;addr-spec&#38;#39;) . &#38;#39;$/D&#38;#39;,
      $address))
    {
      throw new Swift_RfcComplianceException(
        &#38;#39;Address in mailbox given [&#38;#39; . $address .
        &#38;#39;] does not comply with RFC 2822, 3.6.2.&#38;#39;
        );
    }
  }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;change it to become:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;private function _assertValidAddress($address)
{

}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;that should remove the extra validation being done by the mailer library (which is not necessary since MachForm already validate the email address) and fix the issue.&#60;/p&#62;
&#60;p&#62;If you are having difficulty, please contact us directly and we'll send you the file.
&#60;/p&#62;</description>
</item>
<item>
<title>paulrueder on "Problems with Dots in E-Mail Address Fields"</title>
<link>https://www.machform.com/forums/topic/problems-with-dots-in-e-mail-address-fields#post-16030</link>
<pubDate>Wed, 26 Sep 2012 03:57:43 +0000</pubDate>
<dc:creator>paulrueder</dc:creator>
<guid isPermaLink="false">16030@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;i've running machform 3.3.&#60;/p&#62;
&#60;p&#62;It seems that the email address field dont accept email adresses with dots in front of the @-character like:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;mailto:test.@googlemail.com&#34;&#62;test.@googlemail.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It throws a 500 internal server error for me. &#60;a href=&#34;mailto:test.test@googlemail.com&#34;&#62;test.test@googlemail.com&#60;/a&#62; and all other addresses are working properly.&#60;/p&#62;
&#60;p&#62;What can it be?&#60;/p&#62;
&#60;p&#62;It would be nice if anyone can help me out with this :).&#60;/p&#62;
&#60;p&#62;Regards,
&#60;/p&#62;</description>
</item>

</channel>
</rss>
