***Solved*** Hostinger Issue***Form Email Processing Issue
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
- chistinoor51
-
- Posts: 28
- Joined: Wed Jul 07, 2021 11:10 am
***Solved*** Hostinger Issue***Form Email Processing Issue
Hello Pablo,
I am having some trouble with form email processing. Here are the issues:
1. Forms are not sending any emails
2. Forms are not sending any responder emails to the form filler
I am using PHP form processing script. Did not change any settings.
Note: Form is successfully storing data to the csv. No issues with that.
*These functions were working perfectly in 17. And i am updated to the latest version 18.
I am having some trouble with form email processing. Here are the issues:
1. Forms are not sending any emails
2. Forms are not sending any responder emails to the form filler
I am using PHP form processing script. Did not change any settings.
Note: Form is successfully storing data to the csv. No issues with that.
*These functions were working perfectly in 17. And i am updated to the latest version 18.
Last edited by chistinoor51 on Sat Nov 26, 2022 9:20 am, edited 2 times in total.
Re: Form Email Processing Issue
Your form is OK.
Are you sure the emails are not sent?
Maybe they end up in your spam?
Or maybe the messages are blocked by the server?
See also "Emails are not arriving in my inbox" in the Form FAQ:
viewtopic.php?t=32967
Note that this has nothing to do with WB18. it uses the same form processor script.
The emails are sent by the server (via standard PHP mail) . So, if it no longer works then maybe something on the server has changed?
Are you sure the emails are not sent?
Maybe they end up in your spam?
Or maybe the messages are blocked by the server?
See also "Emails are not arriving in my inbox" in the Form FAQ:
viewtopic.php?t=32967
Note that this has nothing to do with WB18. it uses the same form processor script.
The emails are sent by the server (via standard PHP mail) . So, if it no longer works then maybe something on the server has changed?
- chistinoor51
-
- Posts: 28
- Joined: Wed Jul 07, 2021 11:10 am
Re: Form Email Processing Issue
Hi Pablo,
Thank you so much for your kind support.
I have pretty much checked every folders including the spams. No sign of the emails.
Any change on the server side?
=> Yes, i am using hostinger which uses Titan Email. We upgraded the free plan to the business plan recently. But that only enables some features like extra space, email read receipt and blah blah. No technical changes were made.
An experiment
=> What i am going to do now is, i am going to change the email addresses from the form and add my gmail to see if i get the emails or not. If i get, then i can be sure that its the server side issue. what you think?
Thank you so much for your kind support.
I have pretty much checked every folders including the spams. No sign of the emails.
Any change on the server side?
=> Yes, i am using hostinger which uses Titan Email. We upgraded the free plan to the business plan recently. But that only enables some features like extra space, email read receipt and blah blah. No technical changes were made.
An experiment
=> What i am going to do now is, i am going to change the email addresses from the form and add my gmail to see if i get the emails or not. If i get, then i can be sure that its the server side issue. what you think?
Re: Form Email Processing Issue
You will need to contact the web host to ask if the emails are sent. They should be able to see this in their logs.
Based on their feedback you can then update your settings, if needed.
Based on their feedback you can then update your settings, if needed.
- chistinoor51
-
- Posts: 28
- Joined: Wed Jul 07, 2021 11:10 am
Re: Form Email Processing Issue
Chatting with them now. will update you.
- chistinoor51
-
- Posts: 28
- Joined: Wed Jul 07, 2021 11:10 am
Re: Form Email Processing Issue
In the meantime, tried with gmails. And also used those emails which has no business plans. No luck. Same situation.
Still talking with them...they are checking
Still talking with them...they are checking
Last edited by chistinoor51 on Sat Nov 26, 2022 9:21 am, edited 1 time in total.
- chistinoor51
-
- Posts: 28
- Joined: Wed Jul 07, 2021 11:10 am
Re: Form Email Processing Issue
Pablo,
talked to them. They told me nothing is restricted or blocked. They suggest me to use SMTP. So i Checked the PHP mailer and chose SMTP. Encryption: TLS, put the host name, Port: 587
Used SMTP authentication, Inserted username as full email and password.
Something weird happened:
Did get emails this time but form is showing error.
Emails are good. CSV is good just form is now showing error.
- chistinoor51
-
- Posts: 28
- Joined: Wed Jul 07, 2021 11:10 am
Re: Form Email Processing Issue
Its solved now.
Used Encryption SSL now with 465.
ISSUE IS FIXED.
Conclusion:
Hostinger doesnt support PHP mail script anymore. They didnt say it directly, it seems like.
Thank you for your kind support Pablo. I learned today from you that PHP mail is sent by the server. Its all server's business. Thank you
Used Encryption SSL now with 465.
ISSUE IS FIXED.
Conclusion:
Hostinger doesnt support PHP mail script anymore. They didnt say it directly, it seems like.
Thank you for your kind support Pablo. I learned today from you that PHP mail is sent by the server. Its all server's business. Thank you
Re: ***Solved*** Hostinger Issue***Form Email Processing Issue
Hello,
Can you please explain how you solved the problem. What did you do? Thank you
Can you please explain how you solved the problem. What did you do? Thank you
- chistinoor51
-
- Posts: 28
- Joined: Wed Jul 07, 2021 11:10 am
Re: ***Solved*** Hostinger Issue***Form Email Processing Issue
Sorry for the super late reply. I have fixed the issue by Choosing SMTP method from the form (Mail Engine) instead of choosing mail option. Simply used smtp.xxxx.xxxx then used port no# xxx, SMTP Username, Password, and encryption.
SMTP setup info were provided by Hostinger (Titan Email)
SMTP setup info were provided by Hostinger (Titan Email)
-
-
- Posts: 1439
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: ***Solved*** Hostinger Issue***Form Email Processing Issue
And for the gmail issue you need app password and it will be solved.chistinoor51 wrote: ↑Wed May 17, 2023 11:39 pm Sorry for the super late reply. I have fixed the issue by Choosing SMTP method from the form (Mail Engine) instead of choosing mail option. Simply used smtp.xxxx.xxxx then used port no# xxx, SMTP Username, Password, and encryption.
SMTP setup info were provided by Hostinger (Titan Email)