Mixpost
-
wrote on Apr 4, 2024, 11:42 PM last edited by
He's maybe focussing on developing it further right now and doesn't want the workload of packaging apps. I'm currently happy with the composer version as the docker one also doesn't have all the features.
-
He's maybe focussing on developing it further right now and doesn't want the workload of packaging apps. I'm currently happy with the composer version as the docker one also doesn't have all the features.
wrote on Apr 4, 2024, 11:46 PM last edited by@andreasdueren I wish it's a time/focus issue. He's worried about licensing/ownership of the app. Any way, the composer method is the same method as the guide above? It's been a while and I forgot what method I was using.
-
wrote on Apr 5, 2024, 1:06 AM last edited by
Yes i'ts what you've been working on. I think I followed some of the instructions somewhere here for the lite version but applied it to the enterprise one
-
wrote on Apr 5, 2024, 4:02 PM last edited by
So, out of curioisty.
To get the app working in the lamp app- is that the previously written up guide?
-
wrote on Apr 8, 2024, 1:59 AM last edited by
Yes should work no problem
-
wrote on Aug 8, 2024, 8:03 PM last edited by
I'm giving Mixpost another go. Fresh install. All is working except for the mail. What SMTP settings are you guys using in the .env file?
I tried a bunch of settings and currently have these, but nothing works:
# SMTP MAIL_MAILER=mail MAIL_HOST=mail MAIL_PORT=2465 MAIL_USERNAME=mixpost.app@domain.com MAIL_PASSWORD=grjk34jkl6543jklerjkl34jkl5lkj3436df4334 MAIL_ENCRYPTION=tls MAIL_FROM_ADDRESS="mixpost.app@domain.com" MAIL_FROM_NAME="${APP_NAME}"
-
I'm giving Mixpost another go. Fresh install. All is working except for the mail. What SMTP settings are you guys using in the .env file?
I tried a bunch of settings and currently have these, but nothing works:
# SMTP MAIL_MAILER=mail MAIL_HOST=mail MAIL_PORT=2465 MAIL_USERNAME=mixpost.app@domain.com MAIL_PASSWORD=grjk34jkl6543jklerjkl34jkl5lkj3436df4334 MAIL_ENCRYPTION=tls MAIL_FROM_ADDRESS="mixpost.app@domain.com" MAIL_FROM_NAME="${APP_NAME}"
wrote on Aug 9, 2024, 8:24 AM last edited by@humptydumpty said in Mixpost:
I'm giving Mixpost another go. Fresh install. All is working except for the mail. What SMTP settings are you guys using in the .env file?
I tried a bunch of settings and currently have these, but nothing works:
# SMTP MAIL_MAILER=mail MAIL_HOST=mail MAIL_PORT=2465 MAIL_USERNAME=mixpost.app@domain.com MAIL_PASSWORD=grjk34jkl6543jklerjkl34jkl5lkj3436df4334 MAIL_ENCRYPTION=tls MAIL_FROM_ADDRESS="mixpost.app@domain.com" MAIL_FROM_NAME="${APP_NAME}"
I think
MAIL_MAILER=
needs to besmtp
. At least that's what I had set up:MAIL_MAILER=smtp MAIL_HOST=mail MAIL_PORT=2465 MAIL_USERNAME=app@domain.com MAIL_PASSWORD= grjk34jkl6543jklerjkl34jkl5lkj3436df4334 MAIL_ENCRYPTION=tls MAIL_FROM_ADDRESS="app@domain.com" MAIL_FROM_NAME="${APP_NAME}"
I honestly don't really see the point in packaging it thought, works perfectly in the LAMP app.
-
@humptydumpty said in Mixpost:
I'm giving Mixpost another go. Fresh install. All is working except for the mail. What SMTP settings are you guys using in the .env file?
I tried a bunch of settings and currently have these, but nothing works:
# SMTP MAIL_MAILER=mail MAIL_HOST=mail MAIL_PORT=2465 MAIL_USERNAME=mixpost.app@domain.com MAIL_PASSWORD=grjk34jkl6543jklerjkl34jkl5lkj3436df4334 MAIL_ENCRYPTION=tls MAIL_FROM_ADDRESS="mixpost.app@domain.com" MAIL_FROM_NAME="${APP_NAME}"
I think
MAIL_MAILER=
needs to besmtp
. At least that's what I had set up:MAIL_MAILER=smtp MAIL_HOST=mail MAIL_PORT=2465 MAIL_USERNAME=app@domain.com MAIL_PASSWORD= grjk34jkl6543jklerjkl34jkl5lkj3436df4334 MAIL_ENCRYPTION=tls MAIL_FROM_ADDRESS="app@domain.com" MAIL_FROM_NAME="${APP_NAME}"
I honestly don't really see the point in packaging it thought, works perfectly in the LAMP app.
wrote on Aug 9, 2024, 8:56 AM last edited by@andreasdueren said in Mixpost:
I honestly don't really see the point in packaging it thought, works perfectly in the LAMP app.
Loads of apps could in theory work perfectly in the LAMP app - but it requires a load of work to set-up. Having it packaged would save all that work.
-
@andreasdueren said in Mixpost:
I honestly don't really see the point in packaging it thought, works perfectly in the LAMP app.
Loads of apps could in theory work perfectly in the LAMP app - but it requires a load of work to set-up. Having it packaged would save all that work.
wrote on Aug 9, 2024, 12:13 PM last edited by@jdaviescoates exactly! I spent over two hours reinstalling mixpost yesterday. Most of that time was spent re-reading all the forum posts and docs to refresh my memory. Upgrading will still be a manual hassle too. There’s also an unsolved mystery, symphony; what is keeping horizon running?
-
@humptydumpty said in Mixpost:
I'm giving Mixpost another go. Fresh install. All is working except for the mail. What SMTP settings are you guys using in the .env file?
I tried a bunch of settings and currently have these, but nothing works:
# SMTP MAIL_MAILER=mail MAIL_HOST=mail MAIL_PORT=2465 MAIL_USERNAME=mixpost.app@domain.com MAIL_PASSWORD=grjk34jkl6543jklerjkl34jkl5lkj3436df4334 MAIL_ENCRYPTION=tls MAIL_FROM_ADDRESS="mixpost.app@domain.com" MAIL_FROM_NAME="${APP_NAME}"
I think
MAIL_MAILER=
needs to besmtp
. At least that's what I had set up:MAIL_MAILER=smtp MAIL_HOST=mail MAIL_PORT=2465 MAIL_USERNAME=app@domain.com MAIL_PASSWORD= grjk34jkl6543jklerjkl34jkl5lkj3436df4334 MAIL_ENCRYPTION=tls MAIL_FROM_ADDRESS="app@domain.com" MAIL_FROM_NAME="${APP_NAME}"
I honestly don't really see the point in packaging it thought, works perfectly in the LAMP app.
wrote on Aug 9, 2024, 12:15 PM last edited by@andreasdueren I’ll give smtp a try but i think i tried that yesterday. Maybe i need different settings because i use a mailgun relay.
-
wrote on Aug 9, 2024, 2:01 PM last edited by
SMTP didn't work. I'll ask upstream.
-
@andreasdueren said in Mixpost:
I honestly don't really see the point in packaging it thought, works perfectly in the LAMP app.
Loads of apps could in theory work perfectly in the LAMP app - but it requires a load of work to set-up. Having it packaged would save all that work.
wrote on Aug 10, 2024, 11:31 AM last edited by@jdaviescoates I understand that. It seems to me though that the three different models add too much complexity though.
-
SMTP didn't work. I'll ask upstream.
wrote on Aug 10, 2024, 11:32 AM last edited by@humptydumpty said in Mixpost:
SMTP didn't work. I'll ask upstream.
Hmm maybe you're right. I'm not sure my emails are being delivered either. Let me know if you find something out.
-
wrote on Aug 20, 2024, 2:38 PM last edited by
Looks like the latest update just fixed something because I got multiple reset emails right after
-
Looks like the latest update just fixed something because I got multiple reset emails right after
wrote on Aug 20, 2024, 4:20 PM last edited by humptydumpty Aug 20, 2024, 4:21 PM@andreasdueren mail is still not working after updating to 2.2.3. Are you using the info from
credentials.txt
or the SMTP relay user/credentials that's set up on the relay's dashboard (mailgun)?I also tried port 2525 with different mail_mailer values (mail, smtp, SMTP).. no luck.
-
Looks like the latest update just fixed something because I got multiple reset emails right after
wrote on Aug 20, 2024, 4:24 PM last edited by@andreasdueren BTW, in your Cloudron > Email, is your mail server name smtp or mail?
I have it as mail. In credentials.txt, it shows mail as value for the first two lines.
-
@andreasdueren mail is still not working after updating to 2.2.3. Are you using the info from
credentials.txt
or the SMTP relay user/credentials that's set up on the relay's dashboard (mailgun)?I also tried port 2525 with different mail_mailer values (mail, smtp, SMTP).. no luck.
wrote on Aug 20, 2024, 4:25 PM last edited by andreasdueren Aug 20, 2024, 4:26 PM@humptydumpty I did also play with my .env credentials and put them in quotation marks among other things:
# SMTP MAIL_MAILER="smtp" MAIL_HOST="mail" MAIL_PORT="2525" MAIL_USERNAME="app@domain.tld" MAIL_PASSWORD="grjk34jkl6543jklerjkl34jkl5lkj3436df4334" MAIL_ENCRYPTION="ssl" MAIL_FROM_ADDRESS="app@ domain.tld" MAIL_FROM_NAME="${APP_NAME}"
That was a few days ago though. Maybe this in combination with the update fixed this.
-
wrote on Aug 20, 2024, 4:31 PM last edited by
You're using SSL instead of TLS. Yeah, by default, only the mail_from_address had quotations which I found odd. Let me copy yours and see how it goes.
-
@andreasdueren BTW, in your Cloudron > Email, is your mail server name smtp or mail?
I have it as mail. In credentials.txt, it shows mail as value for the first two lines.
wrote on Aug 20, 2024, 4:31 PM last edited by@humptydumpty said in Mixpost:
@andreasdueren BTW, in your Cloudron > Email, is your mail server name smtp or mail?
I have it as mail. In credentials.txt, it shows mail as value for the first two lines.
Mail server location is
mail
. Also showsmail
in the credentials. -
You're using SSL instead of TLS. Yeah, by default, only the mail_from_address had quotations which I found odd. Let me copy yours and see how it goes.
wrote on Aug 20, 2024, 4:32 PM last edited by andreasdueren Aug 20, 2024, 4:33 PM@humptydumpty said in Mixpost:
You're using SSL instead of TLS. Yeah, by default, only the mail_from_address had quotations which I found odd. Let me copy yours and see how it goes.
Yes it's one of the changes I made. But I reckon both should work.