diff --git a/frontend/FMModelForm_maker_fmc.php b/frontend/FMModelForm_maker_fmc.php index 108bdde..d646af8 100644 --- a/frontend/FMModelForm_maker_fmc.php +++ b/frontend/FMModelForm_maker_fmc.php @@ -2393,6 +2393,10 @@ class FMModelForm_maker_fmc { } } $recipient = $row->mail; + + // Fix for SES + $recipient = trim($recipient, ','); + if($row->mail_subject) { $subject = $row->mail_subject; }