Hi,
I'm trying to write a routine to send smtp email. I wonder what is the minimum requirement for such a routine so that it can send email to majority of smtp server (in other words, most smtp server will accept the email sent by my routine). RFC 2821 specifies the minimum implementation of the receiver side. I cannot find any RFC which specifies the minimum implementation of the sender side. I want to know what authentication is the minimum requirement for such routine. Should I use something called SMTP AUTH or ESMTP AUTH? Where can I find examples and/or explanations of SMTP AUTH and ESMTP AUTH?
Thank you for any help.
I'm trying to write a routine to send smtp email. I wonder what is the minimum requirement for such a routine so that it can send email to majority of smtp server (in other words, most smtp server will accept the email sent by my routine). RFC 2821 specifies the minimum implementation of the receiver side. I cannot find any RFC which specifies the minimum implementation of the sender side. I want to know what authentication is the minimum requirement for such routine. Should I use something called SMTP AUTH or ESMTP AUTH? Where can I find examples and/or explanations of SMTP AUTH and ESMTP AUTH?
Thank you for any help.