Formating CSS E-Mail Notification

  • Florian Schmid
  • Topic Author
  • Offline
  • New Member
  • New Member
More
1 year 7 months ago #160354 by Florian Schmid
Formating CSS E-Mail Notification was created by Florian Schmid
Hello Tuan,
where can I edit the CSS code for the email notifications?[REGISTRATION_DETAIL]

....
/*
            GLOBAL RESETS
        
*/
        img {
            border: none;
            -ms-interpolation-mode: bicubic;
            max-width: 100%;
        }

        body {
            background-color: #f6f6f6;
            font-family: sans-serif;
            -webkit-font-smoothing: antialiased;
            font-size: 14px;
            line-height: 1.4;
            margin: 0;
            padding: 0;
            -ms-text-size-adjust: 100%;
            -webkit-text-size-adjust: 100%;
        }

        table {
            border-collapse: separate;
            mso-table-lspace: 0;
            mso-table-rspace: 0;
            width: 100%;
        }

        table td {
            font-family: sans-serif;
            font-size: 14px;
            vertical-align: top;
        }

        /*
            BODY & CONTAINER
        
*/
..... etc.

Thanks, Florian

Please Log in or Create an account to join the conversation.

More
1 year 7 months ago #160355 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Formating CSS E-Mail Notification
Hi Florian

The file you need to edit is components/com_eventbooking/themes/default/emailtemplates/email.php . Once the modification is done, please move the modified file to template override PATH_TO_TEMPLATE/html/com_eventbooking/emailtemplates folder so that the change won't be lost when you update to future releases of the extension

Regards,

Tuan

Please Log in or Create an account to join the conversation.

  • Florian Schmid
  • Topic Author
  • Offline
  • New Member
  • New Member
More
1 year 7 months ago #160357 by Florian Schmid
Replied by Florian Schmid on topic Formating CSS E-Mail Notification
Thank you Tuan,

Unfortunately, I also have the problem that the mails are registered as spam. Is there a workaround to modify this?

Thanks, Florian

Please Log in or Create an account to join the conversation.

More
1 year 7 months ago #160358 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Formating CSS E-Mail Notification
For that, unfortunately, it is out of our control. We just use Joomla API for sending email, so we do not know why it is marked as spam. One of the thing could be the mail server. So maybe you should contact your hosting provider and ask them to check it

They have more experience on this field than us

Regards,

Tuan

Please Log in or Create an account to join the conversation.

More
9 months 1 week ago #167635 by Don G
Replied by Don G on topic Formating CSS E-Mail Notification
Hi Florian

Did you come right with the css for the [REGISTRATION_DETAIL] part of email notifications? I can assist with using custom fonts in Joomla but cannot change the css of the email table.

For the spam situation, you need to adjust your domain spf record to include the server where you are sending emails through. DKIM also helps.

Thanks
Don

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc