Skip to content

Mailster E-Mail Messages come with wrong logo

This is a very annoying bug in mailster. Though you have set a a custom logo in the global settings (template section), mailster still sends notification mails with the annoying „My Mail“ logo.

This is wrong because in the settings the proper logo is correctly set. Still, it can be fixed by manually inserting the correct logo in the template. But beware: There are two templates per set. One for the main mails and one for notifications such as the testmail, confirmation mails etc.

Here is a quick snippet to manually change the row with the logo. Be sure to change the URL in the img tag for the new logo. Do not use vectors such as SVG. Compress the file as much as possible 🙂

						<tr>
							<td width="264" height="60" valign="bottom" align="left">
								<img src="https://www.example.de/wp-content/uploads/2023/12/had-logo.jpg" alt="" width="200" height="47" border="0" style="width:264px; height: 62px;">
							</td>
						</tr>

Dieser Beitrag hat 0 Kommentare

Schreibe einen Kommentar

Deine E-Mail wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

An den Anfang scrollen