<?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>Der Magento Experte</title>
	<atom:link href="https://www.der-mage-experte.de/tag/e-mail/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.der-mage-experte.de</link>
	<description>Ihr Magento Experte &#38; Entwickler</description>
	<lastBuildDate>Fri, 03 Apr 2026 09:02:45 +0000</lastBuildDate>
	<language>de-DE</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8.6</generator>
	<item>
		<title>&#8220;Incorrect authentication data&#8221; Problem lösen</title>
		<link>https://www.der-mage-experte.de/2122/magento2-incorrect-authentication-data-problem-loesen/</link>
		<comments>https://www.der-mage-experte.de/2122/magento2-incorrect-authentication-data-problem-loesen/#comments</comments>
		<pubDate>Mon, 08 Jan 2024 08:36:36 +0000</pubDate>
		<dc:creator><![CDATA[Mex]]></dc:creator>
				<category><![CDATA[Magento Lösungen]]></category>
		<category><![CDATA[E-Mail]]></category>
		<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[SMTP]]></category>

		<guid isPermaLink="false">https://www.der-mage-experte.de/?p=2122</guid>
		<description><![CDATA[Es kann vorkommen, dass Sie oder Ihre Kunden in Ihrem Magento 2 Shop an diversen Stellen die Meldung Incorrect authentication data erhalten. Das Problem kann am Frontend und auch im Adminbereich auftreten. Vermutlich versenden Sie E-Mails über SMTP und die&#8230;]]></description>
				<content:encoded><![CDATA[<p>Es kann vorkommen, dass Sie oder Ihre Kunden in Ihrem Magento 2 Shop an diversen Stellen die Meldung <strong>Incorrect authentication data</strong> erhalten. Das Problem kann am Frontend und auch im Adminbereich auftreten. </p>
<p>Vermutlich versenden Sie E-Mails über SMTP und die dort hinterlegten Anmeldedaten sind nicht (mehr) korrekt. Prüfen Sie also die verwendeten SMTP Daten und korrigieren Sie diese. Danach sollte das Problem gelöst sein. </p>]]></content:encoded>
			<wfw:commentRss>https://www.der-mage-experte.de/2122/magento2-incorrect-authentication-data-problem-loesen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inhalt Kommentarfeld aus Kontaktformular wird einzeilig ausgegeben</title>
		<link>https://www.der-mage-experte.de/1812/magento2-inhalt-kommentarfeld-aus-kontaktformular-wird-einzeilig-ausgegeben/</link>
		<comments>https://www.der-mage-experte.de/1812/magento2-inhalt-kommentarfeld-aus-kontaktformular-wird-einzeilig-ausgegeben/#comments</comments>
		<pubDate>Thu, 02 Sep 2021 09:20:10 +0000</pubDate>
		<dc:creator><![CDATA[Mex]]></dc:creator>
				<category><![CDATA[Magento Lösungen]]></category>
		<category><![CDATA[E-Mail]]></category>
		<category><![CDATA[Magento 2]]></category>
		<category><![CDATA[Mailvorlage]]></category>

		<guid isPermaLink="false">http://www.der-mage-experte.de/?p=1812</guid>
		<description><![CDATA[Der Inhalt des Kommentarfeldes aus dem Kontaktformular Ihres Magento 2 Shops wird in einer Zeile ausgegeben und somit gehen Formatierungen des Absenders verloren? Eine einfache Anpassung Ihrer Mailvorlage kann Abhilfe schaffen! Passen Sie die folgenden Zeile in Ihrer Mailvorlage an:&#8230;]]></description>
				<content:encoded><![CDATA[<p>Der Inhalt des Kommentarfeldes aus dem Kontaktformular Ihres Magento 2 Shops wird in einer Zeile ausgegeben und somit gehen Formatierungen des Absenders verloren? Eine einfache Anpassung Ihrer Mailvorlage kann Abhilfe schaffen!</p>
<p>Passen Sie die folgenden Zeile in Ihrer Mailvorlage an:</p><pre class="crayon-plain-tag">{{var data.comment}}</pre><p>wird zu</p><pre class="crayon-plain-tag">{{var data.comment|nl2br}}</pre><p></p>
<p>Formatierte Eingaben werden nun korrekt angezeigt.</p>]]></content:encoded>
			<wfw:commentRss>https://www.der-mage-experte.de/1812/magento2-inhalt-kommentarfeld-aus-kontaktformular-wird-einzeilig-ausgegeben/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BCC zu einer Transaktions-Mail hinzufügen</title>
		<link>https://www.der-mage-experte.de/911/magento-bcc-zu-einer-transaktions-mail-hinzufuegen/</link>
		<comments>https://www.der-mage-experte.de/911/magento-bcc-zu-einer-transaktions-mail-hinzufuegen/#comments</comments>
		<pubDate>Tue, 14 Jul 2015 07:43:23 +0000</pubDate>
		<dc:creator><![CDATA[Mex]]></dc:creator>
				<category><![CDATA[Magento Lösungen]]></category>
		<category><![CDATA[E-Mail]]></category>

		<guid isPermaLink="false">http://www.der-mage-experte.de/?p=911</guid>
		<description><![CDATA[Verwenden Sie den folgenden Code um einen BCC zu einer Magento Transaktions E-Mail hinzuzufügen: [crayon-69e3486abea04/]]]></description>
				<content:encoded><![CDATA[<p>Verwenden Sie den folgenden Code um einen BCC zu einer Magento Transaktions E-Mail hinzuzufügen:</p>
<p></p><pre class="crayon-plain-tag">Mage::getModel('core/email_template')
     -&gt;addBcc('test@example.com')
     -&gt;sendTransactional(...);</pre><p></p>]]></content:encoded>
			<wfw:commentRss>https://www.der-mage-experte.de/911/magento-bcc-zu-einer-transaktions-mail-hinzufuegen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento Mailadressen der Kunden ändern</title>
		<link>https://www.der-mage-experte.de/260/magento-mailadressen-der-kunden-andern/</link>
		<comments>https://www.der-mage-experte.de/260/magento-mailadressen-der-kunden-andern/#comments</comments>
		<pubDate>Fri, 29 Mar 2013 13:25:56 +0000</pubDate>
		<dc:creator><![CDATA[Mex]]></dc:creator>
				<category><![CDATA[Magento Lösungen]]></category>
		<category><![CDATA[E-Mail]]></category>
		<category><![CDATA[Lokale-Entwicklung]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.der-mage-experte.de/?p=260</guid>
		<description><![CDATA[Wenn Sie neu zu implementierende Funktionalitäten lokal auf Ihrem Entwicklungsrechner testen möchten, empfiehlt es sich, die Mailadressen der Kunden zu ändern. Das folgende Skript kann dafür genutzt werden: Warnung: Führen Sie diese Statements niemals auf Ihrem Produktivsystem aus! [crayon-69e3486abee28/] Öffnen&#8230;]]></description>
				<content:encoded><![CDATA[<p>Wenn Sie neu zu implementierende Funktionalitäten lokal auf Ihrem Entwicklungsrechner testen möchten, empfiehlt es sich, die Mailadressen der Kunden zu ändern. Das folgende Skript kann dafür genutzt werden:</p>
<p><strong>Warnung: Führen Sie diese Statements niemals auf Ihrem Produktivsystem aus!</strong></p>
<p></p><pre class="crayon-plain-tag">update sales_flat_quote set customer_email = (concat(substring(md5(rand()) from 1 for 20), '@example.com'));
update sales_flat_order set customer_email = (concat(substring(md5(rand()) from 1 for 20), '@example.com'));
update sales_flat_quote_address set email = (concat(substring(md5(rand()) from 1 for 20), '@example.com'));
update customer_entity set email = (concat(substring(md5(rand()) from 1 for 20), '@example.com'));</pre><p></p>
<p>Öffnen Sie nun z.B. eine Bestellung und prüfen Sie, ob die Mailadresse ersetzt wurde.</p>
<p><strong>Warnung: Führen Sie diese Statements niemals auf Ihrem Produktivsystem aus!</strong></p>]]></content:encoded>
			<wfw:commentRss>https://www.der-mage-experte.de/260/magento-mailadressen-der-kunden-andern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento Store Mailadressen einer lokalen Installation ändern</title>
		<link>https://www.der-mage-experte.de/142/store-mailadressen-lokale-magento-installation-aender/</link>
		<comments>https://www.der-mage-experte.de/142/store-mailadressen-lokale-magento-installation-aender/#comments</comments>
		<pubDate>Mon, 25 Mar 2013 12:39:28 +0000</pubDate>
		<dc:creator><![CDATA[Mex]]></dc:creator>
				<category><![CDATA[Magento Lösungen]]></category>
		<category><![CDATA[E-Mail]]></category>
		<category><![CDATA[Lokale-Entwicklung]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.der-mage-experte.de/?p=142</guid>
		<description><![CDATA[Warnung: Führen Sie diese Statements niemals auf Ihrem Produktivsystem aus! Die folgende Abfrage erstellt das Updateskript entsprechend eines von Ihnen definierten Musters. In diesem Falle ist das Muster &#8220;ihre-domain.de&#8221;. Ersetzen Sie dieses durch Ihre Domain. [crayon-69e3486abf25d/] Das resultierende Skript sieht&#8230;]]></description>
				<content:encoded><![CDATA[<p><strong>Warnung: Führen Sie diese Statements niemals auf Ihrem Produktivsystem aus!</strong></p>
<p>Die folgende Abfrage erstellt das Updateskript entsprechend eines von Ihnen definierten Musters. In diesem Falle ist das Muster &#8220;ihre-domain.de&#8221;. Ersetzen Sie dieses durch Ihre Domain.</p><pre class="crayon-plain-tag">select concat('update core_config_data set value = \'test@example.com\' where path = \'', path, '\';')
  from core_config_data where value like '%@ihre-domain.de%'</pre><p></p>
<p>Das resultierende Skript sieht dann z.B. folgendermaßen aus:</p>
<p></p><pre class="crayon-plain-tag">update core_config_data set value = 'test@example.com' where path = 'general/imprint/email';
update core_config_data set value = 'test@example.com' where path = 'sitemap/generate/error_email';
update core_config_data set value = 'test@example.com' where path = 'sales_email/order/copy_to';
update core_config_data set value = 'test@example.com' where path = 'sales_email/order_comment/copy_to';
update core_config_data set value = 'test@example.com' where path = 'sales_email/invoice/copy_to';
update core_config_data set value = 'test@example.com' where path = 'sales_email/invoice_comment/copy_to';
update core_config_data set value = 'test@example.com' where path = 'sales_email/shipment/copy_to';
update core_config_data set value = 'test@example.com' where path = 'sales_email/shipment_comment/copy_to';
update core_config_data set value = 'test@example.com' where path = 'sales_email/creditmemo/copy_to';
update core_config_data set value = 'test@example.com' where path = 'sales_email/creditmemo_comment/copy_to';
update core_config_data set value = 'test@example.com' where path = 'trans_email/ident_general/email';
update core_config_data set value = 'test@example.com' where path = 'trans_email/ident_sales/email';
update core_config_data set value = 'test@example.com' where path = 'trans_email/ident_support/email';
update core_config_data set value = 'test@example.com' where path = 'trans_email/ident_custom1/email';
update core_config_data set value = 'test@example.com' where path = 'trans_email/ident_custom2/email';
update core_config_data set value = 'test@example.com' where path = 'contacts/email/recipient_email';
update core_config_data set value = 'test@example.com' where path = 'paypal/general/business_account';
update core_config_data set value = 'test@example.com' where path = 'samples/email/recipient_email';
update core_config_data set value = 'test@example.com' where path = 'bewertung/email/recipient_email';</pre><p></p>
<p><strong>Warnung: Führen Sie diese Statements niemals auf Ihrem Produktivsystem aus!</strong></p>]]></content:encoded>
			<wfw:commentRss>https://www.der-mage-experte.de/142/store-mailadressen-lokale-magento-installation-aender/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Mailtemplates erstellen, die nicht im Spam Ordner landen</title>
		<link>https://www.der-mage-experte.de/99/magento-mailtemplates-erstellen-die-nicht-im-spam-landen/</link>
		<comments>https://www.der-mage-experte.de/99/magento-mailtemplates-erstellen-die-nicht-im-spam-landen/#comments</comments>
		<pubDate>Mon, 25 Mar 2013 12:18:13 +0000</pubDate>
		<dc:creator><![CDATA[Mex]]></dc:creator>
				<category><![CDATA[Magento Lösungen]]></category>
		<category><![CDATA[E-Mail]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://www.der-mage-experte.de/?p=99</guid>
		<description><![CDATA[Folgende Richtlinien sollten beachtet werden, damit eine Mageno Mail nicht im Spam Ordner landet: 1. HTML Templates immer mit &#8230; umschließen 2. Alle leeren Zeilen löschen 3. In app/code/local/Zend/Mime.php sollte LINELENGTH auf 75 gesetztwerden 4. Alle em Größen entfernen von&#8230;]]></description>
				<content:encoded><![CDATA[<p>Folgende Richtlinien sollten beachtet werden, damit eine Mageno Mail nicht im Spam Ordner landet:</p>
<p>1. HTML Templates immer mit <html>&#8230;</html> umschließen<br />
2. Alle leeren Zeilen löschen<br />
3. In app/code/local/Zend/Mime.php sollte LINELENGTH auf 75 gesetztwerden<br />
4. Alle em Größen entfernen von z.B. font:11px/1.35em<br />
5. Das Wort &#8220;Kredit&#8221; wie in z.B: Kreditinstitut vermeiden</p>]]></content:encoded>
			<wfw:commentRss>https://www.der-mage-experte.de/99/magento-mailtemplates-erstellen-die-nicht-im-spam-landen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mailtemplate laden anhand des Namens</title>
		<link>https://www.der-mage-experte.de/52/magento-mailtemplate-laden-anhand-des-namens/</link>
		<comments>https://www.der-mage-experte.de/52/magento-mailtemplate-laden-anhand-des-namens/#comments</comments>
		<pubDate>Mon, 25 Feb 2013 11:44:47 +0000</pubDate>
		<dc:creator><![CDATA[Mex]]></dc:creator>
				<category><![CDATA[Magento Lösungen]]></category>
		<category><![CDATA[E-Mail]]></category>

		<guid isPermaLink="false">http://www.der-mage-experte.de/?p=52</guid>
		<description><![CDATA[Hat man nur den Namen eins Mailtemplates und benötigt die Id, kann man diese mit dem folgenden Code herausfinden. [crayon-69e3486abf70c/]]]></description>
				<content:encoded><![CDATA[<p>Hat man nur den Namen eins Mailtemplates und benötigt die Id, kann man diese mit dem folgenden Code herausfinden.</p>
<p></p><pre class="crayon-plain-tag">$templateId = Mage::getModel('core/email_template')-&gt;loadByCode('&lt;name&gt;')-&gt;getTemplateId();
$template = Mage::getModel('core/email_template')-&gt;load($templateId);</pre><p></p>]]></content:encoded>
			<wfw:commentRss>https://www.der-mage-experte.de/52/magento-mailtemplate-laden-anhand-des-namens/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inhalt eines Mailtemplates anhand des Namens laden</title>
		<link>https://www.der-mage-experte.de/48/magento-inhalt-mailtemplate-anhand-name-laden/</link>
		<comments>https://www.der-mage-experte.de/48/magento-inhalt-mailtemplate-anhand-name-laden/#comments</comments>
		<pubDate>Mon, 25 Feb 2013 11:42:58 +0000</pubDate>
		<dc:creator><![CDATA[Mex]]></dc:creator>
				<category><![CDATA[Magento Lösungen]]></category>
		<category><![CDATA[E-Mail]]></category>

		<guid isPermaLink="false">http://www.der-mage-experte.de/?p=48</guid>
		<description><![CDATA[[crayon-69e3486abfa85/]]]></description>
				<content:encoded><![CDATA[<p></p><pre class="crayon-plain-tag">$mailTemplate = Mage::getModel('core/email_template');
$templateByName = $mailTemplate-&gt;loadbyCode($templateName);
$text = $templateByName -&gt;getData('template_text');</pre><p></p>]]></content:encoded>
			<wfw:commentRss>https://www.der-mage-experte.de/48/magento-inhalt-mailtemplate-anhand-name-laden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inhalt eines Mailtemplates anhand der Id laden</title>
		<link>https://www.der-mage-experte.de/44/magento-inhalt-mailtemplate-anhand-id-laden/</link>
		<comments>https://www.der-mage-experte.de/44/magento-inhalt-mailtemplate-anhand-id-laden/#comments</comments>
		<pubDate>Mon, 25 Feb 2013 11:41:41 +0000</pubDate>
		<dc:creator><![CDATA[Mex]]></dc:creator>
				<category><![CDATA[Magento Lösungen]]></category>
		<category><![CDATA[E-Mail]]></category>

		<guid isPermaLink="false">http://www.der-mage-experte.de/?p=44</guid>
		<description><![CDATA[[crayon-69e3486abfe0b/]]]></description>
				<content:encoded><![CDATA[<p></p><pre class="crayon-plain-tag">$mailTemplate = Mage::getModel('core/email_template');
$templateById = $mailTemplate-&gt;load($templateId);
$text = $templateById -&gt;getData('template_text');</pre><p></p>]]></content:encoded>
			<wfw:commentRss>https://www.der-mage-experte.de/44/magento-inhalt-mailtemplate-anhand-id-laden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
