Closed shinsei90 closed 6 years ago
I have the same issue, I'm looking for a way to fix it and I don't find anything useful too.
Are you both using sendmail? Have you tried with SMTP? Sendmail is really just a wrapper to the sendmail command on your system, so you could test by trying to send an email using the terminal.
Also, please try the Email CLI testing command.
I sent test emails out with sendmail command and it's worked without a problem, also tried the Email CLI testing command and this was the output:
$ sudo bin/plugin email test-email -t <my@email.adress> -e gpu.wigner.mta.hu
Current Configuration:
array:8 [
"enabled" => true
"from" => "<the email adress we use>"
"from_name" => "gpu.wigner.mta.hu/contact"
"to" => "<the email adress we use>"
"to_name" => "gpu.wigner.mta.hu/contact"
"mailer" => array:3 [
"engine" => "sendmail"
"smtp" => array:5 [
"server" => "localhost"
"port" => 25
"encryption" => "none"
"user" => ""
"password" => ""
]
"sendmail" => array:1 [
"bin" => "/usr/sbin/sendmail -bs"
]
]
"content_type" => "text/plain"
"debug" => false
]
[Swift_TransportException]
Expected response code 220 but got code "", with message ""
test-email [-t|--to TO] [-e|--env [ENV]] [-s|--subject [SUBJECT]] [-b|--body [BODY]]
It seems to be a problem with sendmail provider. You should probably try an smtp provider, it's going to be much more reliable unless you really know how how to setup sendmail properly.
Simply change
mailer:
sendmail:
bin: '/usr/sbin/sendmail -bs'
to
mailer:
sendmail:
bin: '/usr/sbin/sendmail -t'
More details: https://linux.die.net/man/8/sendmail.sendmail
Dear Developers!
I am receiving this error for a few weeks. I tried to find out what could be the problem, but I didn't find anything useful. We are using Ubuntu server 64-bit 16.04 with Sendmail.
Here is my plugin configuration:
and the rest of the error:
Environment & details:
GET Data empty
POST Data
Files empty
Cookies
Session
Server/Request Data
Environment Variables empty
Registered Handlers
I would be grateful for any help!