Replies: 10 comments 7 replies
-
Settings are under /index.php/options/email or Admin -> Global -> Email out of the box its set for sendmail however that maybe not configured on your docker install, else you can provide it an SMTP server |
Beta Was this translation helpful? Give feedback.
-
Same here But Cloudlog tells me the E-Mail Settings are incorrect with following Error Log:
Could someone help me? I don't want to use sendmail. |
Beta Was this translation helpful? Give feedback.
-
This error is usually related to SMTP Encryption |
Beta Was this translation helpful? Give feedback.
-
Still not getting it to work. The mail settings are correct but cloudlog always tells me E-Mail Settings are not correct. |
Beta Was this translation helpful? Give feedback.
-
Did you make some progress with that? |
Beta Was this translation helpful? Give feedback.
-
My Mailserver says this:
|
Beta Was this translation helpful? Give feedback.
-
After some research (I'm no developer)... Could be the Problem the old CodeIgniter 3 Framework?... CodeIgniter 4 works much better with the newer PHP Versions.. For me it seems like that system/libraries/Email.php is the Problem which causes the issues with the SMTP Mailer. Sendmail is also nice but SMTP is a bit easier to configure and if Cloudlog offers SMTP directly so why not using it.. |
Beta Was this translation helpful? Give feedback.
-
@DJLax5 Finally I found the problem. The PR #2715 should fix this. |
Beta Was this translation helpful? Give feedback.
-
Hi all! |
Beta Was this translation helpful? Give feedback.
-
ok great thanks for info. Won't use any of these options so no need for me. Thanks |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone!
I am new to cloudlog, and I am currently in the process of setting everything up.
Sadly, I cannot get the email system to work. I have ssmtp installed on my system and I can send mails via the command line. But if I try to send a mail (e.g. by requesting a new password) from cloudlog, I get
Email settings are incorrect.
Does this functionality depend on something else? The server runs within a docker container, so some packages may be missing.
What should I set in crlf and newline?
I have already tried each combination of Outgoing Protocol and SMTP Encryption, the rest is correct.
Any Ideas would be much appreciated!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions