Ich kann meine Mail auch nach mehreren Versuchen nicht abschicken:
1. Variante
android@localhost:~$ sendemail -f
contact@facebook.com -t
examplemail@gmail.com -u Test -s smtp.gmail.com:587
Reading message body from STDIN because the '-m' option was not used.
If you are manually typing in a message:
- First line must be received within 60 seconds.
- End manual input with a CTRL-D on its own line.
Mar 20 20:57:20 localhost sendemail[8731]: Message input complete.
Mar 20 20:57:20 localhost sendemail[8731]: ERROR => Received: 530 5.7.0 Must issue a STARTTLS command first. c128sm9114507wma.11 - gsmtp
2. Variant
android@localhost:~$ sendemail -f
contact@facebook.com -t
examplemail@gmail.com -u Test -s smtp.gmail.com:587 -xu
exampleuser@gmail.com -xp passwort
Reading message body from STDIN because the '-m' option was not used.
If you are manually typing in a message:
- First line must be received within 60 seconds.
- End manual input with a CTRL-D on its own line.
Mar 20 20:57:56 localhost sendemail[8785]: Message input complete.
Mar 20 20:57:56 localhost sendemail[8785]: NOTICE => Authentication not supported by the remote SMTP server!
Mar 20 20:57:56 localhost sendemail[8785]: ERROR => Received: 530 5.7.0 Must issue a STARTTLS command first. jv7sm22100023wjb.36 - gsmtp
android@localhost:~$
Ich hoffe mir kann jemand helfen bin am verzweifeln die 2. Variante hat an meinem Kali Linux Rechner Super Funktioniert... Jetzt hab ich es auf Linux deploy installiert...