Form don't send email on WAMP server

This section is for posting questions which are not directly related to WYSIWYG Web Builder.
Examples of off topics: web server configuration, hosting, programming related questions, third party scripts.

Note that these questions will generally not be answered by the administrators of this forum.
Post Reply
User avatar
chistinoor51
 
 
Posts: 28
Joined: Wed Jul 07, 2021 11:10 am

Form don't send email on WAMP server

Post 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
WWBman
 
 
Posts: 917
Joined: Fri Jan 08, 2010 6:10 pm

Re: Form don't send email on WAMP server

Post 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
User avatar
Pablo
 
Posts: 22474
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Form don't send email on WAMP server

Post 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).
User avatar
chistinoor51
 
 
Posts: 28
Joined: Wed Jul 07, 2021 11:10 am

Re: Form don't send email on WAMP server

Post 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.
Post Reply