Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • ask 28 posts 48 karma points
    May 05, 2010 @ 16:12
    ask
    0

    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

     

  • Chris Dunn 210 posts 401 karma points
    May 05, 2010 @ 16:28
    Chris Dunn
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft