ivandoric / Making-Websites-With-October-CMS

This is a repository for video tutorial series about making websites with October CMS. You can check out the series here: https://goo.gl/eW32CM
160 stars 52 forks source link

contact form msg was not received by email #2

Open DivineHeir opened 7 years ago

DivineHeir commented 7 years ago
Expected behavior

(Describe expected behavior here) successful sending out email to designated email through contact form

Actual behavior

(Describe actual behavior here) no error msg after having clicked on "send message". Designated email did not receive msg from contact form.

Reproduce steps

(Describe the steps to reproduce the problem here)

October build

(October build number) latest version

<?php

return [

'driver' => 'smtp',

'host' => 'smtp.gmail.com',

'port' => 587,

'from' => ['address' => 'someemail@gmail.com', 'name' => 'Octobercms'],

'encryption' => 'tls',

'username' => 'someemail@gmail.com',

'password' => 'somepassword',

'sendmail' => '/usr/sbin/sendmail -bs',

'to' => [

  'address' => '123@gmail.com',

  'name' => 'Catch all email'

],

'pretend' => false,

];

ivandoric commented 7 years ago

Can you please check how to do syntax highlighting here: https://guides.github.com/features/mastering-markdown/#syntax and paste your code again. This is impossible to read.

DivineHeir commented 7 years ago

I pasted the code by removing some comments. sorry that it was too messy.

Cruise7 commented 4 years ago

same problem, no error mesages , no email

Cruise7 commented 4 years ago

ajax framework not working