An example email
Hi there,
This is an example quarto-authored email. Anything you can write in a normal quarto post works here — bold, italic, links, code blocks, even figures.
print("hello from a code block")To send it:
cd newsletter
python send_email.py ../emails/drafts/example.qmd # dry run, writes _preview.html
python send_email.py ../emails/drafts/example.qmd --send # actually send
— Henry