Send outlook email with custom font and custom font size

  • create a variable strBody with reduced string
    "<p style=""font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif; font-size: 11px;"">#YourText#</p>"

  • replace #YourText# woth your email text

  • use strBody within the Body (Cuerpo) field of the send email activity

  • ensure isHTMLBody is activated