Reference prompt to Claude.aiI’m about to send a test email
Are you able to provide me with a raw HTML sample email based upon the layout and styling of scottwebdev.net that has placeholder links that I can supplant with UTM links from Google Analytics?
Summary notes
- HTML in emails has a different norms to Web Pages, i.e:
- No seperate CSS stylesheets
- CSS must be inlined
- No JavaScript is allowed to run within emails
- (really? Google analytics scripts run in emails, right?)
- All HTML elements must be arranged inside of an HTML structure
- No seperate CSS stylesheets