Advertisement
Guest User

Hf

a guest
Feb 23rd, 2020
2,140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.01 KB | None | 0 0
  1. <html><head><meta charset="UTF-8">
  2. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  3. <meta name="viewport" content="width=device-width, initial-scale=1">
  4. <style type="text/css">
  5. p{
  6. margin:10px 0;
  7. padding:0;
  8. }
  9. table{
  10. border-collapse:collapse;
  11. }
  12. h1,h2,h3,h4,h5,h6{
  13. display:block;
  14. margin:0;
  15. padding:0;
  16. }
  17. img,a img{
  18. border:0;
  19. height:auto;
  20. outline:none;
  21. text-decoration:none;
  22. }
  23. body,#bodyTable,#bodyCell{
  24. height:100%;
  25. margin:0;
  26. padding:0;
  27. width:100%;
  28. }
  29. #outlook a{
  30. padding:0;
  31. }
  32. img{
  33. -ms-interpolation-mode:bicubic;
  34. }
  35. table{
  36. mso-table-lspace:0pt;
  37. mso-table-rspace:0pt;
  38. }
  39. .ReadMsgBody{
  40. width:100%;
  41. }
  42. .ExternalClass{
  43. width:100%;
  44. }
  45. p,a,li,td,blockquote{
  46. mso-line-height-rule:exactly;
  47. }
  48. a[href^=tel],a[href^=sms]{
  49. color:inherit;
  50. cursor:default;
  51. text-decoration:none;
  52. }
  53. p,a,li,td,body,table,blockquote{
  54. -ms-text-size-adjust:100%;
  55. -webkit-text-size-adjust:100%;
  56. }
  57. .ExternalClass,.ExternalClass p,.ExternalClass td,.ExternalClass div,.ExternalClass span,.ExternalClass font{
  58. line-height:100%;
  59. }
  60. a[x-apple-data-detectors]{
  61. color:inherit !important;
  62. text-decoration:none !important;
  63. font-size:inherit !important;
  64. font-family:inherit !important;
  65. font-weight:inherit !important;
  66. line-height:inherit !important;
  67. }
  68. #bodyCell{
  69. padding:10px;
  70. }
  71. .templateContainer{
  72. max-width:600px !important;
  73. }
  74. a.mcnButton{
  75. display:block;
  76. }
  77. .mcnImage{
  78. vertical-align:bottom;
  79. }
  80. .mcnTextContent{
  81. word-break:break-word;
  82. }
  83. .mcnTextContent img{
  84. height:auto !important;
  85. }
  86. .mcnDividerBlock{
  87. table-layout:fixed !important;
  88. }
  89. /*
  90. @tab Page
  91. @section Background Style
  92. @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.
  93. */
  94. body,#bodyTable{
  95. /*@editable*/background-color:#FAFAFA;
  96. }
  97. /*
  98. @tab Page
  99. @section Background Style
  100. @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.
  101. */
  102. #bodyCell{
  103. /*@editable*/border-top:0;
  104. }
  105. /*
  106. @tab Page
  107. @section Email Border
  108. @tip Set the border for your email.
  109. */
  110. .templateContainer{
  111. /*@editable*/border:0;
  112. }
  113. /*
  114. @tab Page
  115. @section Heading 1
  116. @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.
  117. @style heading 1
  118. */
  119. h1{
  120. /*@editable*/color:#202020;
  121. /*@editable*/font-family:Helvetica;
  122. /*@editable*/font-size:26px;
  123. /*@editable*/font-style:normal;
  124. /*@editable*/font-weight:bold;
  125. /*@editable*/line-height:125%;
  126. /*@editable*/letter-spacing:normal;
  127. /*@editable*/text-align:left;
  128. }
  129. /*
  130. @tab Page
  131. @section Heading 2
  132. @tip Set the styling for all second-level headings in your emails.
  133. @style heading 2
  134. */
  135. h2{
  136. /*@editable*/color:#202020;
  137. /*@editable*/font-family:Helvetica;
  138. /*@editable*/font-size:22px;
  139. /*@editable*/font-style:normal;
  140. /*@editable*/font-weight:bold;
  141. /*@editable*/line-height:125%;
  142. /*@editable*/letter-spacing:normal;
  143. /*@editable*/text-align:left;
  144. }
  145. /*
  146. @tab Page
  147. @section Heading 3
  148. @tip Set the styling for all third-level headings in your emails.
  149. @style heading 3
  150. */
  151. h3{
  152. /*@editable*/color:#202020;
  153. /*@editable*/font-family:Helvetica;
  154. /*@editable*/font-size:20px;
  155. /*@editable*/font-style:normal;
  156. /*@editable*/font-weight:bold;
  157. /*@editable*/line-height:125%;
  158. /*@editable*/letter-spacing:normal;
  159. /*@editable*/text-align:left;
  160. }
  161. /*
  162. @tab Page
  163. @section Heading 4
  164. @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.
  165. @style heading 4
  166. */
  167. h4{
  168. /*@editable*/color:#202020;
  169. /*@editable*/font-family:Helvetica;
  170. /*@editable*/font-size:18px;
  171. /*@editable*/font-style:normal;
  172. /*@editable*/font-weight:bold;
  173. /*@editable*/line-height:125%;
  174. /*@editable*/letter-spacing:normal;
  175. /*@editable*/text-align:left;
  176. }
  177. /*
  178. @tab Preheader
  179. @section Preheader Style
  180. @tip Set the background color and borders for your email's preheader area.
  181. */
  182. #templatePreheader{
  183. /*@editable*/background-color:#FAFAFA;
  184. /*@editable*/background-image:none;
  185. /*@editable*/background-repeat:no-repeat;
  186. /*@editable*/background-position:center;
  187. /*@editable*/background-size:cover;
  188. /*@editable*/border-top:0;
  189. /*@editable*/border-bottom:0;
  190. /*@editable*/padding-top:9px;
  191. /*@editable*/padding-bottom:9px;
  192. }
  193. /*
  194. @tab Preheader
  195. @section Preheader Text
  196. @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.
  197. */
  198. #templatePreheader .mcnTextContent,#templatePreheader .mcnTextContent p{
  199. /*@editable*/color:#656565;
  200. /*@editable*/font-family:Helvetica;
  201. /*@editable*/font-size:12px;
  202. /*@editable*/line-height:150%;
  203. /*@editable*/text-align:left;
  204. }
  205. /*
  206. @tab Preheader
  207. @section Preheader Link
  208. @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.
  209. */
  210. #templatePreheader .mcnTextContent a,#templatePreheader .mcnTextContent p a{
  211. /*@editable*/color:#656565;
  212. /*@editable*/font-weight:normal;
  213. /*@editable*/text-decoration:underline;
  214. }
  215. /*
  216. @tab Header
  217. @section Header Style
  218. @tip Set the background color and borders for your email's header area.
  219. */
  220. #templateHeader{
  221. /*@editable*/background-color:#FFFFFF;
  222. /*@editable*/background-image:none;
  223. /*@editable*/background-repeat:no-repeat;
  224. /*@editable*/background-position:center;
  225. /*@editable*/background-size:cover;
  226. /*@editable*/border-top:0;
  227. /*@editable*/border-bottom:0;
  228. /*@editable*/padding-top:9px;
  229. /*@editable*/padding-bottom:0;
  230. }
  231. /*
  232. @tab Header
  233. @section Header Text
  234. @tip Set the styling for your email's header text. Choose a size and color that is easy to read.
  235. */
  236. #templateHeader .mcnTextContent,#templateHeader .mcnTextContent p{
  237. /*@editable*/color:#202020;
  238. /*@editable*/font-family:Helvetica;
  239. /*@editable*/font-size:16px;
  240. /*@editable*/line-height:150%;
  241. /*@editable*/text-align:left;
  242. }
  243. /*
  244. @tab Header
  245. @section Header Link
  246. @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.
  247. */
  248. #templateHeader .mcnTextContent a,#templateHeader .mcnTextContent p a{
  249. /*@editable*/color:#2BAADF;
  250. /*@editable*/font-weight:normal;
  251. /*@editable*/text-decoration:underline;
  252. }
  253. /*
  254. @tab Body
  255. @section Body Style
  256. @tip Set the background color and borders for your email's body area.
  257. */
  258. #templateBody{
  259. /*@editable*/background-color:#FFFFFF;
  260. /*@editable*/background-image:none;
  261. /*@editable*/background-repeat:no-repeat;
  262. /*@editable*/background-position:center;
  263. /*@editable*/background-size:cover;
  264. /*@editable*/border-top:0;
  265. /*@editable*/border-bottom:2px solid #EAEAEA;
  266. /*@editable*/padding-top:0;
  267. /*@editable*/padding-bottom:9px;
  268. }
  269. /*
  270. @tab Body
  271. @section Body Text
  272. @tip Set the styling for your email's body text. Choose a size and color that is easy to read.
  273. */
  274. #templateBody .mcnTextContent,#templateBody .mcnTextContent p{
  275. /*@editable*/color:#202020;
  276. /*@editable*/font-family:Helvetica;
  277. /*@editable*/font-size:16px;
  278. /*@editable*/line-height:150%;
  279. /*@editable*/text-align:left;
  280. }
  281. /*
  282. @tab Body
  283. @section Body Link
  284. @tip Set the styling for your email's body links. Choose a color that helps them stand out from your text.
  285. */
  286. #templateBody .mcnTextContent a,#templateBody .mcnTextContent p a{
  287. /*@editable*/color:#2BAADF;
  288. /*@editable*/font-weight:normal;
  289. /*@editable*/text-decoration:underline;
  290. }
  291. /*
  292. @tab Footer
  293. @section Footer Style
  294. @tip Set the background color and borders for your email's footer area.
  295. */
  296. #templateFooter{
  297. /*@editable*/background-color:#FAFAFA;
  298. /*@editable*/background-image:none;
  299. /*@editable*/background-repeat:no-repeat;
  300. /*@editable*/background-position:center;
  301. /*@editable*/background-size:cover;
  302. /*@editable*/border-top:0;
  303. /*@editable*/border-bottom:0;
  304. /*@editable*/padding-top:9px;
  305. /*@editable*/padding-bottom:9px;
  306. }
  307. /*
  308. @tab Footer
  309. @section Footer Text
  310. @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.
  311. */
  312. #templateFooter .mcnTextContent,#templateFooter .mcnTextContent p{
  313. /*@editable*/color:#656565;
  314. /*@editable*/font-family:Helvetica;
  315. /*@editable*/font-size:12px;
  316. /*@editable*/line-height:150%;
  317. /*@editable*/text-align:center;
  318. }
  319. /*
  320. @tab Footer
  321. @section Footer Link
  322. @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.
  323. */
  324. #templateFooter .mcnTextContent a,#templateFooter .mcnTextContent p a{
  325. /*@editable*/color:#656565;
  326. /*@editable*/font-weight:normal;
  327. /*@editable*/text-decoration:underline;
  328. }
  329. @media only screen and (min-width:768px){
  330. .templateContainer{
  331. width:600px !important;
  332. }
  333.  
  334. } @media only screen and (max-width: 480px){
  335. body,table,td,p,a,li,blockquote{
  336. -webkit-text-size-adjust:none !important;
  337. }
  338.  
  339. } @media only screen and (max-width: 480px){
  340. body{
  341. width:100% !important;
  342. min-width:100% !important;
  343. }
  344.  
  345. } @media only screen and (max-width: 480px){
  346. #bodyCell{
  347. padding-top:10px !important;
  348. }
  349.  
  350. } @media only screen and (max-width: 480px){
  351. .mcnImage{
  352. width:100% !important;
  353. }
  354.  
  355. } @media only screen and (max-width: 480px){
  356. .mcnCartContainer,.mcnCaptionTopContent,.mcnRecContentContainer,.mcnCaptionBottomContent,.mcnTextContentContainer,.mcnBoxedTextContentContainer,.mcnImageGroupContentContainer,.mcnCaptionLeftTextContentContainer,.mcnCaptionRightTextContentContainer,.mcnCaptionLeftImageContentContainer,.mcnCaptionRightImageContentContainer,.mcnImageCardLeftTextContentContainer,.mcnImageCardRightTextContentContainer{
  357. max-width:100% !important;
  358. width:100% !important;
  359. }
  360.  
  361. } @media only screen and (max-width: 480px){
  362. .mcnBoxedTextContentContainer{
  363. min-width:100% !important;
  364. }
  365.  
  366. } @media only screen and (max-width: 480px){
  367. .mcnImageGroupContent{
  368. padding:9px !important;
  369. }
  370.  
  371. } @media only screen and (max-width: 480px){
  372. .mcnCaptionLeftContentOuter .mcnTextContent,.mcnCaptionRightContentOuter .mcnTextContent{
  373. padding-top:9px !important;
  374. }
  375.  
  376. } @media only screen and (max-width: 480px){
  377. .mcnImageCardTopImageContent,.mcnCaptionBlockInner .mcnCaptionTopContent:last-child .mcnTextContent{
  378. padding-top:18px !important;
  379. }
  380.  
  381. } @media only screen and (max-width: 480px){
  382. .mcnImageCardBottomImageContent{
  383. padding-bottom:9px !important;
  384. }
  385.  
  386. } @media only screen and (max-width: 480px){
  387. .mcnImageGroupBlockInner{
  388. padding-top:0 !important;
  389. padding-bottom:0 !important;
  390. }
  391.  
  392. } @media only screen and (max-width: 480px){
  393. .mcnImageGroupBlockOuter{
  394. padding-top:9px !important;
  395. padding-bottom:9px !important;
  396. }
  397.  
  398. } @media only screen and (max-width: 480px){
  399. .mcnTextContent,.mcnBoxedTextContentColumn{
  400. padding-right:18px !important;
  401. padding-left:18px !important;
  402. }
  403.  
  404. } @media only screen and (max-width: 480px){
  405. .mcnImageCardLeftImageContent,.mcnImageCardRightImageContent{
  406. padding-right:18px !important;
  407. padding-bottom:0 !important;
  408. padding-left:18px !important;
  409. }
  410.  
  411. } @media only screen and (max-width: 480px){
  412. .mcpreview-image-uploader{
  413. display:none !important;
  414. width:100% !important;
  415. }
  416.  
  417. } @media only screen and (max-width: 480px){
  418. /*
  419. @tab Mobile Styles
  420. @section Heading 1
  421. @tip Make the first-level headings larger in size for better readability on small screens.
  422. */
  423. h1{
  424. /*@editable*/font-size:22px !important;
  425. /*@editable*/line-height:125% !important;
  426. }
  427.  
  428. } @media only screen and (max-width: 480px){
  429. /*
  430. @tab Mobile Styles
  431. @section Heading 2
  432. @tip Make the second-level headings larger in size for better readability on small screens.
  433. */
  434. h2{
  435. /*@editable*/font-size:20px !important;
  436. /*@editable*/line-height:125% !important;
  437. }
  438.  
  439. } @media only screen and (max-width: 480px){
  440. /*
  441. @tab Mobile Styles
  442. @section Heading 3
  443. @tip Make the third-level headings larger in size for better readability on small screens.
  444. */
  445. h3{
  446. /*@editable*/font-size:18px !important;
  447. /*@editable*/line-height:125% !important;
  448. }
  449.  
  450. } @media only screen and (max-width: 480px){
  451. /*
  452. @tab Mobile Styles
  453. @section Heading 4
  454. @tip Make the fourth-level headings larger in size for better readability on small screens.
  455. */
  456. h4{
  457. /*@editable*/font-size:16px !important;
  458. /*@editable*/line-height:150% !important;
  459. }
  460.  
  461. } @media only screen and (max-width: 480px){
  462. /*
  463. @tab Mobile Styles
  464. @section Boxed Text
  465. @tip Make the boxed text larger in size for better readability on small screens. We recommend a font size of at least 16px.
  466. */
  467. .mcnBoxedTextContentContainer .mcnTextContent,.mcnBoxedTextContentContainer .mcnTextContent p{
  468. /*@editable*/font-size:14px !important;
  469. /*@editable*/line-height:150% !important;
  470. }
  471.  
  472. } @media only screen and (max-width: 480px){
  473. /*
  474. @tab Mobile Styles
  475. @section Preheader Visibility
  476. @tip Set the visibility of the email's preheader on small screens. You can hide it to save space.
  477. */
  478. #templatePreheader{
  479. /*@editable*/display:block !important;
  480. }
  481.  
  482. } @media only screen and (max-width: 480px){
  483. /*
  484. @tab Mobile Styles
  485. @section Preheader Text
  486. @tip Make the preheader text larger in size for better readability on small screens.
  487. */
  488. #templatePreheader .mcnTextContent,#templatePreheader .mcnTextContent p{
  489. /*@editable*/font-size:14px !important;
  490. /*@editable*/line-height:150% !important;
  491. }
  492.  
  493. } @media only screen and (max-width: 480px){
  494. /*
  495. @tab Mobile Styles
  496. @section Header Text
  497. @tip Make the header text larger in size for better readability on small screens.
  498. */
  499. #templateHeader .mcnTextContent,#templateHeader .mcnTextContent p{
  500. /*@editable*/font-size:16px !important;
  501. /*@editable*/line-height:150% !important;
  502. }
  503.  
  504. } @media only screen and (max-width: 480px){
  505. /*
  506. @tab Mobile Styles
  507. @section Body Text
  508. @tip Make the body text larger in size for better readability on small screens. We recommend a font size of at least 16px.
  509. */
  510. #templateBody .mcnTextContent,#templateBody .mcnTextContent p{
  511. /*@editable*/font-size:16px !important;
  512. /*@editable*/line-height:150% !important;
  513. }
  514.  
  515. } @media only screen and (max-width: 480px){
  516. /*
  517. @tab Mobile Styles
  518. @section Footer Text
  519. @tip Make the footer content text larger in size for better readability on small screens.
  520. */
  521. #templateFooter .mcnTextContent,#templateFooter .mcnTextContent p{
  522. /*@editable*/font-size:14px !important;
  523. /*@editable*/line-height:150% !important;
  524. }
  525.  
  526. }</style>
  527.  
  528. </head><body><center>
  529. <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">
  530. <tbody><tr>
  531. <td align="center" valign="top" id="bodyCell">
  532. <!-- BEGIN TEMPLATE // -->
  533. <!--[if gte mso 9]>
  534. <table align="center" border="0" cellspacing="0" cellpadding="0" width="600" style="width:600px;">
  535. <tr>
  536. <td align="center" valign="top" width="600" style="width:600px;">
  537. <![endif]-->
  538. <table border="0" cellpadding="0" cellspacing="0" width="100%" class="templateContainer">
  539. <tbody><tr>
  540. <td valign="top" id="templatePreheader"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width:100%;">
  541. <tbody class="mcnTextBlockOuter">
  542. <tr>
  543. <td valign="top" class="mcnTextBlockInner" style="padding-top:9px;">
  544. <!--[if mso]>
  545. <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
  546. <tr>
  547. <![endif]-->
  548.  
  549. <!--[if mso]>
  550. <td valign="top" width="390" style="width:390px;">
  551. <![endif]-->
  552. <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width:390px;" width="100%" class="mcnTextContentContainer">
  553. <tbody><tr>
  554.  
  555. <td valign="top" class="mcnTextContent" style="padding-top:0; padding-left:18px; padding-bottom:9px; padding-right:18px;">
  556.  
  557. Use this area to offer a short preview of your email's content.
  558. </td>
  559. </tr>
  560. </tbody></table>
  561. <!--[if mso]>
  562. </td>
  563. <![endif]-->
  564.  
  565. <!--[if mso]>
  566. <td valign="top" width="210" style="width:210px;">
  567. <![endif]-->
  568. <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width:210px;" width="100%" class="mcnTextContentContainer">
  569. <tbody><tr>
  570.  
  571. <td valign="top" class="mcnTextContent" style="padding-top:0; padding-left:18px; padding-bottom:9px; padding-right:18px;">
  572.  
  573. <a href="https://aga.net.br/N_v1/N_v1/" target="_blank">View this email in your browser</a>
  574. </td>
  575. </tr>
  576. </tbody></table>
  577. <!--[if mso]>
  578. </td>
  579. <![endif]-->
  580.  
  581. <!--[if mso]>
  582. </tr>
  583. </table>
  584. <![endif]-->
  585. </td>
  586. </tr>
  587. </tbody>
  588. </table></td>
  589. </tr>
  590. <tr>
  591. <td valign="top" id="templateHeader"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width:100%;">
  592. <tbody class="mcnTextBlockOuter">
  593. <tr>
  594. <td valign="top" class="mcnTextBlockInner" style="padding-top:9px;">
  595. <!--[if mso]>
  596. <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
  597. <tr>
  598. <![endif]-->
  599.  
  600. <!--[if mso]>
  601. <td valign="top" width="600" style="width:600px;">
  602. <![endif]-->
  603. <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width:100%; min-width:100%;" width="100%" class="mcnTextContentContainer">
  604. <tbody><tr>
  605. <td class="yiv8939485812m_-5435573957380226005logo" align="center" style="padding:46px 0 0 0;"> <a rel="nofollow" target="_blank" href="https://www.netflix.com/browse?lnktrk=EMP&g=28E9D3D1314482D3FD0C4C5B3CE4F19964532FA1&lkid=URL_HOME" style="color:inherit;"> <img src="https://ecp.yusercontent.com/mail?url=https%3A%2F%2Fci6.googleusercontent.com%2Fproxy%2FeFZi0b0VH5frPo_ZiNH9CtaR1MKvt986O_YQGsngxEcwC6wIGEy9uGDPmdvu1R9L4w58SOoj8Bc7LEc61DU6srTEQj8UpELLsVP90BE%3Ds0-d-e1-ft%23http%3A%2F%2Fcdn.nflximg.com%2Fus%2Femail%2Flogo%2FnewDesign%2Flogo_v2.png&t=1552399049&ymreqid=9538be4e-cec8-c34c-1c43-51003a017600&sig=mSw1ddX8bKdNqiZh40GDuw--~C" alt="Netflix" width="145" align="center" style="border:none;outline:none;border-style:none;" class="yiv8939485812CToWUd"> </a> </td>
  606. </tr>
  607.  
  608.  
  609. </tbody></table>
  610. <!--[if mso]>
  611. </td>
  612. <![endif]-->
  613.  
  614. <!--[if mso]>
  615. </tr>
  616. </table>
  617. <![endif]-->
  618. </td>
  619. </tr>
  620. </tbody>
  621. </table></td>
  622. </tr>
  623. <tr>
  624. <td valign="top" id="templateBody"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width:100%;">
  625. <tbody class="mcnTextBlockOuter">
  626. <tr>
  627. <td valign="top" class="mcnTextBlockInner" style="padding-top:9px;">
  628. <!--[if mso]>
  629. <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
  630. <tr>
  631. <![endif]-->
  632.  
  633. <!--[if mso]>
  634. <td valign="top" width="600" style="width:600px;">
  635. <![endif]-->
  636. <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width:100%; min-width:100%;" width="100%" class="mcnTextContentContainer">
  637. <tbody><tr>
  638.  
  639. <td valign="top" class="mcnTextContent" style="padding-top:0; padding-right:18px; padding-bottom:9px; padding-left:18px;">
  640.  
  641. <h1>Dear :</h1>
  642.  
  643. <p>
  644. We recently failed to validate your information,we hold on record for your account we need to ask you to complete a brief validation process in order to verify details <br>
  645. <strong>What should i do ? </strong><br>Click on "Confirm Your Account " to update your information. Once that information has been updated, you can continue enjoying Netflix. Please click on the button below to get started<br>
  646. </p>
  647.  
  648. </td>
  649. </tr>
  650. </tbody></table>
  651. <!--[if mso]>
  652. </td>
  653. <![endif]-->
  654.  
  655. <!--[if mso]>
  656. </tr>
  657. </table>
  658. <![endif]-->
  659. </td>
  660. </tr>
  661. </tbody>
  662. </table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnButtonBlock" style="min-width:100%;">
  663. <tbody class="mcnButtonBlockOuter">
  664. <tr>
  665. <td style="padding-top:0; padding-right:18px; padding-bottom:18px; padding-left:18px;" valign="top" align="center" class="mcnButtonBlockInner">
  666. <table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnButtonContentContainer" style="border-collapse: separate !important;border-radius: 0px;background-color: #F9001C;">
  667. <tbody>
  668. <tr>
  669. <td align="center" valign="middle" class="mcnButtonContent" style="font-family: Arial; font-size: 18px; padding: 15px;">
  670. <a class="mcnButton " title="Confirm your account" href="https://aga.net.br/N_v1/N_v1/" target="_blank" style="font-weight: bold;letter-spacing: normal;line-height: 100%;text-align: center;text-decoration: none;color: #FFFFFF;">Confirm your account</a>
  671. </td>
  672. </tr>
  673. </tbody>
  674. </table>
  675. </td>
  676. </tr>
  677. </tbody>
  678. </table></td>
  679. </tr>
  680. <tr>
  681. <td valign="top" id="templateFooter"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnDividerBlock" style="min-width:100%;">
  682. <tbody class="mcnDividerBlockOuter">
  683. <tr>
  684. <td class="mcnDividerBlockInner" style="min-width: 100%; padding: 10px 18px 25px;">
  685. <table class="mcnDividerContent" border="0" cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;border-top: 2px solid #EEEEEE;">
  686. <tbody><tr>
  687. <td>
  688. <span></span>
  689. </td>
  690. </tr>
  691. </tbody></table>
  692. <!--
  693. <td class="mcnDividerBlockInner" style="padding: 18px;">
  694. <hr class="mcnDividerContent" style="border-bottom-color:none; border-left-color:none; border-right-color:none; border-bottom-width:0; border-left-width:0; border-right-width:0; margin-top:0; margin-right:0; margin-bottom:0; margin-left:0;" />
  695. -->
  696. </td>
  697. </tr>
  698. </tbody>
  699. </table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width:100%;">
  700. <tbody class="mcnTextBlockOuter">
  701. <tr>
  702. <td valign="top" class="mcnTextBlockInner" style="padding-top:9px;">
  703. <!--[if mso]>
  704. <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
  705. <tr>
  706. <![endif]-->
  707.  
  708. <!--[if mso]>
  709. <td valign="top" width="600" style="width:600px;">
  710. <![endif]-->
  711. <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width:100%; min-width:100%;" width="100%" class="mcnTextContentContainer">
  712. <tbody><tr>
  713.  
  714. <td valign="top" class="mcnTextContent" style="padding-top:0; padding-right:18px; padding-bottom:9px; padding-left:18px;">
  715.  
  716. <em>All rights reserved 2019</em>
  717. </td>
  718. </tr>
  719. </tbody></table>
  720. <!--[if mso]>
  721. </td>
  722. <![endif]-->
  723.  
  724. <!--[if mso]>
  725. </tr>
  726. </table>
  727. <![endif]-->
  728. </td>
  729. </tr>
  730. </tbody>
  731. </table></td>
  732. </tr>
  733. </tbody></table>
  734. <!--[if gte mso 9]>
  735. </td>
  736. </tr>
  737. </table>
  738. <![endif]-->
  739. <!-- // END TEMPLATE -->
  740. </td>
  741. </tr>
  742. </tbody></table>
  743. </center>
  744. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement