$mailfrom does not get filled from form
Posted: Fri Jun 04, 2021 2:35 pm
Hi.
Using Mac App Store edition. web builder 7, version 7.3.3
I am making a mailform with name, address, etc and (most important) email-address.
The EditBox for this field is called email. (all small-caps, as is required).
I use the default setting, which uses the function mail() (but I also tested SMPT and other offerd functions)
The Email address to send it to is fixed and valid and in the hosting-server-domain (as required) This is filled in in the property-inspector of the form.
When I test, the email does not get send, nor does its validity get tested (incorrect format)
After a lot of searching and testing (and asking my hosting provider to test the settings of the servers) I discovered the following:
When I fill in the "From Email" value in the property inspector manualy, all works as it should. All form-fields get send in the email and the email-validity test is performed. I do notice that the email-field that displays the "From Email" value has a capital E, which is not allowed. (But this could be cosmetics and only present in the email-text)
When I do not fill in the "From Email, but instead put (as is standard) $mailfrom in the property inspector, the mail does not get send and the email-test is not performed.
I am guessing that the hosting service does not allow to send an email without a valid sender address.
So it seems that the sender address ($mailfrom) is not properly transferred/filled from the from-field (email).
As there is no way to edit the generated code (unless I publish it, download it, edit it and upload it again) I hope you can fix this for me.
For your info, the windows version (wysiwyg-webbuilder) which I have used for some 10 years, did not have this issue. But (sadly) I work on a Mac since a year (and hate it ) so I am stuck with this version (which also often crashes, but luckily saves all data before it does so).
I have spent a few hours reading on this forum and the user manual, but did not find a solution.
I did notice you often request the code, but using the Menu - Page HTML, you can only see the code... NOT copy it
So, the next best thing is to give you the address of the page on-line: http://valentina.sale/Checkout_test.php
(The fail-page is an empty page, the success page is a picture of a glasswork cup with red liquid..... don't ask )
If you need anything more, please let me know.
Maarten
Using Mac App Store edition. web builder 7, version 7.3.3
I am making a mailform with name, address, etc and (most important) email-address.
The EditBox for this field is called email. (all small-caps, as is required).
I use the default setting, which uses the function mail() (but I also tested SMPT and other offerd functions)
The Email address to send it to is fixed and valid and in the hosting-server-domain (as required) This is filled in in the property-inspector of the form.
When I test, the email does not get send, nor does its validity get tested (incorrect format)
After a lot of searching and testing (and asking my hosting provider to test the settings of the servers) I discovered the following:
When I fill in the "From Email" value in the property inspector manualy, all works as it should. All form-fields get send in the email and the email-validity test is performed. I do notice that the email-field that displays the "From Email" value has a capital E, which is not allowed. (But this could be cosmetics and only present in the email-text)
When I do not fill in the "From Email, but instead put (as is standard) $mailfrom in the property inspector, the mail does not get send and the email-test is not performed.
I am guessing that the hosting service does not allow to send an email without a valid sender address.
So it seems that the sender address ($mailfrom) is not properly transferred/filled from the from-field (email).
As there is no way to edit the generated code (unless I publish it, download it, edit it and upload it again) I hope you can fix this for me.
For your info, the windows version (wysiwyg-webbuilder) which I have used for some 10 years, did not have this issue. But (sadly) I work on a Mac since a year (and hate it ) so I am stuck with this version (which also often crashes, but luckily saves all data before it does so).
I have spent a few hours reading on this forum and the user manual, but did not find a solution.
I did notice you often request the code, but using the Menu - Page HTML, you can only see the code... NOT copy it
So, the next best thing is to give you the address of the page on-line: http://valentina.sale/Checkout_test.php
(The fail-page is an empty page, the success page is a picture of a glasswork cup with red liquid..... don't ask )
If you need anything more, please let me know.
Maarten