Skip to content
Grav 2.0 is officially stable. Read the announcement →
Archive

Simple Contact Doesn't Send Email

Started by Muut Archive 11 years ago · 7 replies · 373 views
11 years ago

I setup the recipient email to my Gmail address and configured everything correctly but when I test it doesn't send any email to my Gmail Account. There isn't any error when I click the submit button either. It says it was sent successfully.

11 years ago

Sorry don't have much experience with that plugin. We are working on getting our own Forms plugin finished up and that will allow for pages such as 'contact us forms' and will be able to support that ourselves :)

11 years ago

@Noah FYI Simple Contact has some bugs. In order to let it work you have to change simple_contact.php, L38-39 to

PHP
$this->grav['assets']
  ->add('plugin://simple_contact/assets/css/simple_contact/style.css')
  ->add('plugin://simple_contact/assets/js/simple_contact/script.js');

in order to add the required CSS to your pages. Then, you have to change simple_contact.php, L68 to

PHP
$old_content = $page->getRawContent();

and every occourence of $page->content to $page->setRawContent. It should be line 76, 81, 85, 89. To fix the bug of the sizing issue of the form, the best is to modify simple_contact/templates/partials/form.html.twig to

TXT
<div>

Concerning you mail issue, this could be a wrong PHP setting as the code looks ok for me...

11 years ago

Thanks for fix, I updated the plugin. Next week I come back to working with Grav so I need to check every my plugins/themes for update with new version of Grav.

11 years ago

Ehehe sorry my time before now are really less only for job and life... Now the big project is over so I can working on all my opensource project. Btw I dont want go offtopic here, we see in chat next days ^^

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1336 9 years ago
Archive · by Muut Archive, 9 years ago
2 926 9 years ago
Archive · by Muut Archive, 9 years ago
2 4056 9 years ago
Archive · by Muut Archive, 9 years ago
1 2941 9 years ago
Archive · by Muut Archive, 9 years ago
3 1112 9 years ago