Emails
1
Queued
1
Sent
[main]
transport
Email contents
Text content
texte : connexion
HTML preview
HTML content
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8"> <!-- utf-8 works for most cases --> <meta name="viewport" content="width=device-width"> <!-- Forcing initial-scale shouldn't be necessary --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- Use the latest (edge) version of IE rendering engine --> <meta name="x-apple-disable-message-reformatting"> <!-- Disable auto-scale in iOS 10 Mail entirely --> <title>connexion sur rafsofstef</title> <!-- The title tag shows in email notifications, like Android 4.4. --> <!-- CSS Reset --> <style> /* What it does: Remove spaces around the email design added by some email clients. */ /* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */ html, body { margin: 0 auto !important; padding: 0 !important; height: 100% !important; width: 100% !important; } /* What it does: Stops email clients resizing small text. */ * { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } /* What is does: Centers email on Android 4.4 */ div[style*="margin: 16px 0"] { margin:0 !important; } /* What it does: Stops Outlook from adding extra spacing to tables. */ table, td { mso-table-lspace: 0pt !important; mso-table-rspace: 0pt !important; } /* What it does: Fixes webkit padding issue. Fix for Yahoo mail table alignment bug. Applies table-layout to the first 2 tables then removes for anything nested deeper. */ table { border-spacing: 0 !important; border-collapse: collapse !important; table-layout: fixed !important; margin: 0 auto !important; } table table table { table-layout: auto; } /* What it does: Uses a better rendering method when resizing images in IE. */ img { -ms-interpolation-mode:bicubic; } /* What it does: A work-around for iOS meddling in triggered links. */ *[x-apple-data-detectors] { color: inherit !important; text-decoration: none !important; } /* What it does: A work-around for Gmail meddling in triggered links. */ .x-gmail-data-detectors, .x-gmail-data-detectors *, .aBn { border-bottom: 0 !important; cursor: default !important; } /* What it does: Prevents Gmail from displaying an download button on large, non-linked images. */ .a6S { display: none !important; opacity: 0.01 !important; } /* If the above doesn't work, add a .g-img class to any image in question. */ img.g-img + div { display:none !important; } /* What it does: Prevents underlining the button text in Windows 10 */ .button-link { text-decoration: none !important; } /* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89 */ /* Create one of these media queries for each additional viewport size you'd like to fix */ /* Thanks to Eric Lepetit @ericlepetitsf) for help troubleshooting */ @media only screen and (min-device-width: 375px) and (max-device-width: 413px) { /* iPhone 6 and 6+ */ .email-container { min-width: 375px !important; } } </style> <!-- Progressive Enhancements --> <style> /* What it does: Hover styles for buttons */ .button-td, .button-a { transition: all 100ms ease-in; } .button-td:hover, .button-a:hover { background: #555555 !important; border-color: #555555 !important; } /* Media Queries */ @media screen and (max-width: 600px) { .email-container { width: 100% !important; margin: auto !important; } /* What it does: Forces elements to resize to the full width of their container. Useful for resizing images beyond their max-width. */ .fluid { max-width: 100% !important; height: auto !important; margin-left: auto !important; margin-right: auto !important; } /* What it does: Forces table cells into full-width rows. */ .stack-column, .stack-column-center { display: block !important; width: 100% !important; max-width: 100% !important; direction: ltr !important; } /* And center justify these ones. */ .stack-column-center { text-align: center !important; } /* What it does: Generic utility class for centering. Useful for images, buttons, and nested tables. */ .center-on-narrow { text-align: center !important; display: block !important; margin-left: auto !important; margin-right: auto !important; float: none !important; } table.center-on-narrow { display: inline-block !important; } } .fluid { max-width: 100% !important; height: auto !important; margin-left: auto !important; margin-right: auto !important; } </style> </head> <body width="100%" bgcolor="#f1f1f1" style="margin: 0; mso-line-height-rule: exactly;"> <center style="width: 100%; background: #f1f1f1; text-align: left;"> <table role="presentation" cellspacing="0" cellpadding="0" border="0" align="center" width="600" style="margin: auto;" class="email-container"> <!-- Header : BEGIN --> <tr> <td style="padding: 10px 10px; width: 100%;font-size: 12px; font-family: sans-serif; line-height:18px; text-align: center; color: #888888;" class="x-gmail-data-detectors"> image </td> </tr> <tr> <td style="padding: 10px 10px; width: 100%;font-size: 12px; font-family: sans-serif; line-height:18px; text-align: center; color: #888888;" class="x-gmail-data-detectors"> <a> connexion </a> </td> </tr> <!-- Header : END --> <!-- titre --> <tr> <td bgcolor="#ffffff" style="padding-top: 20px; padding-left: 40px; padding-right: 40px; padding-bottom: 0px; text-align: center; font-family: sans-serif; font-size: 15px; line-height: 20px; color: #555555;"> <strong style="color:#555555; font-size: 19px; line-height: 25px;"> <h2>connexion sur rafsofstef</h2> </strong> </td> </tr> <!-- titre END --> <!-- message --> <tr> <td bgcolor="#ffffff" style="padding-top: 0px; padding-left: 40px; padding-right: 40px; padding-bottom: 0px; text-align: left; font-family: sans-serif; font-size: 15px; line-height: 20px; color: #555555;"> <div style="display: none!important; mso-hide:all;"> connexion </div> <h2>connexion sur rafsofstef</h2> <p style="color:#555555; font-size: 18px; line-height: 24px; "> connexion </p> <p> Pour voir le message <a href="https://rafsofstef.ovh/"> cliquez ici </a> </p> </td> </tr> <!-- message End --> <!-- footer --> <tr> <td bgcolor="#ffffff" align="center" valign="top" style="padding: 10px 10px 0 10px;"> <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> <tr> <td class="stack-column-center"> <table role="presentation" cellspacing="0" cellpadding="0" border="0"> <tr> <td style="padding: 10px; text-align: center"> image </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td bgcolor="#ffffff" align="center" valign="top" style="padding: 10px 10px 0 10px;"> <p style="padding: 0px 0px 20px 0px; width: 100%;font-size: 12px; font-family: sans-serif; line-height:18px; text-align: center; color: #888888;" class="x-gmail-data-detectors"> rafsofstef 2025 </p> </td> </tr> <!-- footer END --> </table> </center> </body> </html>
MIME parts
multipart/alternative └ text/plain charset: utf-8 └ text/html charset: utf-8
Raw Message
From: facteur@rafsofstef.ovh To: dyeux@free.fr Subject: connexion sur rafsofstef MIME-Version: 1.0 Date: Sun, 06 Jul 2025 21:49:02 +0000 Message-ID: <ee3ea2b3cd1948f41230f85697a055ea@rafsofstef.ovh> Content-Type: multipart/alternative; boundary=oaLQWeKg --oaLQWeKg Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable texte : connexion =20 --oaLQWeKg Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable <!DOCTYPE html> <html xmlns=3D"http://www.w3.org/1999/xhtml"> <head> = =09<meta charset=3D"utf-8"> <!-- utf-8 works for most cases --> =09<meta = name=3D"viewport" content=3D"width=3Ddevice-width"> <!-- Forcing initial-sc= ale shouldn't be necessary --> =09<meta http-equiv=3D"X-UA-Compatible" co= ntent=3D"IE=3Dedge"> <!-- Use the latest (edge) version of IE rendering eng= ine --> <meta name=3D"x-apple-disable-message-reformatting"> <!-- Di= sable auto-scale in iOS 10 Mail entirely --> <title>connexion sur raf= sofstef</title> <!-- The title tag shows in email notifications, like Andro= id 4.4. --> =09<!-- CSS Reset --> <style> =09=09/* Wh= at it does: Remove spaces around the email design added by some email clien= ts. */ =09=09/* Beware: It can remove the padding / margin and add a back= ground color to the compose a reply window. */ html, bo= dy { margin: 0 auto !important; padding= : 0 !important; height: 100% !important; = width: 100% !important; } /* What it does: Stops e= mail clients resizing small text. */ * { -ms-text-s= ize-adjust: 100%; -webkit-text-size-adjust: 100%; }= /* What is does: Centers email on Android 4.4 */ di= v[style*=3D"margin: 16px 0"] { margin:0 !important; = } /* What it does: Stops Outlook from adding extra spacing to= tables. */ table, td { mso-table-lspace:= 0pt !important; mso-table-rspace: 0pt !important; = } /* What it does: Fixes webkit padding issue. Fix for Yahoo m= ail table alignment bug. Applies table-layout to the first 2 tables then re= moves for anything nested deeper. */ table { border= -spacing: 0 !important; border-collapse: collapse !important;= table-layout: fixed !important; margin: 0 auto= !important; } table table table { table-= layout: auto; } /* What it does: Uses a better rende= ring method when resizing images in IE. */ img { -m= s-interpolation-mode:bicubic; } /* What it does: A w= ork-around for iOS meddling in triggered links. */ *[x-apple-data= -detectors] { color: inherit !important; text-d= ecoration: none !important; } /* What it does: A wor= k-around for Gmail meddling in triggered links. */ .x-gmail-data-= detectors, .x-gmail-data-detectors *, .aBn { = border-bottom: 0 !important; cursor: default !important;= } /* What it does: Prevents Gmail from displaying a= n download button on large, non-linked images. */ .a6S { = display: none !important; opacity: 0.01 !import= ant; } /* If the above doesn't work, add a .g-i= mg class to any image in question. */ img.g-img + div { = display:none !important; } /* What = it does: Prevents underlining the button text in Windows 10 */ .b= utton-link { text-decoration: none !important; } = /* What it does: Removes right gutter in Gmail iOS app: https://= github.com/TedGoas/Cerberus/issues/89 */ /* Create one of these = media queries for each additional viewport size you'd like to fix */ = /* Thanks to Eric Lepetit @ericlepetitsf) for help troubleshooting */= @media only screen and (min-device-width: 375px) and (max-device= -width: 413px) { /* iPhone 6 and 6+ */ .email-container { = min-width: 375px !important; } } = </style> <!-- Progressive Enhancements --> <style> = /* What it does: Hover styles for buttons */ .button-t= d, .button-a { transition: all 100ms ease-in; = } .button-td:hover, .button-a:hover { = background: #555555 !important; border-color: #555555 !impo= rtant; } /* Media Queries */ @media screen= and (max-width: 600px) { .email-container { = width: 100% !important; margin: auto !important; = } /* What it does: Forces elements to resize to= the full width of their container. Useful for resizing images beyond their= max-width. */ .fluid { max-width: 100% !im= portant; height: auto !important; margi= n-left: auto !important; margin-right: auto !important;= } /* What it does: Forces table cells into = full-width rows. */ .stack-column, .stack-colum= n-center { display: block !important; w= idth: 100% !important; max-width: 100% !important; = direction: ltr !important; } /* And= center justify these ones. */ .stack-column-center { = text-align: center !important; } = /* What it does: Generic utility class for centering. Useful for images, bu= ttons, and nested tables. */ .center-on-narrow { = text-align: center !important; display: block !impo= rtant; margin-left: auto !important; ma= rgin-right: auto !important; float: none !important; = } table.center-on-narrow { displa= y: inline-block !important; } } .fl= uid { max-width: 100% !important; heigh= t: auto !important; margin-left: auto !important; = margin-right: auto !important; } </style> <= /head> <body width=3D"100%" bgcolor=3D"#f1f1f1" style=3D"margin: 0; mso-l= ine-height-rule: exactly;"> <center style=3D"width: 100%; background:= #f1f1f1; text-align: left;"> <table role=3D"presentation" cel= lspacing=3D"0" cellpadding=3D"0" border=3D"0" align=3D"center" width=3D"600= " style=3D"margin: auto;" class=3D"email-container"> <!-- = Header : BEGIN --> <tr> <td style=3D"paddin= g: 10px 10px; width: 100%;font-size: 12px; font-family: sans-serif; line-he= ight:18px; text-align: center; color: #888888;" class=3D"x-gmail-data-detec= tors"> image </td> </= tr> <tr> <td style=3D"padding: 10px 10px; w= idth: 100%;font-size: 12px; font-family: sans-serif; line-height:18px; text= -align: center; color: #888888;" class=3D"x-gmail-dat= a-detectors"> <a> connexion= </a> </td> </tr> = <!-- Header : END --> <!-- titre --> = <tr> <td bgcolor=3D"#ffffff" style=3D"padding-top: 20= px; padding-left: 40px; padding-right: 40px; padding-bottom: 0px; text-alig= n: center; font-family: sans-serif; font-size: 15px; line-height: 20px; col= or: #555555;"> <strong style=3D"color:#555555; font-s= ize: 19px; line-height: 25px;"> <h2>connexion sur= rafsofstef</h2> </strong> </td> = </tr> <!-- titre END --> <!-- me= ssage --> <tr> <td bgcolor=3D"#ffffff" styl= e=3D"padding-top: 0px; padding-left: 40px; padding-right: 40px; padding-bot= tom: 0px; text-align: left; font-family: sans-serif; font-size: 15px; line-= height: 20px; color: #555555;"> <div style=3D"disp= lay: none!important; mso-hide:all;">=20 connexion= </div> <h2>connexion sur ra= fsofstef</h2> <p style=3D"color:#555555; font-size= : 18px; line-height: 24px; ">=20 connexion = </p> <p> P= our voir le message=20 <a href=3D"https://rafsofste= f.ovh/"> cliquez ici = </a> </p> </td> = </tr> <!-- message End --> <!-- footer -->= <tr> <td bgcolor=3D"#ffffff" align=3D"cent= er" valign=3D"top" style=3D"padding: 10px 10px 0 10px;"> = <table role=3D"presentation" cellspacing=3D"0" cellpadding=3D"0" border= =3D"0" width=3D"100%"> <tr> = <td class=3D"stack-column-center"> = <table role=3D"presentation" cellspacing=3D"0" cellpadding=3D"0" border= =3D"0"> <tr> = <td style=3D"padding: 10px; text-align: center"> = image = </td> </tr> = </table> </td> = </tr> </table> </td= > </tr> <tr> <td bgcolor=3D"#= ffffff" align=3D"center" valign=3D"top" style=3D"padding: 10px 10px 0 10px;= "> <p style=3D"padding: 0px 0px 20px 0px; width: 100%= ;font-size: 12px; font-family: sans-serif; line-height:18px; text-align: ce= nter; color: #888888;" class=3D"x-gmail-data-detectors"> = rafsofstef 2025 </p> </td> </tr> = <!-- footer END --> </table> </center> = </body> </html> --oaLQWeKg--
smtp://localhost
transport
Email contents
Text content
texte : connexion
HTML preview
HTML content
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8"> <!-- utf-8 works for most cases --> <meta name="viewport" content="width=device-width"> <!-- Forcing initial-scale shouldn't be necessary --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- Use the latest (edge) version of IE rendering engine --> <meta name="x-apple-disable-message-reformatting"> <!-- Disable auto-scale in iOS 10 Mail entirely --> <title>connexion sur rafsofstef</title> <!-- The title tag shows in email notifications, like Android 4.4. --> <!-- CSS Reset --> <style> /* What it does: Remove spaces around the email design added by some email clients. */ /* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */ html, body { margin: 0 auto !important; padding: 0 !important; height: 100% !important; width: 100% !important; } /* What it does: Stops email clients resizing small text. */ * { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } /* What is does: Centers email on Android 4.4 */ div[style*="margin: 16px 0"] { margin:0 !important; } /* What it does: Stops Outlook from adding extra spacing to tables. */ table, td { mso-table-lspace: 0pt !important; mso-table-rspace: 0pt !important; } /* What it does: Fixes webkit padding issue. Fix for Yahoo mail table alignment bug. Applies table-layout to the first 2 tables then removes for anything nested deeper. */ table { border-spacing: 0 !important; border-collapse: collapse !important; table-layout: fixed !important; margin: 0 auto !important; } table table table { table-layout: auto; } /* What it does: Uses a better rendering method when resizing images in IE. */ img { -ms-interpolation-mode:bicubic; } /* What it does: A work-around for iOS meddling in triggered links. */ *[x-apple-data-detectors] { color: inherit !important; text-decoration: none !important; } /* What it does: A work-around for Gmail meddling in triggered links. */ .x-gmail-data-detectors, .x-gmail-data-detectors *, .aBn { border-bottom: 0 !important; cursor: default !important; } /* What it does: Prevents Gmail from displaying an download button on large, non-linked images. */ .a6S { display: none !important; opacity: 0.01 !important; } /* If the above doesn't work, add a .g-img class to any image in question. */ img.g-img + div { display:none !important; } /* What it does: Prevents underlining the button text in Windows 10 */ .button-link { text-decoration: none !important; } /* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89 */ /* Create one of these media queries for each additional viewport size you'd like to fix */ /* Thanks to Eric Lepetit @ericlepetitsf) for help troubleshooting */ @media only screen and (min-device-width: 375px) and (max-device-width: 413px) { /* iPhone 6 and 6+ */ .email-container { min-width: 375px !important; } } </style> <!-- Progressive Enhancements --> <style> /* What it does: Hover styles for buttons */ .button-td, .button-a { transition: all 100ms ease-in; } .button-td:hover, .button-a:hover { background: #555555 !important; border-color: #555555 !important; } /* Media Queries */ @media screen and (max-width: 600px) { .email-container { width: 100% !important; margin: auto !important; } /* What it does: Forces elements to resize to the full width of their container. Useful for resizing images beyond their max-width. */ .fluid { max-width: 100% !important; height: auto !important; margin-left: auto !important; margin-right: auto !important; } /* What it does: Forces table cells into full-width rows. */ .stack-column, .stack-column-center { display: block !important; width: 100% !important; max-width: 100% !important; direction: ltr !important; } /* And center justify these ones. */ .stack-column-center { text-align: center !important; } /* What it does: Generic utility class for centering. Useful for images, buttons, and nested tables. */ .center-on-narrow { text-align: center !important; display: block !important; margin-left: auto !important; margin-right: auto !important; float: none !important; } table.center-on-narrow { display: inline-block !important; } } .fluid { max-width: 100% !important; height: auto !important; margin-left: auto !important; margin-right: auto !important; } </style> </head> <body width="100%" bgcolor="#f1f1f1" style="margin: 0; mso-line-height-rule: exactly;"> <center style="width: 100%; background: #f1f1f1; text-align: left;"> <table role="presentation" cellspacing="0" cellpadding="0" border="0" align="center" width="600" style="margin: auto;" class="email-container"> <!-- Header : BEGIN --> <tr> <td style="padding: 10px 10px; width: 100%;font-size: 12px; font-family: sans-serif; line-height:18px; text-align: center; color: #888888;" class="x-gmail-data-detectors"> image </td> </tr> <tr> <td style="padding: 10px 10px; width: 100%;font-size: 12px; font-family: sans-serif; line-height:18px; text-align: center; color: #888888;" class="x-gmail-data-detectors"> <a> connexion </a> </td> </tr> <!-- Header : END --> <!-- titre --> <tr> <td bgcolor="#ffffff" style="padding-top: 20px; padding-left: 40px; padding-right: 40px; padding-bottom: 0px; text-align: center; font-family: sans-serif; font-size: 15px; line-height: 20px; color: #555555;"> <strong style="color:#555555; font-size: 19px; line-height: 25px;"> <h2>connexion sur rafsofstef</h2> </strong> </td> </tr> <!-- titre END --> <!-- message --> <tr> <td bgcolor="#ffffff" style="padding-top: 0px; padding-left: 40px; padding-right: 40px; padding-bottom: 0px; text-align: left; font-family: sans-serif; font-size: 15px; line-height: 20px; color: #555555;"> <div style="display: none!important; mso-hide:all;"> connexion </div> <h2>connexion sur rafsofstef</h2> <p style="color:#555555; font-size: 18px; line-height: 24px; "> connexion </p> <p> Pour voir le message <a href="https://rafsofstef.ovh/"> cliquez ici </a> </p> </td> </tr> <!-- message End --> <!-- footer --> <tr> <td bgcolor="#ffffff" align="center" valign="top" style="padding: 10px 10px 0 10px;"> <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> <tr> <td class="stack-column-center"> <table role="presentation" cellspacing="0" cellpadding="0" border="0"> <tr> <td style="padding: 10px; text-align: center"> image </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td bgcolor="#ffffff" align="center" valign="top" style="padding: 10px 10px 0 10px;"> <p style="padding: 0px 0px 20px 0px; width: 100%;font-size: 12px; font-family: sans-serif; line-height:18px; text-align: center; color: #888888;" class="x-gmail-data-detectors"> rafsofstef 2025 </p> </td> </tr> <!-- footer END --> </table> </center> </body> </html>
MIME parts
multipart/alternative └ text/plain charset: utf-8 └ text/html charset: utf-8
Raw Message
From: facteur@rafsofstef.ovh To: dyeux@free.fr Subject: connexion sur rafsofstef MIME-Version: 1.0 Date: Sun, 06 Jul 2025 21:49:02 +0000 Message-ID: <b6e966c6665b83ed142bbcb540a6750f@rafsofstef.ovh> Content-Type: multipart/alternative; boundary=PQXBE91q --PQXBE91q Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable texte : connexion =20 --PQXBE91q Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable <!DOCTYPE html> <html xmlns=3D"http://www.w3.org/1999/xhtml"> <head> = =09<meta charset=3D"utf-8"> <!-- utf-8 works for most cases --> =09<meta = name=3D"viewport" content=3D"width=3Ddevice-width"> <!-- Forcing initial-sc= ale shouldn't be necessary --> =09<meta http-equiv=3D"X-UA-Compatible" co= ntent=3D"IE=3Dedge"> <!-- Use the latest (edge) version of IE rendering eng= ine --> <meta name=3D"x-apple-disable-message-reformatting"> <!-- Di= sable auto-scale in iOS 10 Mail entirely --> <title>connexion sur raf= sofstef</title> <!-- The title tag shows in email notifications, like Andro= id 4.4. --> =09<!-- CSS Reset --> <style> =09=09/* Wh= at it does: Remove spaces around the email design added by some email clien= ts. */ =09=09/* Beware: It can remove the padding / margin and add a back= ground color to the compose a reply window. */ html, bo= dy { margin: 0 auto !important; padding= : 0 !important; height: 100% !important; = width: 100% !important; } /* What it does: Stops e= mail clients resizing small text. */ * { -ms-text-s= ize-adjust: 100%; -webkit-text-size-adjust: 100%; }= /* What is does: Centers email on Android 4.4 */ di= v[style*=3D"margin: 16px 0"] { margin:0 !important; = } /* What it does: Stops Outlook from adding extra spacing to= tables. */ table, td { mso-table-lspace:= 0pt !important; mso-table-rspace: 0pt !important; = } /* What it does: Fixes webkit padding issue. Fix for Yahoo m= ail table alignment bug. Applies table-layout to the first 2 tables then re= moves for anything nested deeper. */ table { border= -spacing: 0 !important; border-collapse: collapse !important;= table-layout: fixed !important; margin: 0 auto= !important; } table table table { table-= layout: auto; } /* What it does: Uses a better rende= ring method when resizing images in IE. */ img { -m= s-interpolation-mode:bicubic; } /* What it does: A w= ork-around for iOS meddling in triggered links. */ *[x-apple-data= -detectors] { color: inherit !important; text-d= ecoration: none !important; } /* What it does: A wor= k-around for Gmail meddling in triggered links. */ .x-gmail-data-= detectors, .x-gmail-data-detectors *, .aBn { = border-bottom: 0 !important; cursor: default !important;= } /* What it does: Prevents Gmail from displaying a= n download button on large, non-linked images. */ .a6S { = display: none !important; opacity: 0.01 !import= ant; } /* If the above doesn't work, add a .g-i= mg class to any image in question. */ img.g-img + div { = display:none !important; } /* What = it does: Prevents underlining the button text in Windows 10 */ .b= utton-link { text-decoration: none !important; } = /* What it does: Removes right gutter in Gmail iOS app: https://= github.com/TedGoas/Cerberus/issues/89 */ /* Create one of these = media queries for each additional viewport size you'd like to fix */ = /* Thanks to Eric Lepetit @ericlepetitsf) for help troubleshooting */= @media only screen and (min-device-width: 375px) and (max-device= -width: 413px) { /* iPhone 6 and 6+ */ .email-container { = min-width: 375px !important; } } = </style> <!-- Progressive Enhancements --> <style> = /* What it does: Hover styles for buttons */ .button-t= d, .button-a { transition: all 100ms ease-in; = } .button-td:hover, .button-a:hover { = background: #555555 !important; border-color: #555555 !impo= rtant; } /* Media Queries */ @media screen= and (max-width: 600px) { .email-container { = width: 100% !important; margin: auto !important; = } /* What it does: Forces elements to resize to= the full width of their container. Useful for resizing images beyond their= max-width. */ .fluid { max-width: 100% !im= portant; height: auto !important; margi= n-left: auto !important; margin-right: auto !important;= } /* What it does: Forces table cells into = full-width rows. */ .stack-column, .stack-colum= n-center { display: block !important; w= idth: 100% !important; max-width: 100% !important; = direction: ltr !important; } /* And= center justify these ones. */ .stack-column-center { = text-align: center !important; } = /* What it does: Generic utility class for centering. Useful for images, bu= ttons, and nested tables. */ .center-on-narrow { = text-align: center !important; display: block !impo= rtant; margin-left: auto !important; ma= rgin-right: auto !important; float: none !important; = } table.center-on-narrow { displa= y: inline-block !important; } } .fl= uid { max-width: 100% !important; heigh= t: auto !important; margin-left: auto !important; = margin-right: auto !important; } </style> <= /head> <body width=3D"100%" bgcolor=3D"#f1f1f1" style=3D"margin: 0; mso-l= ine-height-rule: exactly;"> <center style=3D"width: 100%; background:= #f1f1f1; text-align: left;"> <table role=3D"presentation" cel= lspacing=3D"0" cellpadding=3D"0" border=3D"0" align=3D"center" width=3D"600= " style=3D"margin: auto;" class=3D"email-container"> <!-- = Header : BEGIN --> <tr> <td style=3D"paddin= g: 10px 10px; width: 100%;font-size: 12px; font-family: sans-serif; line-he= ight:18px; text-align: center; color: #888888;" class=3D"x-gmail-data-detec= tors"> image </td> </= tr> <tr> <td style=3D"padding: 10px 10px; w= idth: 100%;font-size: 12px; font-family: sans-serif; line-height:18px; text= -align: center; color: #888888;" class=3D"x-gmail-dat= a-detectors"> <a> connexion= </a> </td> </tr> = <!-- Header : END --> <!-- titre --> = <tr> <td bgcolor=3D"#ffffff" style=3D"padding-top: 20= px; padding-left: 40px; padding-right: 40px; padding-bottom: 0px; text-alig= n: center; font-family: sans-serif; font-size: 15px; line-height: 20px; col= or: #555555;"> <strong style=3D"color:#555555; font-s= ize: 19px; line-height: 25px;"> <h2>connexion sur= rafsofstef</h2> </strong> </td> = </tr> <!-- titre END --> <!-- me= ssage --> <tr> <td bgcolor=3D"#ffffff" styl= e=3D"padding-top: 0px; padding-left: 40px; padding-right: 40px; padding-bot= tom: 0px; text-align: left; font-family: sans-serif; font-size: 15px; line-= height: 20px; color: #555555;"> <div style=3D"disp= lay: none!important; mso-hide:all;">=20 connexion= </div> <h2>connexion sur ra= fsofstef</h2> <p style=3D"color:#555555; font-size= : 18px; line-height: 24px; ">=20 connexion = </p> <p> P= our voir le message=20 <a href=3D"https://rafsofste= f.ovh/"> cliquez ici = </a> </p> </td> = </tr> <!-- message End --> <!-- footer -->= <tr> <td bgcolor=3D"#ffffff" align=3D"cent= er" valign=3D"top" style=3D"padding: 10px 10px 0 10px;"> = <table role=3D"presentation" cellspacing=3D"0" cellpadding=3D"0" border= =3D"0" width=3D"100%"> <tr> = <td class=3D"stack-column-center"> = <table role=3D"presentation" cellspacing=3D"0" cellpadding=3D"0" border= =3D"0"> <tr> = <td style=3D"padding: 10px; text-align: center"> = image = </td> </tr> = </table> </td> = </tr> </table> </td= > </tr> <tr> <td bgcolor=3D"#= ffffff" align=3D"center" valign=3D"top" style=3D"padding: 10px 10px 0 10px;= "> <p style=3D"padding: 0px 0px 20px 0px; width: 100%= ;font-size: 12px; font-family: sans-serif; line-height:18px; text-align: ce= nter; color: #888888;" class=3D"x-gmail-data-detectors"> = rafsofstef 2025 </p> </td> </tr> = <!-- footer END --> </table> </center> = </body> </html> --PQXBE91q--