The transaction mails all have a base layout and content set. But there is a number of configuration possibilities for the layout, and also some additional settings. Below is a list of the available adjustments.
If you have any questions regarding your mail configuration, please contact the Geins support team via the support form in Merchant Center.
Mail Layout
Type | Description |
BackgroundColor |
The background color of the mail background. |
BodyColor |
The background color of the mail body. |
SecondBodyColor |
The secondary background color of the mail body. |
HeaderColor |
The background color of the mail header. |
FooterColor |
The background color of the mail footer. |
FooterTextColor |
The color of the footer texts Ex: "#333333" |
TextColor | The mail text color Ex: "#333333" |
SaleTextColor |
The color of text on prices shown as sales prices. |
NotIncludedTextColor |
The color of text on order rows not included in order, |
PreviouslyShippedTextColor |
The color of text on order rows already shipped, Example: "#C80000". |
BackOrderedTextColor |
The color of text on order rows with backorder status Example: "#E87F00" |
ButtonColor |
The color of buttons in mail. Example: "#333333" |
ButtonTextColor |
The color of the text in buttons. Example: "#fafafa" |
BorderRadius |
The border radius size on buttons. Ex: 5px |
FontLink |
The link to the font used in the mail, such as a google font. Exampel: https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i"`) |
FontFamily |
The font family used in the mail. Example: "Open Sans, sans-serif" |
FontSizeSmall |
The small font size on texts, used in a variety of places. Example: "15px" |
FontSizeMedium |
The medium font size on texts, used in a variety of places. Example: "15px" |
FontSizeLarge |
The Large font size on texts, used in a variety of places. Example: "18px" |
LineHeight |
The text line-height in the mail. Ex: "20px" |
LogoUrl | The url to the logo used in the mail: Example: "/Content/img/mail/logo.png" |
HeaderImgUrl |
The url to the header mail image: Example: `"/Content/img/mail/header.jpg" |
ProdImgSize |
The size of the product images on order rows in mails such as order confirmation. Example: "180w" |
Mail settings
Type | Description |
FromEmailAddress |
If email adress exist, copies of order confirmation mails will be sent to this email adress |
DisplayName |
A display text shown in the email inbox header instead of the sender mail, for example: "Storename support" |
Locale |
The language used for email. Standard format. Available languages: sv-SE, da-DK, fi-FI, nb-NO Default is english: en-US |
ExternalSourceVerificationTag | Used in combination with OrderConfirmationExternalSource. Here you specify a text that must be included in the html from the external source |
Disabled |
Disables all transactionsmail to be sent |
Texts | Used to override texts |
SmtpHost |
Host for external SMTP Server if not specified ours is used. |
SmtpUser | User for external smtp Server |
SmtpPassword |
Password for external smtp Server |
OrderConfirmationBCCEmail |
The email adress that will receive a BCC of all sent order confirmation mails |
OrderConfirmationExternalSource |
Here you can configure a URL that is called when the email is generated, the html from this is taken instead of using our email. The order's publicId is sent to this URL, so that data can be retrieved via our mgmtapi. |
HideArticleNumber |
Hides article number on products in order mails. |
EmailReplyToCustomer |
If set to true then send the order confirmation email to the sender of the email as well. |
LoginUrl |
relative url to login page. Example: /login |
PasswordResetUrl |
relative url to password reset page. Example: /newpassword |
Mail texts
Most of the texts in all the transaction mails, such as Order confirmation Title, subtitle etc can be adjusted. If this is something you desire to do, please contact the Geins support team for more information.