TIpMail() > High level methods |
Attaches a file to an eMail.
:attachFile( <cFileName> ) --> lSuccess
Method :attachFile() attaches a local file to an outgoing eMail. The return value is .T. (true) when the file is attached, otherwise .F. (false) is returned.
The method determines the MIME type of the file and creates a multipart mail message with the file contents encoded base64.
http://www.xHarbour.com