Quantcast
Channel: DevNet Questions
Viewing all articles
Browse latest Browse all 8834

Send email in code using template with attachments

$
0
0
Hi, I am trying to send email through this var email = @test@test.test@; var emailMessage = new EmailMessage(); emailMessage.Recipients = email; EmailSender.SendEmail(@MySite@, emailMessage, @WhitePaper@, MacroResolver.GetInstance(), true); But in this template @WhitePaper@ I have an attachment. When email is sent I cannot see any attachments inside. How can I get attachments from email template.

Viewing all articles
Browse latest Browse all 8834

Trending Articles