phpmailer

This commit is contained in:
2023-02-08 00:59:52 +01:00
parent 1644fede7f
commit 6a7569147e
5 changed files with 69 additions and 32 deletions

View File

@ -67,6 +67,7 @@ export default function DogContactForm(
if(data.success)
{
toast.success('Eine Kopie wurde auch an ' + toEmail + ' geschickt!');
toast.success('Nachricht gesendet!');
}
else if(!data.success && data.message)