On Mon, Jul 10, 2017 at 3:17 PM, ToddAndMargo <toddandma...@zoho.com> wrote:

> On 07/10/2017 06:48 AM, Timo Paulssen wrote:
>
>> It seems like you don't know the internals of the SMTP protocol. In that
>> case, it's a bad idea to try to use the raw mode, when the simple mode
>> is much simpler to handle.
>>
> I need to send an attachment, so need learn real fast
>

Attachments are above the level of SMTP (with another layer in between:
SMTP is just transport and doesn't define the format of messages. MIME,
which is what you need for attachments, sits on top of the message format
(RFC2822/email).

-- 
brandon s allbery kf8nh                               sine nomine associates
allber...@gmail.com                                  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net

Reply via email to