Skip to content

Instantly share code, notes, and snippets.

@dbraynard
dbraynard / outlook-html-email-with-base64-tags.html
Created March 15, 2021 14:48
Outlook HTML Email with base64 img tags
<html>
<head>
<style>
/* Remove space around the email design. */
html,
body {
margin: 0 5 !important;
padding: 0 !important;
import org.apache.spark.SparkConf
import org.apache.spark.SparkContext
import com.datastax.spark.connector.cql.CassandraConnector
import org.apache.spark.sql.cassandra.CassandraSQLContext
object HelloWorld{