calaos / calaos_base

Calaos server
https://calaos.fr
GNU General Public License v3.0
160 stars 37 forks source link

calaos_mail doesn't send the body payload #148

Closed StevenLeRoux closed 4 years ago

StevenLeRoux commented 4 years ago

Testing the SMTPS email provider on the calaos image, I've send few emails that all arrive without any body payload.

I still receive the emails, but as empty ones.

raoulh commented 4 years ago

What is you smtp config? Did you try with calaos_mail command?

StevenLeRoux commented 4 years ago

SMTPS to smtp.gmail.com with TLS enabled.

SMTP is working since I've received emails : https://dl.plik.ovh/file/euJ6BQK0sBUT2mTh/tMgF49kRZxsiJsBQ/Screenshot%202020-03-16%20at%2012.00.33.png

I've tried with the example on the documentation and calaos_mail command

raoulh commented 4 years ago

Can you give the calaos_mail used please

StevenLeRoux commented 4 years ago

The one from this image : https://www.calaos.fr/download/experimental/calaos-os/intel-corei7-64/calaos-os-intel-corei7-64-v3.0-beta1-3-g0bd4448-2019-04-26.tar.xz

raoulh commented 4 years ago

Sorry I mean the full command you typed to test with calaos_mail

StevenLeRoux commented 4 years ago

Oh sorry :)

It was something like :

calaos_mail --source_email@domain.tld --to target_email@domain.tld --subject "calaos mail" --body "calaos test" --verbose

The NUC is behind a 4G access for now, so I don't have any remote access to give you the exact command from history

raoulh commented 4 years ago
--body <filename>

You should pass a filename with the body content, not the content itself