ur_mail_errors-8123fad50f077ed7cee45f8d84eeb69d.log?
That’s the entirety of the page: the error message and the log link. Does that mean none of my emails that I set up for Registration will be delivered? What does this error mean? Thank you.
]]>I can use Porto Theme.
The contact form 7 does not work for this theme. Other contact form by supsystic does not work either. All contact form does not work. How to fix it?
Screens:
https://i65.tinypic.com/2afadfq.png
https://i65.tinypic.com/352nsht.png
Best regards
]]>I am using ur plugin. I am able to send only Plain Text Emails and nothing else like HTML newsletters with images, PHP mails etc.
Mail is going till the end point mail but its scrambled with html code or php code.
Please help.
]]>First let me say I really like your plugin.
I have developed a site and when i tested the BOOK NOW form its says {“result”:0,”message”:”Your Item Has Been added but the email could not be sent.<br \/>\nPossible reason: your host may have disabled the mail() function.”}
and also tested the trip enquire form its says “Your Enquiery has been added but the email could not be sent.
Possible reason: your host may have disabled the mail() function.
so if you could kindly help me with it it would be really thankfull
Thanks in advance for your assistance.
]]>Thanks to WPForms for two wonderful plugins. The WPForms for very easy to configure contact forms and the SMTP plugin which fixes the mailing issues. 5-star is too low for this actually.
PS: our website was automatically updated to WP-version 4.9.3 and this plugin didn’t break or anything. Tested it out.
]]>1Your Web Host provider may have blocked the use of mail() function on your server. Ask them to enable the mail() function to start sending emails.
I have contacted the host and they have not turned off the mail()function. They said it would be easier to debug if they had the original actual error instead of the plugin’s explanation. Can you provide that?
I have gone into the WHM and taken off the SMTP restrictions already (seen from another support topic). But this error is still persisting.
There is also a warning showing on the System Info page. This is repeated about 7 times.
Warning: fopen(/home/xxxxxxx/public_html/wp-content/plugins/1463522814): failed to open stream: No such file or directory in /home/xxxxxx/public_html/wp-includes/functions.php on line 4834
Warning: fread() expects parameter 1 to be resource, boolean given in /home/xxxxxx/public_html/wp-includes/functions.php on line 4837
Warning: fclose() expects parameter 1 to be resource, boolean given in /home/xxxxxx/public_html/wp-includes/functions.php on line 4840
Yet when I compare the functions.php file to one that doesn’t use your plugin, the functions.php is exactly the same as this code on lines 4834 / 4837 / 4840
4832-function get_file_data( $file, $default_headers, $context = '' ) {
4833-// We don't need to write to the file, so just open for reading.
4834-$fp = fopen( $file, 'r' );
4835-
4836-// Pull only the first 8kiB of the file in.
4837-$file_data = fread( $fp, 8192 );
4838-
4839-// PHP will close file handle, but we are good citizens.
4840-fclose( $fp );
Any help would be appreciated. Even just an explanation.
]]>