I’m building my own theme to send a mail using PHPMailer. When I submit the form, I use the action hook template_redirect, then I figured out that I forgot to use wp_redirect and exit after I sent the email. After that, email will no longer sending twice.