-
Hi I cant send mail using mautic with cloudron email server, i try to use the setting that cloudron provide,
Host: use my.domain.tld
Port: 587
Encryption: none because mautic dont support STARTTLS
Username: my cloudron
Password: my cloudron passwordI also have switch to port 25,2525,465,587 and none of them works
What should i do? Please help -
that works for me:
-
@luckow using your mail settings work but I'm wondering if it's okay to have it like this, without TLS etc..
When I try to use my box cloudron SMTP server with TLS and login enabled I get this error :
Expected response code 220 but got code "500", with message "500 Unrecognized command " Log data: ++ Starting Swift_SmtpTransport << 220 my..org ESMTP Haraka/2.8.24 ready >> EHLO mautic..org << 250-my.***.org Hello [172.18.0.1]Haraka is at your service. 250-PIPELINING 250-8BITMIME 250-SMTPUTF8 250-SIZE 26214400 250 AUTH LOGIN PLAIN >> STARTTLS << 500 Unrecognized command !!
-
PHP 7 Fatal Error when messing with the Mail Settings in Configuration :
https://paste.digityser.org/vuhuqadiva.rbAlso in the Mail settings : if one tries to configure "Monitored Inbox Settings"
by adding a cloudron hosted email account to monitor for errors, bounce etc...
it seems it can't connect, and output this error message :
Error communicating with the IMAP server: [CLOSED] IMAP connection broken (server response)The point is none of the cloudron email settings (IMAP or SMTP) work with Mautic beside the ones provided above by @luckow
-
Another bug I found :
If you configure the Twitter plugin (you must add your Twitter app keys first) and then go to "social monitoring" and add an Hashtag and a mention monitoring entry, after a while it seems to fetch twiter data fine, but when this needs to added to the mautic database it produce this error : https://paste.digityser.org/irufomipox.pl
-
Arf, even tho using @luckow config settings seems to pass the "test connection" test, sending actual emails does not work
i'm not even sure why because i don't see anything in the log file when I hit the send buttonand on top of that, the fact that going to https://mautic.yourdomain.org/config/edit systematically crash the dashboard
makes it very hard to find a reason for all this..What is clear is that each time you change a config setting, it seems mautic regenerate a container..it seems this issue is listed here : https://github.com/mautic/mautic/issues/8316Right now it's completely unstable, sometimes I can access the configuration page, the moment I save a change, it crash
i'm having a hard time to pin point the issue to something specific..Each time I make a setting change & hit "save & close"
I see this in the error log :Jan 08 17:56:24 [Wed Jan 08 17:56:24.137114 2020] [core:notice] [pid 1] AH00052: child pid 63 exit signal Segmentation fault (11)
-
For the TLS, it is safe without TLS because the connection from mautic to the mail server is entirely internal to the server.
For the other issues, we have to investigate.
-
all the posts above are for a cloudron that is no longer
anyway.I'm now going to open a new issue for a more specific bug that I just found today that to my knowledge only happens since Mautic 3.x on Cloudron, I had no issues with Mautic 2.x in the end even if this issues (this thread) wasn't updated anymore.