Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello..
I am using umbraco.library.sendmail service for sending mails..
please let me know if attachment files be added and sent as mail using umbraco.library.sendmail service?
thanks
This is the syntax of sendmail from within Umbraco library.
SendMail(string FromMail, string ToMail, string Subject, string Body, boolean IsHtml).
To send attachments you'll have to use the System.Net.Mail objects directly.
-Chris
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Sending mail
Hello..
I am using umbraco.library.sendmail service for sending mails..
please let me know if attachment files be added and sent as mail using umbraco.library.sendmail service?
thanks
This is the syntax of sendmail from within Umbraco library.
To send attachments you'll have to use the System.Net.Mail objects directly.
-Chris
is working on a reply...