<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to Prevent Double Email Issues with FusionAuth&#x27;s Forgot Password API]]></title><description><![CDATA[<p dir="auto">We are using the <strong>/api/user/forgot-password</strong> API for password resets, with <strong>sendForgotPasswordEmail</strong> set to <strong>false</strong> since we send our own email. However, users are now receiving two emails: our custom email and a password reset email from FusionAuth using our template. This issue occurs only in our pre-live and production environments, not in the local Dockerized version. What could be causing this?</p>
]]></description><link>https://fusionauth.io/community/forum/topic/2818/how-to-prevent-double-email-issues-with-fusionauth-s-forgot-password-api</link><generator>RSS for Node</generator><lastBuildDate>Tue, 09 Jun 2026 08:04:59 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/2818.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 30 Dec 2024 20:07:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to Prevent Double Email Issues with FusionAuth&#x27;s Forgot Password API on Mon, 30 Dec 2024 20:11:38 GMT]]></title><description><![CDATA[<p dir="auto">This issue may occur if the Forgot Password email template is still enabled in FusionAuth. To resolve this:</p>
<ul>
<li>
<p dir="auto"><strong>Disable the Forgot Password email template at the tenant level</strong>:<br />
Navigate to <strong>Tenant &gt; Edit Tenant &gt; Email tab &gt; Template Settings</strong>.<br />
Set the <strong>Forgot Password</strong> template to <strong>Feature Disabled</strong>.</p>
</li>
<li>
<p dir="auto"><strong>Check the application-specific settings</strong>:<br />
If you have an application-specific template set up, ensure the Forgot Password template is also disabled under the Application settings.</p>
</li>
<li>
<p dir="auto"><strong>Verify API configuration in the PHP client (if applicable)</strong>:<br />
If you’re using the PHP client, ensure <strong>sendForgotPasswordEmail</strong> is explicitly set to <strong>"false"</strong> (as a string with quotes), not just <strong>false</strong> (boolean). This ensures the value is passed correctly.<br />
These steps should prevent FusionAuth from sending its own Forgot Password email when the API is called, resolving the double-email issue.</p>
</li>
</ul>
]]></description><link>https://fusionauth.io/community/forum/post/7667</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/7667</guid><dc:creator><![CDATA[wesley]]></dc:creator><pubDate>Mon, 30 Dec 2024 20:11:38 GMT</pubDate></item></channel></rss>