Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML mail template #12

Open
WasathTheekshana opened this issue Sep 7, 2023 · 1 comment
Open

HTML mail template #12

WasathTheekshana opened this issue Sep 7, 2023 · 1 comment
Assignees

Comments

@WasathTheekshana
Copy link
Member

No description provided.

@WasathTheekshana WasathTheekshana self-assigned this Sep 7, 2023
@JayminGohil
Copy link

image

  • HTML

Your Email Heading

Hello,

This is the content of your email. You can customize it as per your needs.

Lorem ipsum, dolor sit amet consectetur adipisicing elit. Voluptates, vitae.

Click Here

Thank you!

  • CSS
    body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    }
    .container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    }
    h1 {
    color: #333333;
    text-align: center;
    }
    p {
    color: #666666;
    }
    .button {
    display: inline-block;
    background-color: #4CAF50;
    color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants