Lucee sending duplicate emails

Here is my code. It is sending emails twice and if I add three emails in “to” it is sanding emails thrice. I am not getting what the issue is. Please let me know if I am missing any Lucee configurations.

<cfmail to="test1@gmail.com;test2@gmail.com;" from="test3@gmail.com" subject="Testing mail service">
	<cfoutput>#dateformat(now(),'dd-mm-yyyy')#</cfoutput>
</cfmail>

Try using a comma instead of semicolon.

Tried using comma but same issue. Actually if I add how many emails in to,cc and bcc that many duplicate emails it is sending.

Hi @Anugula_Anil,

I couldn’t able to reproduce the issue. In which version you tested with it. If you can add mail server settings in admin server/web.