eMail icon indicating copy to clipboard operation
eMail copied to clipboard

Command line SMTP client

Results 18 eMail issues
Sort by recently updated
recently updated
newest added

eMail works as expected pretty much everywhere except when one of the email relay is an exchange server. As stated in RFC821: http://www.faqs.org/rfcs/rfc821.html Each line in an email should end...

If passwd contains special characters "$",the console will dilsplay :email: FATAL: Smtp error:535 Authentication credentials invalid 334 UGFzc3dvcmQ6,

Configuration option SIGNATURE_FILE apparently provides no way to refer to my home directory; SIGNATURE_FILE = $HOME/.signature.email (or quoted) does not work. Configuration option SIGNATURE_DIVIDE does not work; email says: email:...

Message from user: If period character (dot .) is 1st character in a line, it should insert another period character after it. When I send mail which contains IPv4 address,...

Had some comments about signing and encrypting e-mails not working or signing with incorrect email address. An email from an anonymous user: I'm having a problem signing emails. I'm using...

On my system Ubuntu 22.04.1 LTS running 5.15.0-1028-aws I am getting the following error while running ./configure checking if strftime is GNU or Non-GNU... /tmp/strftime_try.c: In function 'main': /tmp/strftime_try.c:16:8: warning:...

lot of things like this during linking step: /usr/lib64/gcc/x86_64-suse-linux/12/../../../../x86_64-suse-linux/bin/ld: remotesmtp.o:/dare/sys_libs_experimental/eMail/include/email.h:81: multiple definition of `Mopts'; email.o:/dare/sys_libs_experimental/eMail/src/email.c:45: first defined here Following patch fixes it for me: ``` commit 3ccc3f0fe865d7c7c4be1779116e98f8476d50da Author: Anton Sharonov...