Author: Robert Sample
Subject: Reply to: Mail via SMTP with an image?
Posted: Thu Jan 26, 2017 7:32 pm (GMT 5.5)
Look at using MIME with SMTP. It is possible to transfer binary data (such as images) using MIME under SMTP; whether or not that image will appear in the email or as an attachment is a different question.
_________________
TANSTAAFL
The first rule of code reuse is that the code needs to be worth re-using.
"We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil." -- Donald Knuth
Subject: Reply to: Mail via SMTP with an image?
Posted: Thu Jan 26, 2017 7:32 pm (GMT 5.5)
Look at using MIME with SMTP. It is possible to transfer binary data (such as images) using MIME under SMTP; whether or not that image will appear in the email or as an attachment is a different question.
_________________
TANSTAAFL
The first rule of code reuse is that the code needs to be worth re-using.
"We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil." -- Donald Knuth