ok i installed mail log plugin i also installed the WP Mail SMTP and emails are being sent and recieved but still formidiable form is not emailing itself i deleted the form and remade it still the same results i also done as suggesdted and changed the email to the same as the domian which made no differance before as said i was able to recieve email before
log shows 2024-02-21 16:30:18 x.165.x.98 [email protected] vv Form submitted on Bxistxx Tanxxx no errors showing
form shows as
to [admin_email]
from
[sitename]
do i need to enter the actual email ?? in the to like [email protected]
This is definitely tough to debug from a distance, so it'll probably be more of a trial-and-error issue for you. My suggestion to you is to reduce things to their most simple and get it to work and then start adding complexity from there. Set it up with the "To:" fixed as your private email and the "From:" fixed as something@yourdomain and see if the email is sent and received. If that simple example doesn't work it likely means there's a deeper mailer issue. You can also write a one- or two-line PHP program to send an email from your server via the mail function and see if that works.
Please login or Register to submit your answer