about wodSmtp (wodSmtp)
pls show me how to send email with attachment use wodSmtp in C++
online waiting
thanks
Re: about wodSmtp
We have added VC sample for you, please download wodSmtp again. In the code, change SendTextHtml (or CreateTextHtml) to SendSimpleAttachment or SendTextHtmlAttachment, or just call Attach method and that's it. You can change the code to suit your needs.
Hope it helps.
Re: about wodSmtp
Thank you very much. I will download it later and try again.