I need to design an HTML email template which is sent through email to my clients.
I know that for designing an 'html email template':
- No css files should be linked, all styling should be inline to html.
- All images should be referenced through online server url and should not be stored locally.
My question is: Can I use bootstrap in html for designing an HTML email without downloading it and linking as a css file locally?