hello , good evening
I need to register for an e- mail informing you of the registration of the client to be sent via email to my client the owner of the site , but in ChronoForms V5 e- mail does not work , do not know why the email was sent only one time and it was no more , and nothing looked spam too, do not know what to do ...
Please can you help me?
already watched the instructional video did exactly that way by putting the email you send as exemple@mydomain.com ( replace " example " for my email even logical ) and kept the @mydomain.com
Label for this action (empty)
Enabled (yes)
To: my-e-mail@gmail.com
Subject: hello!!
From name: Will
From email: my-e-mail@mydomain.com
I need to register for an e- mail informing you of the registration of the client to be sent via email to my client the owner of the site , but in ChronoForms V5 e- mail does not work , do not know why the email was sent only one time and it was no more , and nothing looked spam too, do not know what to do ...
Please can you help me?
already watched the instructional video did exactly that way by putting the email you send as exemple@mydomain.com ( replace " example " for my email even logical ) and kept the @mydomain.com
Label for this action (empty)
Enabled (yes)
To: my-e-mail@gmail.com
Subject: hello!!
From name: Will
From email: my-e-mail@mydomain.com
HI willsystem,
Please drag a Debugger action into the On Submit event, then submit the form and post the debug - including the 'dummy emails' results here.
Note: if you are using the Easy Wizard you can turn on Debug on the Others tab in CFv4 or the Setup tab in CFv5.
Bob
Please drag a Debugger action into the On Submit event, then submit the form and post the debug - including the 'dummy emails' results here.
Note: if you are using the Easy Wizard you can turn on Debug on the Others tab in CFv4 or the Setup tab in CFv5.
Bob
I tried using the Debugger but not returned anything, unless I'm not knowing where to look , tell me where I find the report of the debugger ?
form generates a PDF with TCPDF action, this PDF must also be sent in via email attachment , but does not work
=\
#help
form generates a PDF with TCPDF action, this PDF must also be sent in via email attachment , but does not work
=\
#help
HI willsystem,
Please drag a Debugger action into the On Submit event, then submit the form and post the debug - including the 'dummy emails' results here.
Note: if you are using the Easy Wizard you can turn on Debug on the Others tab in CFv4 or the Setup tab in CFv5.
Bob
I managed to solve, I had to put the e- mail before the TCPDF , when he TCPDF after this it does not send the message , now the question is , I need this PDF go also attached to the email , but as it will be attached if the email only works before the TCPDF to generate the PDF ?
there is a way to do this ?
and e- mails are going to spam , how to fix ?
sorry so many questions
=\
sorry so many questions
=\
Hi Will,
You need to turn off any immediate download for the TCPDF action - if you have this on then it takes control of the output flow and any later actions in your form will be lost. if you set the TCPDF action to save the file to the server then you should be able to attach it to an email in the later action.
To stop emails going to spam you have to check them carefully and remove any 'spam-like' parts. The most common is to use a From Email address that does not match the site domain.
Bob
You need to turn off any immediate download for the TCPDF action - if you have this on then it takes control of the output flow and any later actions in your form will be lost. if you set the TCPDF action to save the file to the server then you should be able to attach it to an email in the later action.
To stop emails going to spam you have to check them carefully and remove any 'spam-like' parts. The most common is to use a From Email address that does not match the site domain.
Bob
Not sure if this is the right answer, but in the V5 version I found e-mail will not beeing send when using SENDMAIL.
Pls try with PHP Mail or SMTP
Those params to set in the General Setup of JOOMLA and in the settings of Chrono V5
(Finally I managed to get it working with SMTP)
Pls try with PHP Mail or SMTP
Those params to set in the General Setup of JOOMLA and in the settings of Chrono V5
(Finally I managed to get it working with SMTP)
This topic is locked and no more replies can be posted.