Skip to content

Plaintext "Verify Email address" email has a copy of the CSS and doesn't include the verification URL #23

@nomis

Description

@nomis

Content-Type: multipart/alternative requires that the content be the same in both text/plain and text/html but the plaintext part is unusable. It would be acceptable to fix this by omitting text/plain and only using text/html content.

Example:

--mk3-ab99c453d534443aacf82ed276fb1e48
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable




   =20
       =20
    Verify Email address

   =20
        .format-font {
            font-family: sans-serif;=20
        }
        .my-container {
            margin: 10px;
            padding: 10px;
            padding-top: 0px;
            justify-content: center;
            border-radius: 5px;
            border: 1px solid rgb(204, 203, 203);
        }

        .my-button {
            padding: 10px;
            padding-left: 35px;
            padding-right: 35px;
            background-color: rgb(13, 2, 211);
            color: white;
            border-radius: 25px;
            transition-duration: 500ms;
            text-decoration: none;
           =20
        }
        .my-button:hover {
            color: rgb(13, 2, 211);
            background-color: white;
            border-radius: 0px;
            border: 1px solid rgb(13, 2, 211);
            transition-duration: 200ms;
        }

   =20



   =20

       =20
           =20
                Account Activation
           =20
       =20

        E-mail Confirmation=20

       =20
            Greetings!
            You received this mail because someone created an account with =
this address,=20
            Please click on the link below to confirm the email and activat=
e your account.      =20
       =20

       =20
            Please verify your e-mail :
           =20
           =20
                Verify
           =20
           =20
       =20
   =20
       =20
            You'll be able to login right after the verification !
       =20
   =20
       =20
   =20
  =20


--mk3-ab99c453d534443aacf82ed276fb1e48

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions