Extension
Release Date
Release Version
3.3.2
Release Status
Stable
Release CiviCRM Compatibility
Download URL (zip)
XML
<?xml version="1.0"?>
<extension key="uk.org.futurefirst.networks.emailamender" type="module">
<file>emailamender</file>
<name>Email Address Corrector</name>
<description>
This extension allows automatic and manual correction of email addresses that are added to your database. i.e. john@hotmai.cpm is corrected to john@hotmail.com.
Settings under Administrator -> System Settings -> Email Address Corrector. Automatic correction is disabled by default. Also supports domain equivalents to reduce duplicates. See comments.
</description>
<license>AGPL 3.0</license>
<maintainer>
<author>John P Kirk</author>
<email>john@civifirst.com</email>
</maintainer>
<releaseDate>2024-05-04</releaseDate>
<version>3.3.2</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.70</ver>
</compatibility>
<category>Data Cleaning</category>
<comments>
Existing email addresses aren't affected automatically. Corrections only take place when email addresses are added, not when they are edited.
You can correct email addresses that are already in your CRM by using the new search result action "Email - correct email addresses".
You can also add email domain equivalents to the tool. We found that some contacts were being created when we had an @gmail.co.uk address registered for them, but there was an inbound email from @googlemail.co.uk. This will help prevent duplicate contacts.
The email addresses were selected based on Future First's experience of common email errors.
</comments>
<civix>
<namespace>CRM/Emailamender</namespace>
<format>23.02.1</format>
</civix>
<url desc="documentation">https://github.com/JohnFF/Email-Amender/wiki</url>
<mixins>
<mixin>menu-xml@1.0.0</mixin>
<mixin>setting-php@1.0.0</mixin>
<mixin>smarty-v2@1.0.1</mixin>
<mixin>mgd-php@1.0.0</mixin>
</mixins>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<upgrader>CRM_Emailamender_Upgrader</upgrader>
</extension>
<extension key="uk.org.futurefirst.networks.emailamender" type="module">
<file>emailamender</file>
<name>Email Address Corrector</name>
<description>
This extension allows automatic and manual correction of email addresses that are added to your database. i.e. john@hotmai.cpm is corrected to john@hotmail.com.
Settings under Administrator -> System Settings -> Email Address Corrector. Automatic correction is disabled by default. Also supports domain equivalents to reduce duplicates. See comments.
</description>
<license>AGPL 3.0</license>
<maintainer>
<author>John P Kirk</author>
<email>john@civifirst.com</email>
</maintainer>
<releaseDate>2024-05-04</releaseDate>
<version>3.3.2</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.70</ver>
</compatibility>
<category>Data Cleaning</category>
<comments>
Existing email addresses aren't affected automatically. Corrections only take place when email addresses are added, not when they are edited.
You can correct email addresses that are already in your CRM by using the new search result action "Email - correct email addresses".
You can also add email domain equivalents to the tool. We found that some contacts were being created when we had an @gmail.co.uk address registered for them, but there was an inbound email from @googlemail.co.uk. This will help prevent duplicate contacts.
The email addresses were selected based on Future First's experience of common email errors.
</comments>
<civix>
<namespace>CRM/Emailamender</namespace>
<format>23.02.1</format>
</civix>
<url desc="documentation">https://github.com/JohnFF/Email-Amender/wiki</url>
<mixins>
<mixin>menu-xml@1.0.0</mixin>
<mixin>setting-php@1.0.0</mixin>
<mixin>smarty-v2@1.0.1</mixin>
<mixin>mgd-php@1.0.0</mixin>
</mixins>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<upgrader>CRM_Emailamender_Upgrader</upgrader>
</extension>