<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Email Development Archives - IvanHurt.dev</title>
	<atom:link href="https://www.ivanhurt.dev/category/email-development/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Documenting My Journey As A Salesforce Marketing Cloud Engagement Professional</description>
	<lastBuildDate>Mon, 28 Jul 2025 01:06:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.ivanhurt.dev/wp-content/uploads/2025/04/cropped-IvanHurtEmailDevlogo-32x32.png</url>
	<title>Email Development Archives - IvanHurt.dev</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How To Quickly Fix DKIM Signature Issues If You Are Using An ESP?</title>
		<link>https://www.ivanhurt.dev/how-to-quickly-fix-dkim-signature-issues-if-you-are-using-an-esp/</link>
		
		<dc:creator><![CDATA[Ivan Hurt]]></dc:creator>
		<pubDate>Sun, 27 Jul 2025 22:52:37 +0000</pubDate>
				<category><![CDATA[Email Development]]></category>
		<category><![CDATA[DKIM Signature]]></category>
		<category><![CDATA[ESP]]></category>
		<category><![CDATA[ESP best practices]]></category>
		<guid isPermaLink="false">https://www.ivanhurt.dev/?p=1047</guid>

					<description><![CDATA[<p>A few weeks ago, a former client contacted me, reporting issues with their DKIM signature. The client was receiving sender authentication errors with the DKIM signature they had set up on their domain. The client has recently switched to a new email service provider and domain. The client wanted me to resolve the issue before [...]</p>
<p>The post <a href="https://www.ivanhurt.dev/how-to-quickly-fix-dkim-signature-issues-if-you-are-using-an-esp/">How To Quickly Fix DKIM Signature Issues If You Are Using An ESP?</a> appeared first on <a href="https://www.ivanhurt.dev">IvanHurt.dev</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">A few weeks ago, a former client contacted me, reporting issues with their DKIM signature. The client was receiving sender authentication errors with the DKIM signature they had set up on their domain.</p>



<p class="wp-block-paragraph">The client has recently switched to a new email service provider and domain. The client wanted me to resolve the issue before they started a major email marketing campaign.</p>



<p class="wp-block-paragraph">I agreed to help the client for a small fee, of course.</p>



<p class="wp-block-paragraph">I performed the following steps to start troubleshooting the issue:</p>



<ul class="wp-block-list">
<li>Verified the DKIM signature TXT record was set up correctly on the hosting service</li>



<li>Sent a test email from the ESP to my test Gmail and Outlook accounts</li>



<li>Verified the DKIM signature is passing in the email header</li>
</ul>



<p class="wp-block-paragraph">Interestingly, the DKIM signature for the hosting service passed. However, the DKIM signature for the ESP was missing from the email header. This indicated that the ESP&#8217;s DKIM key wasn&#8217;t being used for the email signing.</p>



<p class="wp-block-paragraph">From my experience with this particular ESP, you need to set up a separate DKIM signature TXT record for the ESP, in addition to the one for the hosting service. This allows the ESP&#8217;s DKIM signature to sign emails using their specific DKIM key.</p>



<p class="wp-block-paragraph"><em>Side Note: Please consult with your ESP to see if you need to add an additional TXT record for your ESP DKIM signature and the correct settings.</em></p>



<p class="wp-block-paragraph">I consulted with the ESP for the correct DNS setting for the ESP DKIM signature. After ensuring the proper settings were set up, I waited 24 hours for the DNS settings to propagate. However, the time-to-live (TTL) setting varies.</p>



<p class="wp-block-paragraph">After propagation was complete, I sent another email through the ESP to verify that both DKIM signatures were present in the email header. Both DKIM signatures passed, and the client&#8217;s sender authentication check passed.</p>



<p class="wp-block-paragraph">In conclusion, if you are using an ESP, please verify whether an additional TXT record is required in the ESP DKIM signature, ensure all DNS settings are correct, and allow sufficient time for the DNS to propagate fully.</p>



<p class="wp-block-paragraph">Thanks for listening,<br>Ivan Hurt, Email Developer</p>
<p>The post <a href="https://www.ivanhurt.dev/how-to-quickly-fix-dkim-signature-issues-if-you-are-using-an-esp/">How To Quickly Fix DKIM Signature Issues If You Are Using An ESP?</a> appeared first on <a href="https://www.ivanhurt.dev">IvanHurt.dev</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>3 Things I Learned From Email Camp 2024</title>
		<link>https://www.ivanhurt.dev/3-things-i-learned-from-email-camp-2024/</link>
		
		<dc:creator><![CDATA[Ivan Hurt]]></dc:creator>
		<pubDate>Thu, 03 Oct 2024 21:22:00 +0000</pubDate>
				<category><![CDATA[Email Development]]></category>
		<category><![CDATA[Tech Conference]]></category>
		<category><![CDATA[Email Camp 2024]]></category>
		<category><![CDATA[Email Developer]]></category>
		<category><![CDATA[Email Developer Conference]]></category>
		<category><![CDATA[HTML Email]]></category>
		<category><![CDATA[HTML Email Developer]]></category>
		<category><![CDATA[HTML Email Development]]></category>
		<guid isPermaLink="false">https://www.ivanhurt.dev/?p=752</guid>

					<description><![CDATA[<p>Today, I finished watching the on-demand videos and took a few notes I wanted to share. Below are the three things that I took away from Email Camp 2024. Google/Yahoo Email Changes Were A Good Thing 81% of people don’t answer a phone call from an unknown number (Pew Research) Day one of Email Camp [...]</p>
<p>The post <a href="https://www.ivanhurt.dev/3-things-i-learned-from-email-camp-2024/">3 Things I Learned From Email Camp 2024</a> appeared first on <a href="https://www.ivanhurt.dev">IvanHurt.dev</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph" id="ember428">Today, I finished watching the on-demand videos and took a few notes I wanted to share. Below are the three things that I took away from Email Camp 2024.</p>



<h3 class="wp-block-heading" id="ember429">Google/Yahoo Email Changes Were A Good Thing</h3>



<p class="wp-block-paragraph" id="ember430"><strong><em>81% of people don’t answer a phone call from an unknown number (</em></strong><a href="https://www.pewresearch.org/short-reads/2020/12/14/most-americans-dont-answer-cellphone-calls-from-unknown-numbers/"><strong><em>Pew Research</em></strong></a><strong><em>)</em></strong></p>



<p class="wp-block-paragraph" id="ember431">Day one of Email Camp 2024 focused on email deliverability and the Google/Yahoo 2024 email changes. The Google and Yahoo email changes were intended to make email more secure and improve deliverability.</p>



<p class="wp-block-paragraph" id="ember432">If Google and Yahoo didn’t change this to improve email deliverability, email would become the next telephone industry.</p>



<p class="wp-block-paragraph" id="ember433">Email would have the same statistics as the above quote.</p>



<p class="wp-block-paragraph" id="ember434">With no one opening emails, email marketing would lose a lot of its financial luster.</p>



<p class="wp-block-paragraph" id="ember435"><strong><em>Email marketing has an overall ROI of 4,200% (</em></strong><a href="https://luisazhou.com/blog/email-marketing-roi-statistics/"><strong><em>Luisa Zhou</em></strong></a><strong><em>)</em></strong></p>



<p class="wp-block-paragraph" id="ember436">No one would open emails from anyone unless you knew them personally.</p>



<p class="wp-block-paragraph" id="ember437">When I started managing the nonprofits’ email marketing programs, I implemented the SPF, DKIM, and DMARC policies because I knew deliverability was important.</p>



<p class="wp-block-paragraph" id="ember438">Email Camp only reinforced that the Google/Yahoo update was significant for emails overall.</p>



<h3 class="wp-block-heading" id="ember439">Refresh Your Email Designs</h3>



<p class="wp-block-paragraph" id="ember440">I will be the first to admit that I hated it when we would have to implement a new email design.</p>



<p class="wp-block-paragraph" id="ember441">However, after attending Email Camp 2024, I have a new respect for refreshing your email template designs.</p>



<p class="wp-block-paragraph" id="ember442">By bringing various parties together, including non-marketing folks, the email design process can significantly improve with new ideas and voices.</p>



<p class="wp-block-paragraph" id="ember443">With a templating system, new email designs can be quickly implemented, reducing the time needed to update the email template design.</p>



<p class="wp-block-paragraph" id="ember444">In closing, Email Camp 2024 was a blast and well worth attending.</p>



<p class="wp-block-paragraph" id="ember445">SMS Is The Future</p>



<p class="wp-block-paragraph" id="ember446">When I started working as an email developer, SMS marketing began taking shape.&nbsp; Now, SMS marketing is coming into its own.</p>



<p class="wp-block-paragraph" id="ember447">On day three, several presentations showcased the powerful marketing tool SMS. SMS is a technology that email developers should look into further.</p>



<p class="wp-block-paragraph" id="ember448">SMS is a secure, reliable marketing channel governed by government regulations.</p>



<p class="wp-block-paragraph" id="ember449">This makes SMS a technology that I’ll be looking further into over the next few months.</p>



<p class="wp-block-paragraph" id="ember450">Thanks for listening,<br>Ivan Hurt, Email Developer</p>
<p>The post <a href="https://www.ivanhurt.dev/3-things-i-learned-from-email-camp-2024/">3 Things I Learned From Email Camp 2024</a> appeared first on <a href="https://www.ivanhurt.dev">IvanHurt.dev</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>AI, Google, Apple, and Preview Text</title>
		<link>https://www.ivanhurt.dev/ai-google-apple-and-preview-text/</link>
		
		<dc:creator><![CDATA[Ivan Hurt]]></dc:creator>
		<pubDate>Sat, 20 Jul 2024 05:41:42 +0000</pubDate>
				<category><![CDATA[Email Development]]></category>
		<category><![CDATA[Apple Intelligence]]></category>
		<category><![CDATA[Email Developer]]></category>
		<category><![CDATA[Gemini 1.5 Pro]]></category>
		<category><![CDATA[Gemini update]]></category>
		<category><![CDATA[HTML Email]]></category>
		<category><![CDATA[HTML Email Developer]]></category>
		<category><![CDATA[HTML Email Development]]></category>
		<category><![CDATA[iOS 18]]></category>
		<guid isPermaLink="false">https://www.ivanhurt.dev/?p=728</guid>

					<description><![CDATA[<p>It&#8217;s been a while since I posted a long post, but I&#8217;ve been doubling down on learning the market side of email marketing instead of focusing solely on email development. In May 2024, Google launched its Gemini update that summarizes the email contents for a single email or across an email thread. In June 2024, [...]</p>
<p>The post <a href="https://www.ivanhurt.dev/ai-google-apple-and-preview-text/">AI, Google, Apple, and Preview Text</a> appeared first on <a href="https://www.ivanhurt.dev">IvanHurt.dev</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">It&#8217;s been a while since I posted a long post, but I&#8217;ve been doubling down on learning the market side of email marketing instead of focusing solely on email development.</p>



<p class="wp-block-paragraph">In May 2024, Google launched its Gemini update that summarizes the email contents for a single email or across an email thread.</p>



<p class="wp-block-paragraph">In June 2024, Apple followed suit during their Apple World Developer Conference (WWDC). With the release of iOS 18, Apple allows AI to summarize an email.</p>



<p class="wp-block-paragraph">Ivan, what happens to the preview text that email developers have been using sense forever?</p>



<p class="wp-block-paragraph">In all honesty, I am not 100% sure how this will affect the preview text. For the time being, I will continue to use preview text for any emails that I create.</p>



<p class="wp-block-paragraph">However, AI has forced me to learn more about email marketing. I am solid on creating emails, making emails work across multiple devices and clients, and email development in general.</p>



<p class="wp-block-paragraph">With AI enhancing emails, I&#8217;m glad I doubled down six months ago on learning email marketing.</p>



<p class="wp-block-paragraph">The Google and Apple updates will not change email development in my opinion. Instead of relying on the preview text, good email marketers will continue to do what they&#8217;ve done for years: send quality content with a strong call to action (CTA).</p>



<p class="wp-block-paragraph">The Google and the Apple updates do raise several questions for the future:</p>



<ul class="wp-block-list">
<li>How accurate will the AI email summaries bear the AI email summaries?</li>



<li>Will user’s opt-in or opt-out of these and future AI features?</li>



<li>What other updates Google and Apple had planning in the future></li>
</ul>



<p class="wp-block-paragraph">In all honesty, I&#8217;m embracing AI, email marketing, and email development. I can wait to see how this affects emails of the future as I embrace AI.</p>



<p class="wp-block-paragraph">Thanks for listening,<br>Ivan Hurt <br>Email Developer specializing in Salesforce Marketing Cloud</p>
<p>The post <a href="https://www.ivanhurt.dev/ai-google-apple-and-preview-text/">AI, Google, Apple, and Preview Text</a> appeared first on <a href="https://www.ivanhurt.dev">IvanHurt.dev</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>3 Things I Learned from Salesforce World Tour NYC 2023?</title>
		<link>https://www.ivanhurt.dev/3-things-i-learned-from-salesforce-world-tour-nyc-2023/</link>
		
		<dc:creator><![CDATA[Ivan Hurt]]></dc:creator>
		<pubDate>Tue, 09 May 2023 18:52:41 +0000</pubDate>
				<category><![CDATA[Email Development]]></category>
		<category><![CDATA[Salesforce Marketing Cloud]]></category>
		<category><![CDATA[Salesforce World Tour NYC 2023]]></category>
		<guid isPermaLink="false">https://www.ivanhurt.dev/?p=319</guid>

					<description><![CDATA[<p>A few days ago, I attended Salesforce World Tour New York 2023. I wanted to share a few observations that I got from attending the event. The first time I attended the Salesforce New York World Tour was back in 2019, before the pandemic shut down the world. The 2019 World Tour was a huge [...]</p>
<p>The post <a href="https://www.ivanhurt.dev/3-things-i-learned-from-salesforce-world-tour-nyc-2023/">3 Things I Learned from Salesforce World Tour NYC 2023?</a> appeared first on <a href="https://www.ivanhurt.dev">IvanHurt.dev</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">A few days ago, I attended Salesforce World Tour New York 2023. I wanted to share a few observations that I got from attending the event.</p>



<p class="wp-block-paragraph">The first time I attended the Salesforce New York World Tour was back in 2019, before the pandemic shut down the world. The 2019 World Tour was a huge affair, and it was the first time I did not spend hundreds of dollars to attend an IT technical conference. I will get into that more of that later.</p>



<p class="wp-block-paragraph">Salesforce World Tour New York 2023 is a huge event that takes over three floors of the Jarvis Convention Center. If you have never been to the Jarvis Convention Center, it is a huge place.  Salesforce filled every floor of the Jarvis Convention Center with Salesforce products, technical seminars, and product demos. The last time I went to a convention this large, I paid several  a few hundred dollars to attend. The Salesforce New York World Tour is free.</p>



<h3 class="wp-block-heading">Observation One</h3>



<p class="wp-block-paragraph">There has been a lot of talk in the news about Salesforce as a company losing a step. Many financial analysts have not looked favorably on the stock over the past few months. After attending the Salesforce World Tour; Salesforce is going to continue to dominate every industry its products are in.</p>



<p class="wp-block-paragraph">Salesforce is on the cutting advantage of technology with A.I. and EinsteinGPT integrated into every Salesforce product. Other companies are struggling to use ChatGPT. Salesforce has their own version called EinsteinGPT, integrated into all their products.</p>



<h3 class="wp-block-heading">Observation two</h3>



<p class="wp-block-paragraph">Salesforce Marketing Cloud filled a conference room in the Javis Convention Center. The one thing that I picked up is that there are not enough Salesforce Marketing Cloud professionals to meet the demand. </p>



<p class="wp-block-paragraph">Salesforce administrators outnumbered Salesforce Marketing Cloud professionals three to one. So, if you&#8217;re an email developer looking upgrade your skills and your paycheck, Salesforce Marketing Cloud is a platform you want to look into.</p>



<h3 class="wp-block-heading">Observation three</h3>



<p class="wp-block-paragraph">Salesforce Marketing Cloud is not going anywhere. I saw several demonstrations with A.I. and EinsteinGPT integrated into Salesforce Marketing Cloud.</p>



<p class="wp-block-paragraph">The future is bright for Salesforce Marketing Cloud. </p>



<p class="wp-block-paragraph">I attended so many demonstrations on the power of Salesforce Marketing Cloud that I cannot list them all.</p>



<h3 class="wp-block-heading">Conclusion</h3>



<p class="wp-block-paragraph">The Salesforce World Tour New York 2023 demonstrated the untapped potential of Salesforce Marketing Cloud. As an email developer, I am looking forward to the future of Salesforce Marketing Cloud thanks to the Salesforce World Tour 2023.</p>



<p class="wp-block-paragraph">Thanks for listening,<br>Ivan Hurt <br>Email Developer specializing in Salesforce Marketing Cloud</p>
<p>The post <a href="https://www.ivanhurt.dev/3-things-i-learned-from-salesforce-world-tour-nyc-2023/">3 Things I Learned from Salesforce World Tour NYC 2023?</a> appeared first on <a href="https://www.ivanhurt.dev">IvanHurt.dev</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>I&#8217;m speaking at Parcel Unpacked 2023</title>
		<link>https://www.ivanhurt.dev/im-speaking-at-parcel-unpacked-2023/</link>
		
		<dc:creator><![CDATA[Ivan Hurt]]></dc:creator>
		<pubDate>Fri, 06 Jan 2023 23:13:00 +0000</pubDate>
				<category><![CDATA[Email Development]]></category>
		<category><![CDATA[HTML Email Developer]]></category>
		<category><![CDATA[Parcel Unpacked 2023]]></category>
		<category><![CDATA[Parcel.io]]></category>
		<category><![CDATA[YouTube]]></category>
		<guid isPermaLink="false">https://www.ivanhurt.dev/?p=260</guid>

					<description><![CDATA[<p>I have the honor of speaking at Parcel Unpacked on January 18, 2023 at 11:00AM PST, Parcel.io first virtual conference.&#160; I will speak along side Carla Sinfon Liau Hing and Sarah Gallardo at the Navigating the Non-Linear Path session on Day 2 of Parcel Unpacked. Sarah Gallardo is a lead email developer at Oracle. Carla [...]</p>
<p>The post <a href="https://www.ivanhurt.dev/im-speaking-at-parcel-unpacked-2023/">I&#8217;m speaking at Parcel Unpacked 2023</a> appeared first on <a href="https://www.ivanhurt.dev">IvanHurt.dev</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">I have the honor of speaking at Parcel Unpacked on January 18, 2023 at 11:00AM PST, Parcel.io first virtual conference.&nbsp;</p>



<p class="wp-block-paragraph">I will speak along side Carla Sinfon Liau Hing and Sarah Gallardo at the Navigating the Non-Linear Path session on Day 2 of Parcel Unpacked.</p>



<p class="wp-block-paragraph">Sarah Gallardo is a lead email developer at Oracle. </p>



<p class="wp-block-paragraph">Carla Sinfon Liau Hing is a Marketing Operations Manager with over 6 years of experience in marketing campaigns and the MarTech stack.&nbsp;</p>



<p class="wp-block-paragraph">We will discuss how we each took the windy road to becoming an email developer. Join us as we share our career wisdom on navigating your own road into the email development space.</p>



<p class="wp-block-paragraph">Register for both days, January 17th and January 18th, 2023, so you don’t miss</p>



<ul class="wp-block-list">
<li>The Magic of Interactive Emails (Live Coding) – 01/17/2023 10:00AM PST</li>



<li>How Designers and Developers Can Stand out in a Job Interview – 01/18/2023 10:00AM PST</li>



<li>Debugging Quick Tips</li>
</ul>



<p class="wp-block-paragraph">If you are looking to get into an email developer role or seasoned developer,&nbsp;<strong><a rel="noreferrer noopener" href="https://parcel.io/unpacked" target="_blank">register for Parcel Unpacked</a></strong>&nbsp;on January 17th and 18th 2023.</p>



<p class="wp-block-paragraph">Thanks for listening,<br>Ivan Hurt&nbsp;<br>HTML Email Developer </p>



<p class="wp-block-paragraph">You can watch the replay of <a href="https://youtu.be/KIq2aA-FRh8" target="_blank" rel="noreferrer noopener">Navigating the Non-Linear Path</a> session at Parcel Unpacked 2023 at <a rel="noreferrer noopener" href="https://youtu.be/KIq2aA-FRh8" target="_blank">https://youtu.be/KIq2aA-FRh8</a>.</p>
<p>The post <a href="https://www.ivanhurt.dev/im-speaking-at-parcel-unpacked-2023/">I&#8217;m speaking at Parcel Unpacked 2023</a> appeared first on <a href="https://www.ivanhurt.dev">IvanHurt.dev</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>2 Best VS Code Extensions for Email Development</title>
		<link>https://www.ivanhurt.dev/2-best-vs-code-extensions-for-email-development/</link>
		
		<dc:creator><![CDATA[Ivan Hurt]]></dc:creator>
		<pubDate>Mon, 15 Aug 2022 09:44:31 +0000</pubDate>
				<category><![CDATA[Email Development]]></category>
		<category><![CDATA[Email Developer]]></category>
		<category><![CDATA[HTML Email Developer]]></category>
		<category><![CDATA[HTML Email Development]]></category>
		<category><![CDATA[Visual Studio Code]]></category>
		<guid isPermaLink="false">https://www.ivanhurt.dev/?p=220</guid>

					<description><![CDATA[<p>Visual Studio Code is hands down the best coding editor on the market, plus its free. However, when you do a search for Visual Studio Code extensions, you come up the same old list of Prettier Debugger for Chrome Settings Sync GitLens These are the Visual Studio Code extensions; my developer guys and gals tell [...]</p>
<p>The post <a href="https://www.ivanhurt.dev/2-best-vs-code-extensions-for-email-development/">2 Best VS Code Extensions for Email Development</a> appeared first on <a href="https://www.ivanhurt.dev">IvanHurt.dev</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Visual Studio Code is hands down the best coding editor on the market, plus its free.  </p>



<p class="wp-block-paragraph">However, when you do a search for Visual Studio Code extensions, you come up the same old list of </p>



<ul class="wp-block-list"><li>Prettier</li><li>Debugger for Chrome</li><li>Settings Sync</li><li>GitLens</li></ul>



<p class="wp-block-paragraph">These are the Visual Studio Code extensions; my developer guys and gals tell me to try all the time.  However, I am an email developer and most of these extensions don&#8217;t amount to a hill of beans to me.  </p>



<p class="wp-block-paragraph">Don&#8217;t get me wrong, if I was a Front-End web developer or PHP developer, I&#8217;m sure I would use those extensions all the time to be more productive. </p>



<p class="wp-block-paragraph">To be honest, I only use two Visual Studio Code extensions and here&#8217;s my list:</p>



<h3 class="wp-block-heading">Live Server</h3>



<p class="wp-block-paragraph">Live Server allows you to see you emails in real time.  Live Server will reload the page every time you make a change to automatically your latest update.  Created by Ritwick Dey.  </p>



<p class="wp-block-paragraph">Live Server should be first tool in your email developer toolkit. </p>



<h3 class="wp-block-heading">Email Snippet</h3>



<p class="wp-block-paragraph">Email Snippet is a hidden gem created by Ahsan Habib. A lot of email developers don&#8217;t know about this Visual Studio Code extension and it&#8217;s a crying shame.  Email Snippet allows me to create faster emails using Visual Studio Code and was a game changer when I found it.</p>



<p class="wp-block-paragraph">Show Email Snippet some love and add it to your email developer toolkit. </p>



<h3 class="wp-block-heading">FINAL THOUGHTS</h3>



<p class="wp-block-paragraph">Those are the two Visual Studio Code extensions that I use as an Email Developer.  Try them out and I hope they will be a game changer for you too.</p>



<p class="wp-block-paragraph">Thanks for listening,<br>Ivan Hurt&nbsp;<br>HTML Email Developer </p>



<p class="wp-block-paragraph"><strong><em>P.S. If you want to learn Salesforce Marketing Cloud and elevate your Email Developer career like I did, check out <a rel="noreferrer noopener" href="https://supermums.org/training/salesforce-marketing-cloud-course/ref/1006/?campaign=ihdev" target="_blank">SuperMums Salesforce Marketing Cloud Training</a>, authorized Salesforce Training Provider.</em></strong></p>
<p>The post <a href="https://www.ivanhurt.dev/2-best-vs-code-extensions-for-email-development/">2 Best VS Code Extensions for Email Development</a> appeared first on <a href="https://www.ivanhurt.dev">IvanHurt.dev</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>My final thoughts on the Supermums Salesforce Marketing Cloud Course</title>
		<link>https://www.ivanhurt.dev/my-final-thoughts-on-the-supermums-salesforce-marketing-cloud-course/</link>
		
		<dc:creator><![CDATA[Ivan Hurt]]></dc:creator>
		<pubDate>Fri, 07 Jan 2022 22:32:00 +0000</pubDate>
				<category><![CDATA[Email Development]]></category>
		<category><![CDATA[Salesforce Marketing Cloud]]></category>
		<category><![CDATA[Email Developer]]></category>
		<category><![CDATA[HTML Email Developer]]></category>
		<category><![CDATA[Supermums Salesforce Marketing Cloud Course]]></category>
		<guid isPermaLink="false">https://www.ivanhurt.dev/?p=46</guid>

					<description><![CDATA[<p>This is my final post on my experiences with Supermums Salesforce Marketing Cloud course. LET&#8217;S CATCH PLAY CATCH UP I took the Supermums Salesforce Marketing Cloud course in June 2021. I completed the course in October 2021 WHO IS THIS COURSE FOR? This is just my opinion. I believe someone with six months of experience [...]</p>
<p>The post <a href="https://www.ivanhurt.dev/my-final-thoughts-on-the-supermums-salesforce-marketing-cloud-course/">My final thoughts on the Supermums Salesforce Marketing Cloud Course</a> appeared first on <a href="https://www.ivanhurt.dev">IvanHurt.dev</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">This is my final post on my experiences with Supermums Salesforce Marketing Cloud course.</p>



<h3 class="wp-block-heading">LET&#8217;S CATCH PLAY CATCH UP</h3>



<p class="wp-block-paragraph">I took the Supermums Salesforce Marketing Cloud course in June 2021. I completed the course in October 2021</p>



<h3 class="wp-block-heading">WHO IS THIS COURSE FOR?</h3>



<p class="wp-block-paragraph">This is just my opinion. I believe someone with six months of experience working as an email developer will benefit from this course.</p>



<p class="wp-block-paragraph">Why do I say six months experience? With six months of experience, you should know email marketing terminology and an email automation system.</p>



<h3 class="wp-block-heading">INSTRUCTOR</h3>



<p class="wp-block-paragraph">In my previous post, I mentioned Vicky, the instructor for the course.</p>



<p class="wp-block-paragraph">Vicky brought a ton of real-world experience that you can only get from working with Salesforce Marketing Cloud. The little tidbits that she taught me helped me in my first week as a Salesforce Email Developer.</p>



<p class="wp-block-paragraph">Supermums picked a winner when they hired Vicky as an instructor.</p>



<h3 class="wp-block-heading">CLASS</h3>



<p class="wp-block-paragraph">I missed several weeks of the class due to health and work-related reasons.</p>



<p class="wp-block-paragraph">Supermums provides a recording of the live classes. Vicky, the instructor, is a mind reader, and she answered my questions even though I wasn&#8217;t in the live class.</p>



<h3 class="wp-block-heading">CERTIFICATION</h3>



<p class="wp-block-paragraph">The Supermums course does prepare you for the Salesforce Marketing Cloud Email Specialist exam that I will be taking in February 2022. I also received a discounted code for the exam.</p>



<h3 class="wp-block-heading">BONUS</h3>



<p class="wp-block-paragraph">One of the main reasons to take the Supermums course is a hands-on experience with Salesforce Marketing Cloud, and Trailhead does NOT offer you access to Salesforce Marketing Cloud.</p>



<p class="wp-block-paragraph">Hands-on access to Salesforce Marketing Cloud makes this course so unique.</p>



<p class="wp-block-paragraph"><strong>Side Note</strong>: The only way to access the Salesforce Marketing Cloud instance is to be a paying customer or through Salesforce Authorized Training Provider like Supermums.</p>



<h3 class="wp-block-heading">AFTER COMPLETING THE COURSE</h3>



<p class="wp-block-paragraph">In December 2021, I was laid off.</p>



<p class="wp-block-paragraph">When I updated my LinkedIn profile and resume, I was bombarded with interview requests with my newfound Salesforce Marketing Cloud knowledge. The Supermums course was the reason I received so many requests for interviews.</p>



<p class="wp-block-paragraph">I received multiple job offers. I eventually accepted an offer as a Salesforce Email Developer in January 2022 with <strong>a 23% salary increase from my previous position</strong>.</p>



<p class="wp-block-paragraph"><strong>Side Note</strong>: I have two years of experience as an email developer.</p>



<h3 class="wp-block-heading">FINAL THOUGHTS</h3>



<p class="wp-block-paragraph">If you want to move into Salesforce Marketing Cloud, I highly recommend the Supermums Salesforce Marketing Cloud course.</p>



<p class="wp-block-paragraph">Supermums is definitely a winner in my book.</p>



<p class="wp-block-paragraph">Thanks for listening,<br>Ivan Hurt&nbsp;<br>HTML Email Developer</p>



<p class="wp-block-paragraph"><strong><em>P.S. If you want to learn Salesforce Marketing Cloud and elevate your Email Developer career like I did, check out <a rel="noreferrer noopener" href="https://supermums.org/training/salesforce-marketing-cloud-course/ref/1006/?campaign=ihdev" target="_blank">SuperMums Salesforce Marketing Cloud Training</a>, authorized Salesforce Training Provider.</em></strong></p>
<p>The post <a href="https://www.ivanhurt.dev/my-final-thoughts-on-the-supermums-salesforce-marketing-cloud-course/">My final thoughts on the Supermums Salesforce Marketing Cloud Course</a> appeared first on <a href="https://www.ivanhurt.dev">IvanHurt.dev</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>My thoughts midway through the Supermums Salesforce Marketing Cloud Course</title>
		<link>https://www.ivanhurt.dev/my-thoughts-midway-through-the-supermums-salesforce-marketing-cloud-course/</link>
		
		<dc:creator><![CDATA[Ivan Hurt]]></dc:creator>
		<pubDate>Wed, 29 Sep 2021 20:33:00 +0000</pubDate>
				<category><![CDATA[Email Development]]></category>
		<category><![CDATA[Salesforce Marketing Cloud]]></category>
		<category><![CDATA[Email Developer]]></category>
		<category><![CDATA[HTML Email Developer]]></category>
		<category><![CDATA[Supermums]]></category>
		<category><![CDATA[Supermums Salesforce Marketing Cloud Course]]></category>
		<guid isPermaLink="false">https://www.ivanhurt.dev/?p=15</guid>

					<description><![CDATA[<p>This is a random post to share my experiences with the Supermums Marketing Cloud Course. If you never heard of Supermums, check out their website&#160;https://supermums.org/&#160;to learn more information. Supermums is an authorized Salesforce training partner, which is one of the reasons I signed up for their Salesforce Marketing Cloud course. Side Note:&#160;Many companies offering Salesforce [...]</p>
<p>The post <a href="https://www.ivanhurt.dev/my-thoughts-midway-through-the-supermums-salesforce-marketing-cloud-course/">My thoughts midway through the Supermums Salesforce Marketing Cloud Course</a> appeared first on <a href="https://www.ivanhurt.dev">IvanHurt.dev</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">This is a random post to share my experiences with the Supermums Marketing Cloud Course.</p>



<p class="wp-block-paragraph">If you never heard of Supermums, check out their website&nbsp;<a target="_blank" href="https://supermums.org/" rel="noreferrer noopener">https://supermums.org/</a>&nbsp;to learn more information. Supermums is an authorized Salesforce training partner, which is one of the reasons I signed up for their Salesforce Marketing Cloud course.</p>



<p class="wp-block-paragraph"><strong>Side Note:</strong>&nbsp;Many companies offering Salesforce Marketing Cloud Training are not Salesforce Authorized Training Partners. Having that Salesforce Authorized Training Partner stamp makes a huge difference, in my opinion.</p>



<h3 class="wp-block-heading">The Instructor</h3>



<p class="wp-block-paragraph">My instructor&#8217;s name is Vicki.</p>



<p class="wp-block-paragraph">She is a marketing pro with tons of experience. She has explained the ins and out of Salesforce Marketing Cloud and offering tons of tidbits that only someone with hands-on experience with Salesforce Marketing Cloud would know.</p>



<p class="wp-block-paragraph">A lot of the advice during class has helped during my interviews for an Email Developer role requiring experience with Salesforce Marketing Cloud.</p>



<h3 class="wp-block-heading">The Class</h3>



<p class="wp-block-paragraph">The class meets virtually, and the recording are posted within a few hours so that you can watch the replay. Due to life, I&#8217;ve watched half of the classes on replay.</p>



<p class="wp-block-paragraph">The live classes were awesome.</p>



<p class="wp-block-paragraph">Each class tackles a part of Salesforce Marketing Cloud that you be expected to know as an Email Marketing Specialist. The classes build on top of one another. So, suppose you do not have a marketing background like me. In that case, you will definitely better understand email marketing and marketing in general.</p>



<p class="wp-block-paragraph">My classmates are great, and you don&#8217;t have to be a mom or dad to attend the class.</p>



<h3 class="wp-block-heading">My Thoughts So Far</h3>



<p class="wp-block-paragraph">Taking the Supermums Marketing Cloud course, the biggest financial investments that I made in my developer journey.</p>



<p class="wp-block-paragraph">Investing in myself has paid off nicely.</p>



<p class="wp-block-paragraph">I watched two of my classmates pass their Salesforce Marketing Cloud Email Specialist exams. That gives me confidence because I take my exam at the end of September.</p>



<p class="wp-block-paragraph">I am getting more calls for Salesforce Marketing Cloud email developer roles, which offer a higher pay rate.</p>



<p class="wp-block-paragraph">The Supermums course is a win for me.</p>



<p class="wp-block-paragraph">Thanks for listening,<br>Ivan Hurt <br>HTML Email Developer</p>



<p class="wp-block-paragraph"><strong><em>P.S. If you want to learn Salesforce Marketing Cloud and elevate your Email Developer career like I did, check out <a rel="noreferrer noopener" href="https://supermums.org/training/salesforce-marketing-cloud-course/ref/1006/?campaign=ihdev" target="_blank">SuperMums Salesforce Marketing Cloud Training</a>, authorized Salesforce Training Provider.</em></strong></p>
<p>The post <a href="https://www.ivanhurt.dev/my-thoughts-midway-through-the-supermums-salesforce-marketing-cloud-course/">My thoughts midway through the Supermums Salesforce Marketing Cloud Course</a> appeared first on <a href="https://www.ivanhurt.dev">IvanHurt.dev</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Why I joined Supermums Marketing Cloud course?</title>
		<link>https://www.ivanhurt.dev/why-i-joined-supermums-marketing-cloud-course/</link>
		
		<dc:creator><![CDATA[Ivan Hurt]]></dc:creator>
		<pubDate>Tue, 06 Jul 2021 20:25:00 +0000</pubDate>
				<category><![CDATA[Email Development]]></category>
		<category><![CDATA[Salesforce Marketing Cloud]]></category>
		<category><![CDATA[HTML Email]]></category>
		<category><![CDATA[HTML Email Developer]]></category>
		<guid isPermaLink="false">https://www.ivanhurt.dev/?p=11</guid>

					<description><![CDATA[<p>A few months ago, I joined the Philadelphia Salesforce Marketer group.&#160; They were kind enough to send me an invitation to attend the Salesforce 2021 Connections conference watch party. At the conference, Salesforce announced a marketer career path on Trailhead. This announcement excited me. Trailhead is a free online tool that teaches you how to [...]</p>
<p>The post <a href="https://www.ivanhurt.dev/why-i-joined-supermums-marketing-cloud-course/">Why I joined Supermums Marketing Cloud course?</a> appeared first on <a href="https://www.ivanhurt.dev">IvanHurt.dev</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><a href="https://www.ivanhurt.dev/wp-admin/edit.php?post_type=post"></a></p>



<p class="wp-block-paragraph">A few months ago, I joined the Philadelphia Salesforce Marketer group.&nbsp; They were kind enough to send me an invitation to attend the Salesforce 2021 Connections conference watch party.</p>



<p class="wp-block-paragraph">At the conference, Salesforce announced a marketer career path on Trailhead.</p>



<p class="wp-block-paragraph">This announcement excited me.</p>



<p class="wp-block-paragraph"><em>Trailhead is a free online tool that teaches you how to transform your career in the Salesforce platform</em>.</p>



<p class="wp-block-paragraph">I was amazed at the different opportunities to use my HTML email development skills to advance my career with Salesforce Marketing Cloud.</p>



<p class="wp-block-paragraph">I was hooked.</p>



<p class="wp-block-paragraph">I was excited about the Salesforce announcement because the marketer career oath had two trails: Email Marketing Analyst and Email Marketing Manager.</p>



<p class="wp-block-paragraph">I spent the next two weeks completing the Email Marketing Analyst trail. After that, I started looking into opportunities as an email developer using Salesforce Marketing Cloud.</p>



<h2 class="wp-block-heading">Opportunities Galore</h2>



<p class="wp-block-paragraph">Lots of companies are seeking email developers with Salesforce Marketing Cloud experience.</p>



<p class="wp-block-paragraph">After doing some research, I realized I wanted to take my email developer to the next level. So I was going all-in on Salesforce Marketing Cloud Email development.</p>



<p class="wp-block-paragraph">There was one small problem!</p>



<p class="wp-block-paragraph">I couldn’t get access to Salesforce Marketing Cloud to learn it.&nbsp; Trailhead was great, but I needed real-world experience with Salesforce Marketing Cloud.</p>



<h2 class="wp-block-heading">Invest In Yourself</h2>



<p class="wp-block-paragraph">After much research, I came across the Supermums Marketing Cloud training course.&nbsp; Supermums has an excellent reputation and training partner with Salesforce.</p>



<p class="wp-block-paragraph">Now, I had to make a decision.</p>



<p class="has-text-align-left wp-block-paragraph">Do I invest in myself or wait for a company to spend money to train me in Salesforce Marketing Cloud?</p>



<figure class="wp-block-pullquote alignwide is-style-default"><blockquote><p>I’m not a businessman, I’m a business, man!</p><cite>Jay-Z</cite></blockquote></figure>



<p class="wp-block-paragraph">About 2 AM, I remembered a Jay-Z quote. I sign up for Supermums Marketing Cloud training course.</p>



<p class="wp-block-paragraph">Luckily, I did sign-up because the course started the next day, and the next session was later in the year.</p>



<h2 class="wp-block-heading">Final Thoughts</h2>



<p class="wp-block-paragraph">Over the next few months, I will be changing my blog to include HTML Email development using Salesforce Marketing Cloud.&nbsp; I will also be blogging about the Supermums course.&nbsp; I look forward to getting started and learning about Salesforce Marketing Cloud.</p>



<p class="wp-block-paragraph">Thanks for listening,<br>Ivan Hurt<br>HTML Email Developer</p>



<p class="wp-block-paragraph"><strong><em>P.S. If you want to learn Salesforce Marketing Cloud and elevate your Email Developer career like I did, check out <a rel="noreferrer noopener" href="https://supermums.org/training/salesforce-marketing-cloud-course/ref/1006/?campaign=ihdev" target="_blank">SuperMums Salesforce Marketing Cloud Training</a>, authorized Salesforce Training Provider.</em></strong></p>
<p>The post <a href="https://www.ivanhurt.dev/why-i-joined-supermums-marketing-cloud-course/">Why I joined Supermums Marketing Cloud course?</a> appeared first on <a href="https://www.ivanhurt.dev">IvanHurt.dev</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>3 things I learned from attending my first Mailcon?</title>
		<link>https://www.ivanhurt.dev/3-things-i-learned-from-attending-my-first-mailcon/</link>
		
		<dc:creator><![CDATA[Ivan Hurt]]></dc:creator>
		<pubDate>Tue, 09 Feb 2021 21:41:00 +0000</pubDate>
				<category><![CDATA[Email Development]]></category>
		<category><![CDATA[HTML Email]]></category>
		<category><![CDATA[HTML Email Developer]]></category>
		<category><![CDATA[HTML Email Development]]></category>
		<category><![CDATA[Mailcon]]></category>
		<guid isPermaLink="false">https://www.ivanhurt.dev/?p=20</guid>

					<description><![CDATA[<p>Until, a few days ago, I never heard of the Mailcon conference? I know I&#8217;m a newbie email developer who&#8217;s been living under a rock.&#160; Thanks to #emailgeeks hashtag on Twitter, I could buy a ticket before the registration ended, and I&#8217;m so glad I did. Mailcon is the largest email marketing conference for email [...]</p>
<p>The post <a href="https://www.ivanhurt.dev/3-things-i-learned-from-attending-my-first-mailcon/">3 things I learned from attending my first Mailcon?</a> appeared first on <a href="https://www.ivanhurt.dev">IvanHurt.dev</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Until, a few days ago, I never heard of the Mailcon conference?</p>



<p class="wp-block-paragraph">I know I&#8217;m a newbie email developer who&#8217;s been living under a rock.&nbsp;</p>



<p class="wp-block-paragraph">Thanks to #emailgeeks hashtag on Twitter, I could buy a ticket before the registration ended, and I&#8217;m so glad I did.</p>



<p class="wp-block-paragraph">Mailcon is the largest email marketing conference for email marketers. Due to the pandemic, Mailcon was virtual.</p>



<p class="wp-block-paragraph">Here are three observations that I learned from attending Mailcon for the first time as an email developer.</p>



<h2 class="wp-block-heading">Too Few Email Developers</h2>



<p class="wp-block-paragraph">I did a quick search on Mailcons&#8217;s community board and only found a handful of email developers in attendance. I went to the community board to network. I typed in a couple of terms for email developers, including email developers and HTML email developers.</p>



<p class="wp-block-paragraph">I only found about five email developers who attended the conference. This search was done by job title.</p>



<p class="wp-block-paragraph">I did reach out to the email developers in the Mailcon community. Everyone from the Mailcon community gave me great feedback to help me grow my career.</p>



<h2 class="wp-block-heading">Be Prepared</h2>



<p class="wp-block-paragraph">While&nbsp;I was at the conference, my bio read, &#8220;Freelance email developer looking for remote email developer gigs.&#8221;</p>



<p class="wp-block-paragraph">Several people reached out to me about working remotely as a freelance email developer.&nbsp;</p>



<p class="wp-block-paragraph">I just wish I had more HTML Emails on my portfolio.&nbsp;&nbsp;</p>



<p class="wp-block-paragraph">I recently removed several HTML Emails to revamp my email developer portfolio. I only had two email projects on my portfolio.</p>



<p class="wp-block-paragraph">The lack of projects on my portfolio cost me several freelance opportunities from Mailcon.</p>



<p class="wp-block-paragraph">I did manage to get one freelance gig from Mailcon. I know I could have landed more freelance gigs if I had more projects on my portfolio.</p>



<h2 class="wp-block-heading">Attend More Email Marketing Conferences In 2021</h2>



<p class="wp-block-paragraph">Lastly, attending more email conferences in 2021 is a must.&nbsp;</p>



<p class="wp-block-paragraph">As a budding email developer, it never occurred to me to attend the email marketing conference. The thought never crossed my mind.</p>



<p class="wp-block-paragraph">I learned so much from Mailcon. Mailcon gave me a better understanding of the current email marketing trends. I even learned more about marketing in general.</p>



<h2 class="wp-block-heading">Final Thoughts</h2>



<p class="wp-block-paragraph">Mailcon was an excellent investment as an email developer. I gained so much knowledge from attending Mailcon.&nbsp;</p>



<p class="wp-block-paragraph">Thanks to Mailcon and all of the speakers for putting on a fantastic virtual conference.&nbsp;</p>



<p class="wp-block-paragraph">I look forward to attending next year.</p>



<p class="wp-block-paragraph">Thanks for listening,<br>Ivan Hurt<br>HTML Email Developer</p>



<p class="wp-block-paragraph"><strong><em>P.S. If you want to learn Salesforce Marketing Cloud and elevate your Email Developer career like I did, check out <a rel="noreferrer noopener" href="https://supermums.org/training/salesforce-marketing-cloud-course/ref/1006/?campaign=ihdev" target="_blank">SuperMums Salesforce Marketing Cloud Training</a>, authorized Salesforce Training Provider.</em></strong></p>
<p>The post <a href="https://www.ivanhurt.dev/3-things-i-learned-from-attending-my-first-mailcon/">3 things I learned from attending my first Mailcon?</a> appeared first on <a href="https://www.ivanhurt.dev">IvanHurt.dev</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
