I have two questions about SMTP RFC:
- What value should I pass as the argument for the EHLO command if I don't have my own domain name?
The domain name given in the EHLO command MUST be either a primary host name (a domain name that resolves to an address RR) or, if the host has no name, an address literal, as described in Section 4.1.3 and discussed further in the EHLO discussion of Section 4.1.4.
I don't really undesrstand Section 4.1.3. Can you give me an example or rephrase it?
- Which headers are required to send in the DATA section?
Thanks in advance.