You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@wa-Nadoo Well, I'm getting this error: #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'INSERT INTO config(key, value)...
Please use this issue to discuss the implementation of the UI for configuring the SMTP settings. For questions how to do it without this implementation, use the forums! Or use an SMTP extension from the list.
Hi @vivex, yes, it is possible to configure Flarum to use mail instead of SMTP, however at the moment this is not possible through the user interface. You would have to create a custom extension.
@tisuchi This isn't the proper place to discuss this. All the SMTP UI does is set the values into the database. Either your configuration is wrong, or you haven't triggered any events that would send an email.
Please create a discussion at https://discuss.flarum.org for further help.
Activity
zedatrix commentedon Nov 5, 2015
How do I setup the email configuration settings? The fields are blobs...
Z0ink5 commentedon Dec 6, 2015
The fields are blobs as mentioned by @ethnp - I tried editing them directly but this broke my setup.
pescu25 commentedon Jan 16, 2016
yes,how?
wa-Nadoo commentedon Jan 19, 2016
@pescu25, http://flarum.org/docs/installation/ -> Configuring SMTP
riznmage commentedon Jan 20, 2016
@wa-Nadoo The fields are blob, and can not be edited?
Fresh install from composer today.
wa-Nadoo commentedon Jan 20, 2016
@riznmage, use SQL script https://discuss.flarum.org/d/620-smtp-setup/10
riznmage commentedon Jan 21, 2016
@wa-Nadoo Well, I'm getting this error: #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'INSERT INTO
config
(key
,value
)...kerlw commentedon Jan 24, 2016
@riznmage table 'config' has been renamed to 'settings'(Of course, you need to add your prefix.)
luceos commentedon Jan 24, 2016
Please use this issue to discuss the implementation of the UI for configuring the SMTP settings. For questions how to do it without this implementation, use the forums! Or use an SMTP extension from the list.
5 remaining items
Merge branch 'pr/933'
Tweak structure of mail settings page
vivex commentedon Sep 27, 2016
do it supports php mail ?
franzliedke commentedon Sep 27, 2016
Hi @vivex, yes, it is possible to configure Flarum to use mail instead of SMTP, however at the moment this is not possible through the user interface. You would have to create a custom extension.
vivex commentedon Sep 27, 2016
@franzliedke thanks for quick reply, So if i change
mail_drive
in DB tomail
, will it work ?franzliedke commentedon Sep 27, 2016
You could try that, yes - but I'm not sure what that will do to the admin interface, to be honest. ;)
luceos commentedon Sep 28, 2016
Yes you can set mail.driver in the database to mail, you can fill in bogus information in the other fields, it will be ignored (if I'm not mistaken).
tisuchi commentedon Nov 19, 2016
I am using mailgun, but have issue. None of the email is triggering. My configuration is like follows-
Can anybody help me?
dsevillamartin commentedon Nov 19, 2016
@tisuchi This isn't the proper place to discuss this. All the SMTP UI does is set the values into the database. Either your configuration is wrong, or you haven't triggered any events that would send an email.
Please create a discussion at https://discuss.flarum.org for further help.
luceos commentedon Nov 21, 2016
@tisuchi you're missing encryption, for 587 it should be
tls
.tisuchi commentedon Nov 22, 2016
@luceos
Thanks for you replay. But its not working with encryption too.
luceos commentedon Nov 22, 2016
@tisuchi please open a thread on the forums under support so we can track this down more easily.