When someone registers to my shop, they don´t receive any registration emails. So I opened Configuration - > Email Templates -> System Emails -> sREGISTERCONFIRMATION and I tried to „Send test email to shop owner“ and this error message came up: Email could not be sent. Error message: Invalid type given. String expected.
My email template looks like this (plain text):
{include file=„string:{config name=emailheaderhtml}“}
Hallo „{$firstname} {$lastname}“,
vielen Dank, dass du dich bei Racket Vision angemeldet hast.
Du kannst dich ab sofort mit deiner Email-Adresse und deinem persönlichen Passwort auf www.racket-vision.at anmelden und gelangst dann in dein Kundenkonto.{include file=„string:{config name=emailfooterhtml}“}
This is the HTML:
{include file=„string:{config name=emailheaderhtml}“}
Hallo „{$firstname} {$lastname}“,
vielen Dank, dass du dich bei Racket Vision angemeldet hast.
Du kannst dich ab sofort mit deiner Email-Adresse und deinem persönlichen Passwort auf www.racket-vision.at anmelden und gelangst dann in dein Kundenkonto.
{include file=„string:{config name=emailfooterhtml}“}
The sending method I´m using is SMTP (gmail)