Hi ,
I am trying to send email with an attachement using the dotnetnuke SendEmail method but unable to send the attachment this method works when i remove the attachment
DotNetNuke.Services.Mail.Mail.SendEmail("fromAddress", "toAddress", "subject", "body");
But my requirement is to send email with a attachment can some one help me with this.