Sending confirmation mail via Advanced (dynamic)

SPABO 19 Dec, 2019
Hi Bob,

I'm puzzled... Trying to get a previes form working (V5), but it seems it does not send out the confirmation messages any more..

In the designer I have Fieldname "email" and Field ID "email" (and this is captured in the DB!!)

In the set-up, in the On-Submit area I have a Custom code with the following in it

<?php
$form->data['subject'] = 'Betreft uw inschrijving P&P Bussloo dd '.$form->data['datum'];
?>

In the email area advanced tab I have :
Dynamic to : email
Dynamic subject: subject

However it does not send out an email anymore

Pls advise
SPABO 19 Dec, 2019
You never would belief...
In the FROM part I have put in : noreply@ziggo.nl (Ziggo is my provider)

Now it's clear Ziggo blocks this noreply@ziggo.nl..................

Have changed it to my hostingadress, like ...noreply@mywebsite.nl

SOLVED !!!!
This topic is locked and no more replies can be posted.