Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter thenk

    (@thenk)

    Alright, 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

    Thread Starter thenk

    (@thenk)

    Hi 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.

    Thread Starter thenk

    (@thenk)

    Hi 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?

    Thread Starter thenk

    (@thenk)

    Here 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>&nbsp;</td>
                            <td>[submit class:send "&nbsp;"]</td>
                        </tr>
                    </table>
    You have received a new contact:
    
    Name: [name]
    Email: [email]
    Phone: [phone]
    
    Comment:
    
    [comment]
    
    Thanks!

    Logic 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.

Viewing 5 replies - 1 through 5 (of 5 total)