Page 1 of 1

Form don't send email on WAMP server

Posted: Sun Jul 16, 2023 6:38 am
by chistinoor51
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

Re: Form don't send email on WAMP server

Posted: Sun Jul 16, 2023 8:13 am
by WWBman
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

Re: Form don't send email on WAMP server

Posted: Sun Jul 16, 2023 9:28 am
by Pablo
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).

Re: Form don't send email on WAMP server

Posted: Wed Jul 19, 2023 2:56 pm
by chistinoor51
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. :roll: 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. :lol: Nothing serious.