Hi all,
I added a new attachemnt doc to existing email template but the mail sent with the attachement and when i checked the activities the email was sent and there is no attachment appear, so whats the problem
Thanks,
MO
Hi all,
I added a new attachemnt doc to existing email template but the mail sent with the attachement and when i checked the activities the email was sent and there is no attachment appear, so whats the problem
Thanks,
MO
Thank you Steve.
your steps working fine , so what about using the email template which contains attachments file and calling the template from code using SendEmailFromTemplateRequest Class
SendEmailFromTemplateRequest sendEmailreq = new SendEmailFromTemplateRequest
{
Target = email,
TemplateId = emailTemplate.Id,
RegardingId = regardingId,
RegardingType = entRegardingType,
};
service.Execute(sendEmailreq);
should i do somthing else for the attached file which included in the templates
Hi,
Please make sure the attachment is added to the attachment list when import the email template.
Steps:
1. Navigate to the Activities and click Email button.
2. Click insert Template button and select your email template.
3. Click send button after the doc is added to the attachment list.(If your doc was not added to the attachment list, the doc wouldn’t be sent with the email)
4. Result:
Regards,
Steve Zhao
Please mark as verified if the answer is helpful.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,235 Most Valuable Professional
nmaenpaa 101,156