thenk
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Error sending email after site moveAlright, I have no idea why, but this time when I disabled the SMTP plugin it is sending emails again.
I guess there was still something stuck in the wordpress system from when I removed the SMTP plugins beforehand and tested with straight wordpress email.
Thanks for your help
Forum: Plugins
In reply to: [Contact Form 7] Error sending email after site moveHi guys,
I have tested basic mail() and wp_mail() commands, both work fine sending to and with any addresses. SMTP plugins also can send email fine; there doesn’t appear to be an issue with mail itself.
I’m not using an SMTP plugin anymore, and WordPress emails are working fine.
After reading the CF7 class files, it appears they use the wp_mail function to send email – that function works fine when used by other scripts, so I’m not sure what’s going wrong with CF7.
Does anyone know how to further debug the cause of the failure? The only response given by the server is mailSent: false.
Forum: Plugins
In reply to: [Contact Form 7] Error sending email after site moveHi all,
This has become very urgent and I am not sure if I can continue to use this plugin for contact if I can’t fix it! I would very much like to continue using what is already in place, but I can’t debug much, if at all, what is going wrong with it.
Does anyone have any information on how to debug this plugin, or perhaps any experience in moving sites?
Forum: Plugins
In reply to: [Contact Form 7] Error sending email after site moveHere is a link to the form in question:
https://www.luxehouses.com.au/contact
<p>For general enquiries please complete the following form:</p> <table cellpadding="0" cellspacing="0"> <tr> <td><strong>Name</strong></td> <td>[text* name]</td> </tr> <tr> <td><strong>Email</strong></td> <td>[email* email]</td> </tr> <tr> <td><strong>Phone</strong></td> <td>[text phone]</td> </tr> <tr> <td valign="top"><strong>Comment</strong></td> <td>[textarea comment]</td> </tr> <tr> <td> </td> <td>[submit class:send " "]</td> </tr> </table>
You have received a new contact: Name: [name] Email: [email] Phone: [phone] Comment: [comment] Thanks!
Forum: Plugins
In reply to: [Contact Form 7] Form not workingLogic would suggest to me to not use full stops in your field names, so change D.O.B to DOB and take the full stop from ContactNo.
The other thing is your template says [Application for Job] which does not appear to be a tag in the form itself.