davidmelvin
Technical User
Hello,
I’ve successfully completed an e-mail application that sends and receives text format e-mails. I would like to be able to send html format e-mails. It’s not necessary for the application to allow the user to create html files, the application can read an existing html file and send the information in the file. For example
NMSMTP1->PostMessage->Body->LoadFromFile("C:\\temp\\test.htm");
Can someone point me in the right direction?
I’ve successfully completed an e-mail application that sends and receives text format e-mails. I would like to be able to send html format e-mails. It’s not necessary for the application to allow the user to create html files, the application can read an existing html file and send the information in the file. For example
NMSMTP1->PostMessage->Body->LoadFromFile("C:\\temp\\test.htm");
Can someone point me in the right direction?