Hi, all ..
I have tried to write a program that can send a simple mail directly to
a destination SMTP server just using the SMTP command and work ok.
Now I'm trying to expand that program to have the capability to send a
mail that has attachment, my problem is how to tell the SMTP server
that my data is MIME. If I put the attachment data that has been encoded
using Base64, it just being the part of the message body.
Should I use ESMTP? I have tried to search the document for ESMTP in
internet but can not find it.
Is there somebody can help me? Please ...