Hello,
I have created a Wamp server and hosting a website. Configured Sendmail in WAMP. Chose Sendmail method on Wysiwyg but no luck. How can i send email using WAMP? Tried to look for it on Google for wysiwyg but no luck.
Can anyone help me?
By the way, the form can successfully record form data in CSV.
My form mail method system: https://drive.google.com/file/d/1GHN5wn ... sp=sharing
Form don't send email on WAMP server
Re: Form don't send email on WAMP server
I know nothing about Wamp but if it works like Xampp then the emails are sent to the "mailoutput" folder.
The folder is specified in the "sendmail_path" in the php.ini file.
But also look at "Emails are not arriving in my inbox..." in viewtopic.php?t=32967
The folder is specified in the "sendmail_path" in the php.ini file.
But also look at "Emails are not arriving in my inbox..." in viewtopic.php?t=32967
Re: Form don't send email on WAMP server
Whether or not emails are sent by the server has nothing to do with WWB.
You will need to make sure the server is correctly configure to sent emails. Either via standard PHP mail or PHP mailer (smtp).
You will need to make sure the server is correctly configure to sent emails. Either via standard PHP mail or PHP mailer (smtp).
- chistinoor51
-
- Posts: 28
- Joined: Wed Jul 07, 2021 11:10 am
Re: Form don't send email on WAMP server
Thank you Pablo and WWBman for replying. I learned from you previously that it has nothing to do with the WYSIWYG. I was thinking maybe i chose wrong option on WYSIWYG. Anyways, turns out that configuring mailing system is quite challenging on WAMP since you have to edit the PHP and APACHE httpd. Tried and didn't work. It was just a hobby project. Nothing serious.