Advertisement
Guest User

Untitled

a guest
Mar 9th, 2018
392
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 34.63 KB | None | 0 0
  1. Started POST "/candidatos/registe-se" for 127.0.0.1 at 2018-03-09 23:34:05 +0100
  2. Started POST "/candidatos/registe-se" for 127.0.0.1 at 2018-03-09 23:34:05 +0100
  3. Processing by RegistrationsController#create as HTML
  4. Processing by RegistrationsController#create as HTML
  5.   Parameters: {"utf8"=>"✓", "authenticity_token"=>"LFPQiki62yX/b3ZFQ8VqbmrhHpuZfHvyj/j3RBt4w+Yhb3Z7eDQ+/VSvLTM0WNmHL4leiOoBY1JKrrhk1dwImQ==", "candidate"=>{"email"=>"23nyny@com.pl", "email_confirmation"=>"23nyny@com.pl", "password"=>"[FILTERED]"}, "commit"=>"Registe-se"}
  6.   Parameters: {"utf8"=>"✓", "authenticity_token"=>"LFPQiki62yX/b3ZFQ8VqbmrhHpuZfHvyj/j3RBt4w+Yhb3Z7eDQ+/VSvLTM0WNmHL4leiOoBY1JKrrhk1dwImQ==", "candidate"=>{"email"=>"23nyny@com.pl", "email_confirmation"=>"23nyny@com.pl", "password"=>"[FILTERED]"}, "commit"=>"Registe-se"}
  7.   Company Load (1.3ms)  SELECT  "companies".* FROM "companies" WHERE "companies"."authentication_token" IS NULL LIMIT $1  [["LIMIT", 1]]
  8.   Company Load (1.3ms)  SELECT  "companies".* FROM "companies" WHERE "companies"."authentication_token" IS NULL LIMIT $1  [["LIMIT", 1]]
  9.    (0.2ms)  BEGIN
  10.    (0.2ms)  BEGIN
  11.   Company Exists (0.4ms)  SELECT  1 AS one FROM "companies" WHERE "companies"."email" = $1 LIMIT $2  [["email", "23nyny@com.pl"], ["LIMIT", 1]]
  12.   Company Exists (0.4ms)  SELECT  1 AS one FROM "companies" WHERE "companies"."email" = $1 LIMIT $2  [["email", "23nyny@com.pl"], ["LIMIT", 1]]
  13.   Candidate Exists (0.3ms)  SELECT  1 AS one FROM "candidates" WHERE "candidates"."email" = $1 LIMIT $2  [["email", "23nyny@com.pl"], ["LIMIT", 1]]
  14.   Candidate Exists (0.3ms)  SELECT  1 AS one FROM "candidates" WHERE "candidates"."email" = $1 LIMIT $2  [["email", "23nyny@com.pl"], ["LIMIT", 1]]
  15.   Candidate Exists (3.1ms)  SELECT  1 AS one FROM "candidates" WHERE "candidates"."authentication_token" = $1 LIMIT $2  [["authentication_token", "BF6KqRjShkkysB1EWoSr"], ["LIMIT", 1]]
  16.   Candidate Exists (3.1ms)  SELECT  1 AS one FROM "candidates" WHERE "candidates"."authentication_token" = $1 LIMIT $2  [["authentication_token", "BF6KqRjShkkysB1EWoSr"], ["LIMIT", 1]]
  17.   Company Exists (0.3ms)  SELECT  1 AS one FROM "companies" WHERE "companies"."authentication_token" = $1 LIMIT $2  [["authentication_token", "BF6KqRjShkkysB1EWoSr"], ["LIMIT", 1]]
  18.   Company Exists (0.3ms)  SELECT  1 AS one FROM "companies" WHERE "companies"."authentication_token" = $1 LIMIT $2  [["authentication_token", "BF6KqRjShkkysB1EWoSr"], ["LIMIT", 1]]
  19.   SQL (0.6ms)  INSERT INTO "candidates" ("email", "encrypted_password", "created_at", "updated_at", "authentication_token", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["email", "23nyny@com.pl"], ["encrypted_password", "$2a$10$xGRyJdGOwccSKNjLQg4xGOkPUeu2bP4tWNGq0T1wxRRBftvVd.Toq"], ["created_at", "2018-03-09 22:34:05.482069"], ["updated_at", "2018-03-09 22:34:05.482069"], ["authentication_token", "BF6KqRjShkkysB1EWoSr"], ["confirmation_token", "8sRDJXa6yVZfpp_TxKyV"], ["confirmation_sent_at", "2018-03-09 22:34:05.482388"]]
  20.   SQL (0.6ms)  INSERT INTO "candidates" ("email", "encrypted_password", "created_at", "updated_at", "authentication_token", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["email", "23nyny@com.pl"], ["encrypted_password", "$2a$10$xGRyJdGOwccSKNjLQg4xGOkPUeu2bP4tWNGq0T1wxRRBftvVd.Toq"], ["created_at", "2018-03-09 22:34:05.482069"], ["updated_at", "2018-03-09 22:34:05.482069"], ["authentication_token", "BF6KqRjShkkysB1EWoSr"], ["confirmation_token", "8sRDJXa6yVZfpp_TxKyV"], ["confirmation_sent_at", "2018-03-09 22:34:05.482388"]]
  21.    (4.3ms)  COMMIT
  22.    (4.3ms)  COMMIT
  23.    (0.1ms)  BEGIN
  24.    (0.1ms)  BEGIN
  25.   SQL (0.5ms)  UPDATE "candidates" SET "sign_in_count" = $1, "current_sign_in_at" = $2, "last_sign_in_at" = $3, "current_sign_in_ip" = $4, "last_sign_in_ip" = $5, "updated_at" = $6 WHERE "candidates"."id" = $7  [["sign_in_count", 1], ["current_sign_in_at", "2018-03-09 22:34:05.492347"], ["last_sign_in_at", "2018-03-09 22:34:05.492347"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2018-03-09 22:34:05.493656"], ["id", 104972]]
  26.   SQL (0.5ms)  UPDATE "candidates" SET "sign_in_count" = $1, "current_sign_in_at" = $2, "last_sign_in_at" = $3, "current_sign_in_ip" = $4, "last_sign_in_ip" = $5, "updated_at" = $6 WHERE "candidates"."id" = $7  [["sign_in_count", 1], ["current_sign_in_at", "2018-03-09 22:34:05.492347"], ["last_sign_in_at", "2018-03-09 22:34:05.492347"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2018-03-09 22:34:05.493656"], ["id", 104972]]
  27.    (2.0ms)  COMMIT
  28.    (2.0ms)  COMMIT
  29.   Rendering candidate_mailer/welcome.html.slim within layouts/mailer
  30.   Rendering candidate_mailer/welcome.html.slim within layouts/mailer
  31.   Rendered candidate_mailer/welcome.html.slim within layouts/mailer (5.7ms)
  32.   Rendered candidate_mailer/welcome.html.slim within layouts/mailer (5.7ms)
  33.    (0.2ms)  BEGIN
  34.    (0.2ms)  BEGIN
  35.   SQL (0.4ms)  INSERT INTO "ahoy_messages" ("token", "to", "user_id", "user_type", "mailer") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["token", "sgMqTfVl9VhgUwfrtYPadSzOkpJtq3eV"], ["to", "23nyny@com.pl"], ["user_id", 104972], ["user_type", "Simple::Candidate"], ["mailer", "candidate_mailer/welcome"]]
  36.   SQL (0.4ms)  INSERT INTO "ahoy_messages" ("token", "to", "user_id", "user_type", "mailer") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["token", "sgMqTfVl9VhgUwfrtYPadSzOkpJtq3eV"], ["to", "23nyny@com.pl"], ["user_id", 104972], ["user_type", "Simple::Candidate"], ["mailer", "candidate_mailer/welcome"]]
  37.    (1.9ms)  COMMIT
  38.    (1.9ms)  COMMIT
  39.   Candidate Load (0.7ms)  SELECT  "candidates".* FROM "candidates" WHERE "candidates"."email" = $1 LIMIT $2  [["email", "23nyny@com.pl"], ["LIMIT", 1]]
  40.   Candidate Load (0.7ms)  SELECT  "candidates".* FROM "candidates" WHERE "candidates"."email" = $1 LIMIT $2  [["email", "23nyny@com.pl"], ["LIMIT", 1]]
  41. CandidateMailer#welcome: processed outbound mail in 81.2ms
  42. CandidateMailer#welcome: processed outbound mail in 81.2ms
  43.   Ahoy::Message Load (0.4ms)  SELECT  "ahoy_messages".* FROM "ahoy_messages" WHERE "ahoy_messages"."id" = $1 ORDER BY "ahoy_messages"."id" ASC LIMIT $2  [["id", 424], ["LIMIT", 1]]
  44.   Ahoy::Message Load (0.4ms)  SELECT  "ahoy_messages".* FROM "ahoy_messages" WHERE "ahoy_messages"."id" = $1 ORDER BY "ahoy_messages"."id" ASC LIMIT $2  [["id", 424], ["LIMIT", 1]]
  45.    (0.6ms)  BEGIN
  46.    (0.6ms)  BEGIN
  47.   SQL (0.3ms)  UPDATE "ahoy_messages" SET "sent_at" = $1 WHERE "ahoy_messages"."id" = $2  [["sent_at", "2018-03-09 22:34:05.598814"], ["id", 424]]
  48.   SQL (0.3ms)  UPDATE "ahoy_messages" SET "sent_at" = $1 WHERE "ahoy_messages"."id" = $2  [["sent_at", "2018-03-09 22:34:05.598814"], ["id", 424]]
  49.    (2.3ms)  COMMIT
  50.    (2.3ms)  COMMIT
  51.   WebhookNotification Exists (0.2ms)  SELECT  1 AS one FROM "webhook_notifications" WHERE "webhook_notifications"."email" = '23nyny@com.pl' LIMIT $1  [["LIMIT", 1]]
  52.   WebhookNotification Exists (0.2ms)  SELECT  1 AS one FROM "webhook_notifications" WHERE "webhook_notifications"."email" = '23nyny@com.pl' LIMIT $1  [["LIMIT", 1]]
  53.  
  54.  
  55. Sent mail to 23nyny@com.pl (30007.9ms)
  56. Sent mail to 23nyny@com.pl (30007.9ms)
  57. Date: Fri, 09 Mar 2018 23:34:05 +0100
  58. From: Jobartis Team <noreply@jobartis.com>
  59. Reply-To: Jobartis Support <support@jobartis.com>
  60. To: 23nyny@com.pl
  61. Message-ID: <5aa30bdd9fbbc_13fa3f87714cdb0478762@lsd.mail>
  62. Subject: Bemvindo a Jobartis.com!
  63. Mime-Version: 1.0
  64. Content-Type: multipart/alternative;
  65.  boundary="--==_mimepart_5aa30bdd9f69f_13fa3f87714cdb04786a7";
  66.  charset=UTF-8
  67. Content-Transfer-Encoding: 7bit
  68.  
  69.  
  70. ----==_mimepart_5aa30bdd9f69f_13fa3f87714cdb04786a7
  71. Content-Type: text/plain;
  72.  charset=UTF-8
  73. Content-Transfer-Encoding: quoted-printable
  74.  
  75. Ol=C3=A1  ,
  76.  
  77. Bemvindo(a) a Jobartis.com, o portal de emprego online de Angola!
  78.  
  79. J=C3=A1 tem a sua conta criada. E agora, como encontrar o seu emprego
  80. desejado?
  81.  
  82. Confirme o seu email =
  83.  
  84. ( http://localhost:3000/ahoy/messages/sgMqTfVl9VhgUwfrtYPadSzOkpJtq3eV/cl=
  85. ick?signature=3D4d3b42862ae21ec17ec04c9db30bdf25f329391a&url=3Dhttp%3A%2F=
  86. %2Flocalhost%3A3000%2Fcandidatos%2Fconfirmation%3Fconfirmation_token%3D8s=
  87. RDJXa6yVZfpp_TxKyV%26utm_source%3Dcandidate_mailer%26utm_medium%3Demail%2=
  88. 6utm_campaign%3Dwelcome )
  89.  
  90.  
  91. 1. Complete o seu perfil
  92. 2. Procure pelas ofertas de emprego do nosso portal e
  93. candidate-se a aquelas que estime convenientes
  94.  
  95. N=C3=A3o encontra ofertas de trabalho interessantes? N=C3=A3o h=C3=A1 pro=
  96. blema,
  97. novas ofertas est=C3=A3o a aparecer cada dia. N=C3=B3s notificaremos via
  98. email quando aparecer uma oferta que se ajuste ao seu perfil.
  99.  
  100. Pode entrar em contacto conosco atrav=C3=A9s do seguinte email:
  101. info@jobartis.com
  102.  
  103. Desde j=C3=A1, agradecemos a sua confian=C3=A7a na Jobartis.com e
  104. desejamos-lhe a melhor das sortes na procura de emprego.
  105. A equipa Jobartis
  106.  
  107. twitter =
  108.  
  109. ( http://localhost:3000/ahoy/messages/sgMqTfVl9VhgUwfrtYPadSzOkpJtq3eV/cl=
  110. ick?signature=3D4a40021ec0575af89b280a0a6846a5e2a1592e7e&url=3Dhttps%3A%2=
  111. F%2Ftwitter.com%2Fjobartis%3Futm_source%3Dcandidate_mailer%26utm_medium%3=
  112. Demail%26utm_campaign%3Dwelcome )
  113. google plus =
  114.  
  115. ( http://localhost:3000/ahoy/messages/sgMqTfVl9VhgUwfrtYPadSzOkpJtq3eV/cl=
  116. ick?signature=3Dd683d50e85897886e54eab47646d16bb3bd582c5&url=3Dhttps%3A%2=
  117. F%2Fplus.google.com%2F%2BJobartis%2F%3Futm_source%3Dcandidate_mailer%26ut=
  118. m_medium%3Demail%26utm_campaign%3Dwelcome )
  119. facebook =
  120.  
  121. ( http://localhost:3000/ahoy/messages/sgMqTfVl9VhgUwfrtYPadSzOkpJtq3eV/cl=
  122. ick?signature=3Deab19877d2e6f35595fac48f92335811824bad92&url=3Dhttps%3A%2=
  123. F%2Fwww.facebook.com%2Fjobartis%2F%3Futm_source%3Dcandidate_mailer%26utm_=
  124. medium%3Demail%26utm_campaign%3Dwelcome )
  125.  
  126.  
  127. logo link =
  128.  
  129. ( http://localhost:3000/ahoy/messages/sgMqTfVl9VhgUwfrtYPadSzOkpJtq3eV/cl=
  130. ick?signature=3D0b512595560ff8b39c335e980b480e0afd49ba97&url=3Dhttp%3A%2F=
  131. %2Flocalhost%3A3000%2F%3Futm_source%3Dcandidate_mailer%26utm_medium%3Dema=
  132. il%26utm_campaign%3Dwelcome )
  133.  
  134. A serio quer remover a sua suscrip=C3=A7=C3=A3o? N=C3=A3o h=C3=A1 nada qu=
  135. e possamos
  136. fazer para que mude de ideias antes de se remover suscrip=C3=A7=C3=A3o =
  137.  
  138. ( http://localhost:3000/mailkick/subscriptions/BAhbCUkiEjIzbnlueUBjb20ucG=
  139. wGOgZFVGkDDJoBSSIOQ2FuZGlkYXRlBjsARkkiDHdlbGNvbWUGOwBU--a9af86e1087c72212=
  140. 7d7985f42c0bbfedeca17fd/unsubscribe )=
  141.  
  142. ----==_mimepart_5aa30bdd9f69f_13fa3f87714cdb04786a7
  143. Content-Type: text/html;
  144.  charset=UTF-8
  145. Content-Transfer-Encoding: quoted-printable
  146.  
  147. <!DOCTYPE html>
  148. <html xmlns=3D"http://www.w3.org/1999/xhtml">
  149. <head>
  150. <meta content=3D"text/html; charset=3Dutf-8" http-equiv=3D"Content-Type">=
  151.  
  152. <meta content=3D"width=3Ddevice-width, initial-scale=3D1" name=3D"viewpor=
  153. t">
  154. <title>Jobartis</title>
  155.  
  156.  
  157.  
  158. <style>img {
  159. max-width: 600 px; outline: none; text-decoration: none; -ms-interpolatio=
  160. n-mode: bicubic;
  161. }
  162. body {
  163. -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; widt=
  164. h: 100%; height: 100%; color: #37302d; background: #ffffff;
  165. }
  166. @media only screen and (max-width: 480px) {
  167.   table[class=3D"w320"] {
  168.     width: 320px !important;
  169.   }
  170.   table[class=3D"w300"] {
  171.     width: 300px !important;
  172.   }
  173.   table[class=3D"w290"] {
  174.     width: 290px !important;
  175.   }
  176.   td[class=3D"w320"] {
  177.     width: 320px !important;
  178.   }
  179.   td[class=3D"mobile-center"] {
  180.     text-align: center !important;
  181.   }
  182.   td[class=3D"mobile-padding"] {
  183.     padding-left: 20px !important; padding-right: 20px !important; paddin=
  184. g-bottom: 20px !important;
  185.   }
  186.   td[class=3D"mobile-block"] {
  187.     display: block !important; width: 100% !important; text-align: left !=
  188. important; padding-bottom: 20px !important;
  189.   }
  190.   td[class=3D"mobile-border"] {
  191.     border: 0 !important;
  192.   }
  193.   td[class*=3D"reveal"] {
  194.     display: block !important;
  195.   }
  196. }
  197. </style>
  198. </head>
  199. <body bgcolor=3D"#ffffff" class=3D"body" style=3D"display: block; -webkit=
  200. -text-size-adjust: none; -webkit-font-smoothing: antialiased; width: 100%=
  201. ; height: 100%; color: #37302d; margin: 0; padding: 0;">
  202. <table align=3D"center" cellpadding=3D"0" cellspacing=3D"0" height=3D"100=
  203. %" width=3D"100%" style=3D"border-collapse: collapse !important;"><tr><td=
  204.  align=3D"center" bgcolor=3D"#ffffff" valign=3D"top" width=3D"100%" style=
  205. =3D"font-family: 'Lato', 'Helvetica Neue', 'Arial', 'sans-serif' !importa=
  206. nt; font-weight: 400;"><table cellpadding=3D"0" cellspacing=3D"0" width=3D=
  207. "100%" style=3D"border-collapse: collapse !important;">
  208. <tr><td class=3D"header" style=3D"font-family: 'Lato', 'Helvetica Neue', =
  209. 'Arial', 'sans-serif' !important; font-weight: 400; border-bottom-width: =
  210. 3px; border-bottom-color: #00bdd5; border-bottom-style: solid; width: 100=
  211. %;"><center><table cellpadding=3D"0" cellspacing=3D"0" class=3D"w320" wid=
  212. th=3D"500" style=3D"border-collapse: collapse !important;"><tr><td class=3D=
  213. "mobile-center" style=3D"font-family: 'Lato', 'Helvetica Neue', 'Arial', =
  214. 'sans-serif' !important; font-weight: 400; padding: 10px 0;" valign=3D"to=
  215. p" align=3D"left"><img height=3D"64" src=3D"/assets/mailer/logo-a4ad5655f=
  216. 84fe1d0451a5902e279e5c3feb0edf56c578c99cbf7722d2750a848.png" width=3D"200=
  217. " style=3D"max-width: 600 px; outline: none; text-decoration: none; -ms-i=
  218. nterpolation-mode: bicubic;"></td></tr></table></center></td></tr>
  219. <tr><td valign=3D"top" style=3D"font-family: 'Lato', 'Helvetica Neue', 'A=
  220. rial', 'sans-serif' !important; font-weight: 400;"><center><table cellpad=
  221. ding=3D"0" cellspacing=3D"0" class=3D"w320" width=3D"500" style=3D"border=
  222. -collapse: collapse !important;"><tr><table class=3D"content" style=3D"bo=
  223. rder-collapse: collapse !important; width: 500px;"><tr><td style=3D"paddi=
  224. ng-top: 30px; font-family: 'Lato', 'Helvetica Neue', 'Arial', 'sans-serif=
  225. ' !important; font-weight: 400;">Ol=C3=A1  , <br><br>Bemvindo(a) a Jobart=
  226. is.com, o portal de emprego online de Angola! <br><br>J=C3=A1 tem a sua c=
  227. onta criada. E agora, como encontrar o seu emprego desejado? <br><br><tab=
  228. le border=3D"0" cellpadding=3D"0" cellspacing=3D"0" width=3D"100%" style=3D=
  229. "border-collapse: collapse !important;"><tr><td align=3D"center" style=3D=
  230. "padding-top: 30px; font-family: 'Lato', 'Helvetica Neue', 'Arial', 'sans=
  231. -serif' !important; font-weight: 400;"> <a class=3D"btn" href=3D"http://l=
  232. ocalhost:3000/ahoy/messages/sgMqTfVl9VhgUwfrtYPadSzOkpJtq3eV/click?signat=
  233. ure=3D4d3b42862ae21ec17ec04c9db30bdf25f329391a&amp;url=3Dhttp%3A%2F%2Floc=
  234. alhost%3A3000%2Fcandidatos%2Fconfirmation%3Fconfirmation_token%3D8sRDJXa6=
  235. yVZfpp_TxKyV%26utm_source%3Dcandidate_mailer%26utm_medium%3Demail%26utm_c=
  236. ampaign%3Dwelcome" style=3D"text-decoration: none; color: #ffffff; outlin=
  237. e: none; background-color: #00bdd5; border-radius: 4px; display: inline-b=
  238. lock; font-family: sans-serif; font-size: 13px; font-weight: bold; line-h=
  239. eight: 40px; text-align: center; width: 150px; -webkit-text-size-adjust: =
  240. none; border: 0;">Confirme o seu email</a> </td></tr></table>
  241. <br><br>1. Complete o seu perfil <br>2. Procure pelas ofertas de emprego =
  242. do nosso portal e candidate-se a aquelas que estime convenientes <br><br>=
  243. N=C3=A3o encontra ofertas de trabalho interessantes? N=C3=A3o h=C3=A1 pro=
  244. blema,
  245. novas ofertas est=C3=A3o a aparecer cada dia. N=C3=B3s notificaremos via
  246. email quando aparecer uma oferta que se ajuste ao seu perfil. <br><br>Pod=
  247. e entrar em contacto conosco atrav=C3=A9s do seguinte email:  <a href=3D"=
  248. mailto:info@jobartis.com" style=3D"text-decoration: none; color: #00bdd5;=
  249. outline: none; border: 0;">info@jobartis.com</a><br><br>Desde j=C3=A1, a=
  250. gradecemos a sua confian=C3=A7a na Jobartis.com e desejamos-lhe a melhor =
  251. das sortes na procura de emprego. </td></tr></table></tr></table></center=
  252. ></td></tr>
  253. <tr><td style=3D"font-family: 'Lato', 'Helvetica Neue', 'Arial', 'sans-se=
  254. rif' !important; font-weight: 400;"><center><table class=3D"footer" style=
  255. =3D"border-collapse: collapse !important; width: 500px;"><tr><td style=3D=
  256. "padding-top: 30px; padding-bottom: 30px; font-family: 'Lato', 'Helvetica=
  257. Neue', 'Arial', 'sans-serif' !important; font-weight: 400;">A equipa Job=
  258. artis</td></tr></table></center></td></tr>
  259. <tr><td style=3D"font-family: 'Lato', 'Helvetica Neue', 'Arial', 'sans-se=
  260. rif' !important; font-weight: 400;" bgcolor=3D"#c2c2c2"><center><table ce=
  261. llpadding=3D"0" cellspacing=3D"0" class=3D"w320" width=3D"500" style=3D"b=
  262. order-collapse: collapse !important;">
  263. <tr><td style=3D"font-family: 'Lato', 'Helvetica Neue', 'Arial', 'sans-se=
  264. rif' !important; font-weight: 400;"><table class=3D"social" style=3D"bord=
  265. er-collapse: collapse !important; width: 100%;"><tr><td style=3D"border-s=
  266. pacing: 0px; border-collapse: separate; font-family: 'Lato', 'Helvetica N=
  267. eue', 'Arial', 'sans-serif' !important; font-weight: 400; padding: 30px;"=
  268.  align=3D"center">
  269. <a href=3D"http://localhost:3000/ahoy/messages/sgMqTfVl9VhgUwfrtYPadSzOkp=
  270. Jtq3eV/click?signature=3D4a40021ec0575af89b280a0a6846a5e2a1592e7e&amp;url=
  271. =3Dhttps%3A%2F%2Ftwitter.com%2Fjobartis%3Futm_source%3Dcandidate_mailer%2=
  272. 6utm_medium%3Demail%26utm_campaign%3Dwelcome" style=3D"text-decoration: n=
  273. one; color: #00bdd5; outline: none; border: 0;"><img alt=3D"twitter" heig=
  274. ht=3D"51" src=3D"https://www.filepicker.io/api/file/vkoOlof0QX6YCDF9cCFV"=
  275.  width=3D"61" style=3D"max-width: 600 px; outline: none; text-decoration:=
  276. none; -ms-interpolation-mode: bicubic; border: none;"></a><a href=3D"htt=
  277. p://localhost:3000/ahoy/messages/sgMqTfVl9VhgUwfrtYPadSzOkpJtq3eV/click?s=
  278. ignature=3Dd683d50e85897886e54eab47646d16bb3bd582c5&amp;url=3Dhttps%3A%2F=
  279. %2Fplus.google.com%2F%2BJobartis%2F%3Futm_source%3Dcandidate_mailer%26utm=
  280. _medium%3Demail%26utm_campaign%3Dwelcome" style=3D"text-decoration: none;=
  281. color: #00bdd5; outline: none; border: 0;"><img alt=3D"google plus" heig=
  282. ht=3D"51" src=3D"https://www.filepicker.io/api/file/fZaNDx7cSPaE23OX2LbB"=
  283.  width=3D"61" style=3D"max-width: 600 px; outline: none; text-decoration:=
  284. none; -ms-interpolation-mode: bicubic; border: none;"></a><a href=3D"htt=
  285. p://localhost:3000/ahoy/messages/sgMqTfVl9VhgUwfrtYPadSzOkpJtq3eV/click?s=
  286. ignature=3Deab19877d2e6f35595fac48f92335811824bad92&amp;url=3Dhttps%3A%2F=
  287. %2Fwww.facebook.com%2Fjobartis%2F%3Futm_source%3Dcandidate_mailer%26utm_m=
  288. edium%3Demail%26utm_campaign%3Dwelcome" style=3D"text-decoration: none; c=
  289. olor: #00bdd5; outline: none; border: 0;"><img alt=3D"facebook" height=3D=
  290. "51" src=3D"https://www.filepicker.io/api/file/b3iHzECrTvCPEAcpRKPp" widt=
  291. h=3D"61" style=3D"max-width: 600 px; outline: none; text-decoration: none=
  292. ; -ms-interpolation-mode: bicubic; border: none;"></a>
  293. </td></tr></table></td></tr>
  294. <tr><td style=3D"font-family: 'Lato', 'Helvetica Neue', 'Arial', 'sans-se=
  295. rif' !important; font-weight: 400;"><center><table cellpadding=3D"5" cell=
  296. spacing=3D"0" style=3D"border-collapse: collapse !important; margin: 0 au=
  297. to;" width=3D"100%"><tr><td style=3D"padding-bottom: 15px; font-family: '=
  298. Lato', 'Helvetica Neue', 'Arial', 'sans-serif' !important; font-weight: 4=
  299. 00; margin: 0 auto;" width=3D"100%" align=3D"center"><a href=3D"http://lo=
  300. calhost:3000/ahoy/messages/sgMqTfVl9VhgUwfrtYPadSzOkpJtq3eV/click?signatu=
  301. re=3D0b512595560ff8b39c335e980b480e0afd49ba97&amp;url=3Dhttp%3A%2F%2Floca=
  302. lhost%3A3000%2F%3Futm_source%3Dcandidate_mailer%26utm_medium%3Demail%26ut=
  303. m_campaign%3Dwelcome" style=3D"text-align: center; text-decoration: none;=
  304. color: #00bdd5; outline: none; border: 0;"><img alt=3D"logo link" height=
  305. =3D"32" src=3D"/assets/mailer/logo-bw-884612f776326ff2fc45cc3af605c405afe=
  306. ed20f667e826511ac53c4134282ab.png" style=3D"max-width: 600 px; outline: n=
  307. one; text-decoration: none; -ms-interpolation-mode: bicubic; margin: 0 au=
  308. to; border: none;" width=3D"100"></a></td></tr></table></center></td></tr=
  309. >
  310. <tr><td style=3D"font-family: 'Lato', 'Helvetica Neue', 'Arial', 'sans-se=
  311. rif' !important; font-weight: 400;"><table class=3D"unsubscribe" style=3D=
  312. "border-collapse: collapse !important;"><tr><td style=3D"padding-bottom: =
  313. 15px; color: #5E6969; font-family: 'Lato', 'Helvetica Neue', 'Arial', 'sa=
  314. ns-serif' !important; font-weight: 400;"><center><small>A serio quer remo=
  315. ver a sua suscrip=C3=A7=C3=A3o? N=C3=A3o h=C3=A1 nada que possamos fazer =
  316. para que mude de ideias antes de se <a href=3D"http://localhost:3000/mail=
  317. kick/subscriptions/BAhbCUkiEjIzbnlueUBjb20ucGwGOgZFVGkDDJoBSSIOQ2FuZGlkYX=
  318. RlBjsARkkiDHdlbGNvbWUGOwBU--a9af86e1087c722127d7985f42c0bbfedeca17fd/unsu=
  319. bscribe" style=3D"text-decoration: none; color: #7c99a4; outline: none; b=
  320. order: 0;">remover suscrip=C3=A7=C3=A3o</a></small></center></td></tr></t=
  321. able></td></tr>
  322. </table></center></td></tr>
  323. </table></td></tr></table>
  324. <img alt=3D"" src=3D"http://localhost:3000/ahoy/messages/sgMqTfVl9VhgUwfr=
  325. tYPadSzOkpJtq3eV/open.gif" width=3D"1" height=3D"1" style=3D"max-width: 6=
  326. 00 px; outline: none; text-decoration: none; -ms-interpolation-mode: bicu=
  327. bic;">
  328. </body>
  329. </html>
  330.  
  331. ----==_mimepart_5aa30bdd9f69f_13fa3f87714cdb04786a7--
  332.  
  333. Date: Fri, 09 Mar 2018 23:34:05 +0100
  334. From: Jobartis Team <noreply@jobartis.com>
  335. Reply-To: Jobartis Support <support@jobartis.com>
  336. To: 23nyny@com.pl
  337. Message-ID: <5aa30bdd9fbbc_13fa3f87714cdb0478762@lsd.mail>
  338. Subject: Bemvindo a Jobartis.com!
  339. Mime-Version: 1.0
  340. Content-Type: multipart/alternative;
  341.  boundary="--==_mimepart_5aa30bdd9f69f_13fa3f87714cdb04786a7";
  342.  charset=UTF-8
  343. Content-Transfer-Encoding: 7bit
  344.  
  345.  
  346. ----==_mimepart_5aa30bdd9f69f_13fa3f87714cdb04786a7
  347. Content-Type: text/plain;
  348.  charset=UTF-8
  349. Content-Transfer-Encoding: quoted-printable
  350.  
  351. Ol=C3=A1  ,
  352.  
  353. Bemvindo(a) a Jobartis.com, o portal de emprego online de Angola!
  354.  
  355. J=C3=A1 tem a sua conta criada. E agora, como encontrar o seu emprego
  356. desejado?
  357.  
  358. Confirme o seu email =
  359.  
  360. ( http://localhost:3000/ahoy/messages/sgMqTfVl9VhgUwfrtYPadSzOkpJtq3eV/cl=
  361. ick?signature=3D4d3b42862ae21ec17ec04c9db30bdf25f329391a&url=3Dhttp%3A%2F=
  362. %2Flocalhost%3A3000%2Fcandidatos%2Fconfirmation%3Fconfirmation_token%3D8s=
  363. RDJXa6yVZfpp_TxKyV%26utm_source%3Dcandidate_mailer%26utm_medium%3Demail%2=
  364. 6utm_campaign%3Dwelcome )
  365.  
  366.  
  367. 1. Complete o seu perfil
  368. 2. Procure pelas ofertas de emprego do nosso portal e
  369. candidate-se a aquelas que estime convenientes
  370.  
  371. N=C3=A3o encontra ofertas de trabalho interessantes? N=C3=A3o h=C3=A1 pro=
  372. blema,
  373. novas ofertas est=C3=A3o a aparecer cada dia. N=C3=B3s notificaremos via
  374. email quando aparecer uma oferta que se ajuste ao seu perfil.
  375.  
  376. Pode entrar em contacto conosco atrav=C3=A9s do seguinte email:
  377. info@jobartis.com
  378.  
  379. Desde j=C3=A1, agradecemos a sua confian=C3=A7a na Jobartis.com e
  380. desejamos-lhe a melhor das sortes na procura de emprego.
  381. A equipa Jobartis
  382.  
  383. twitter =
  384.  
  385. ( http://localhost:3000/ahoy/messages/sgMqTfVl9VhgUwfrtYPadSzOkpJtq3eV/cl=
  386. ick?signature=3D4a40021ec0575af89b280a0a6846a5e2a1592e7e&url=3Dhttps%3A%2=
  387. F%2Ftwitter.com%2Fjobartis%3Futm_source%3Dcandidate_mailer%26utm_medium%3=
  388. Demail%26utm_campaign%3Dwelcome )
  389. google plus =
  390.  
  391. ( http://localhost:3000/ahoy/messages/sgMqTfVl9VhgUwfrtYPadSzOkpJtq3eV/cl=
  392. ick?signature=3Dd683d50e85897886e54eab47646d16bb3bd582c5&url=3Dhttps%3A%2=
  393. F%2Fplus.google.com%2F%2BJobartis%2F%3Futm_source%3Dcandidate_mailer%26ut=
  394. m_medium%3Demail%26utm_campaign%3Dwelcome )
  395. facebook =
  396.  
  397. ( http://localhost:3000/ahoy/messages/sgMqTfVl9VhgUwfrtYPadSzOkpJtq3eV/cl=
  398. ick?signature=3Deab19877d2e6f35595fac48f92335811824bad92&url=3Dhttps%3A%2=
  399. F%2Fwww.facebook.com%2Fjobartis%2F%3Futm_source%3Dcandidate_mailer%26utm_=
  400. medium%3Demail%26utm_campaign%3Dwelcome )
  401.  
  402.  
  403. logo link =
  404.  
  405. ( http://localhost:3000/ahoy/messages/sgMqTfVl9VhgUwfrtYPadSzOkpJtq3eV/cl=
  406. ick?signature=3D0b512595560ff8b39c335e980b480e0afd49ba97&url=3Dhttp%3A%2F=
  407. %2Flocalhost%3A3000%2F%3Futm_source%3Dcandidate_mailer%26utm_medium%3Dema=
  408. il%26utm_campaign%3Dwelcome )
  409.  
  410. A serio quer remover a sua suscrip=C3=A7=C3=A3o? N=C3=A3o h=C3=A1 nada qu=
  411. e possamos
  412. fazer para que mude de ideias antes de se remover suscrip=C3=A7=C3=A3o =
  413.  
  414. ( http://localhost:3000/mailkick/subscriptions/BAhbCUkiEjIzbnlueUBjb20ucG=
  415. wGOgZFVGkDDJoBSSIOQ2FuZGlkYXRlBjsARkkiDHdlbGNvbWUGOwBU--a9af86e1087c72212=
  416. 7d7985f42c0bbfedeca17fd/unsubscribe )=
  417.  
  418. ----==_mimepart_5aa30bdd9f69f_13fa3f87714cdb04786a7
  419. Content-Type: text/html;
  420.  charset=UTF-8
  421. Content-Transfer-Encoding: quoted-printable
  422.  
  423. <!DOCTYPE html>
  424. <html xmlns=3D"http://www.w3.org/1999/xhtml">
  425. <head>
  426. <meta content=3D"text/html; charset=3Dutf-8" http-equiv=3D"Content-Type">=
  427.  
  428. <meta content=3D"width=3Ddevice-width, initial-scale=3D1" name=3D"viewpor=
  429. t">
  430. <title>Jobartis</title>
  431.  
  432.  
  433.  
  434. <style>img {
  435. max-width: 600 px; outline: none; text-decoration: none; -ms-interpolatio=
  436. n-mode: bicubic;
  437. }
  438. body {
  439. -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; widt=
  440. h: 100%; height: 100%; color: #37302d; background: #ffffff;
  441. }
  442. @media only screen and (max-width: 480px) {
  443.   table[class=3D"w320"] {
  444.     width: 320px !important;
  445.   }
  446.   table[class=3D"w300"] {
  447.     width: 300px !important;
  448.   }
  449.   table[class=3D"w290"] {
  450.     width: 290px !important;
  451.   }
  452.   td[class=3D"w320"] {
  453.     width: 320px !important;
  454.   }
  455.   td[class=3D"mobile-center"] {
  456.     text-align: center !important;
  457.   }
  458.   td[class=3D"mobile-padding"] {
  459.     padding-left: 20px !important; padding-right: 20px !important; paddin=
  460. g-bottom: 20px !important;
  461.   }
  462.   td[class=3D"mobile-block"] {
  463.     display: block !important; width: 100% !important; text-align: left !=
  464. important; padding-bottom: 20px !important;
  465.   }
  466.   td[class=3D"mobile-border"] {
  467.     border: 0 !important;
  468.   }
  469.   td[class*=3D"reveal"] {
  470.     display: block !important;
  471.   }
  472. }
  473. </style>
  474. </head>
  475. <body bgcolor=3D"#ffffff" class=3D"body" style=3D"display: block; -webkit=
  476. -text-size-adjust: none; -webkit-font-smoothing: antialiased; width: 100%=
  477. ; height: 100%; color: #37302d; margin: 0; padding: 0;">
  478. <table align=3D"center" cellpadding=3D"0" cellspacing=3D"0" height=3D"100=
  479. %" width=3D"100%" style=3D"border-collapse: collapse !important;"><tr><td=
  480.  align=3D"center" bgcolor=3D"#ffffff" valign=3D"top" width=3D"100%" style=
  481. =3D"font-family: 'Lato', 'Helvetica Neue', 'Arial', 'sans-serif' !importa=
  482. nt; font-weight: 400;"><table cellpadding=3D"0" cellspacing=3D"0" width=3D=
  483. "100%" style=3D"border-collapse: collapse !important;">
  484. <tr><td class=3D"header" style=3D"font-family: 'Lato', 'Helvetica Neue', =
  485. 'Arial', 'sans-serif' !important; font-weight: 400; border-bottom-width: =
  486. 3px; border-bottom-color: #00bdd5; border-bottom-style: solid; width: 100=
  487. %;"><center><table cellpadding=3D"0" cellspacing=3D"0" class=3D"w320" wid=
  488. th=3D"500" style=3D"border-collapse: collapse !important;"><tr><td class=3D=
  489. "mobile-center" style=3D"font-family: 'Lato', 'Helvetica Neue', 'Arial', =
  490. 'sans-serif' !important; font-weight: 400; padding: 10px 0;" valign=3D"to=
  491. p" align=3D"left"><img height=3D"64" src=3D"/assets/mailer/logo-a4ad5655f=
  492. 84fe1d0451a5902e279e5c3feb0edf56c578c99cbf7722d2750a848.png" width=3D"200=
  493. " style=3D"max-width: 600 px; outline: none; text-decoration: none; -ms-i=
  494. nterpolation-mode: bicubic;"></td></tr></table></center></td></tr>
  495. <tr><td valign=3D"top" style=3D"font-family: 'Lato', 'Helvetica Neue', 'A=
  496. rial', 'sans-serif' !important; font-weight: 400;"><center><table cellpad=
  497. ding=3D"0" cellspacing=3D"0" class=3D"w320" width=3D"500" style=3D"border=
  498. -collapse: collapse !important;"><tr><table class=3D"content" style=3D"bo=
  499. rder-collapse: collapse !important; width: 500px;"><tr><td style=3D"paddi=
  500. ng-top: 30px; font-family: 'Lato', 'Helvetica Neue', 'Arial', 'sans-serif=
  501. ' !important; font-weight: 400;">Ol=C3=A1  , <br><br>Bemvindo(a) a Jobart=
  502. is.com, o portal de emprego online de Angola! <br><br>J=C3=A1 tem a sua c=
  503. onta criada. E agora, como encontrar o seu emprego desejado? <br><br><tab=
  504. le border=3D"0" cellpadding=3D"0" cellspacing=3D"0" width=3D"100%" style=3D=
  505. "border-collapse: collapse !important;"><tr><td align=3D"center" style=3D=
  506. "padding-top: 30px; font-family: 'Lato', 'Helvetica Neue', 'Arial', 'sans=
  507. -serif' !important; font-weight: 400;"> <a class=3D"btn" href=3D"http://l=
  508. ocalhost:3000/ahoy/messages/sgMqTfVl9VhgUwfrtYPadSzOkpJtq3eV/click?signat=
  509. ure=3D4d3b42862ae21ec17ec04c9db30bdf25f329391a&amp;url=3Dhttp%3A%2F%2Floc=
  510. alhost%3A3000%2Fcandidatos%2Fconfirmation%3Fconfirmation_token%3D8sRDJXa6=
  511. yVZfpp_TxKyV%26utm_source%3Dcandidate_mailer%26utm_medium%3Demail%26utm_c=
  512. ampaign%3Dwelcome" style=3D"text-decoration: none; color: #ffffff; outlin=
  513. e: none; background-color: #00bdd5; border-radius: 4px; display: inline-b=
  514. lock; font-family: sans-serif; font-size: 13px; font-weight: bold; line-h=
  515. eight: 40px; text-align: center; width: 150px; -webkit-text-size-adjust: =
  516. none; border: 0;">Confirme o seu email</a> </td></tr></table>
  517. <br><br>1. Complete o seu perfil <br>2. Procure pelas ofertas de emprego =
  518. do nosso portal e candidate-se a aquelas que estime convenientes <br><br>=
  519. N=C3=A3o encontra ofertas de trabalho interessantes? N=C3=A3o h=C3=A1 pro=
  520. blema,
  521. novas ofertas est=C3=A3o a aparecer cada dia. N=C3=B3s notificaremos via
  522. email quando aparecer uma oferta que se ajuste ao seu perfil. <br><br>Pod=
  523. e entrar em contacto conosco atrav=C3=A9s do seguinte email:  <a href=3D"=
  524. mailto:info@jobartis.com" style=3D"text-decoration: none; color: #00bdd5;=
  525. outline: none; border: 0;">info@jobartis.com</a><br><br>Desde j=C3=A1, a=
  526. gradecemos a sua confian=C3=A7a na Jobartis.com e desejamos-lhe a melhor =
  527. das sortes na procura de emprego. </td></tr></table></tr></table></center=
  528. ></td></tr>
  529. <tr><td style=3D"font-family: 'Lato', 'Helvetica Neue', 'Arial', 'sans-se=
  530. rif' !important; font-weight: 400;"><center><table class=3D"footer" style=
  531. =3D"border-collapse: collapse !important; width: 500px;"><tr><td style=3D=
  532. "padding-top: 30px; padding-bottom: 30px; font-family: 'Lato', 'Helvetica=
  533. Neue', 'Arial', 'sans-serif' !important; font-weight: 400;">A equipa Job=
  534. artis</td></tr></table></center></td></tr>
  535. <tr><td style=3D"font-family: 'Lato', 'Helvetica Neue', 'Arial', 'sans-se=
  536. rif' !important; font-weight: 400;" bgcolor=3D"#c2c2c2"><center><table ce=
  537. llpadding=3D"0" cellspacing=3D"0" class=3D"w320" width=3D"500" style=3D"b=
  538. order-collapse: collapse !important;">
  539. <tr><td style=3D"font-family: 'Lato', 'Helvetica Neue', 'Arial', 'sans-se=
  540. rif' !important; font-weight: 400;"><table class=3D"social" style=3D"bord=
  541. er-collapse: collapse !important; width: 100%;"><tr><td style=3D"border-s=
  542. pacing: 0px; border-collapse: separate; font-family: 'Lato', 'Helvetica N=
  543. eue', 'Arial', 'sans-serif' !important; font-weight: 400; padding: 30px;"=
  544.  align=3D"center">
  545. <a href=3D"http://localhost:3000/ahoy/messages/sgMqTfVl9VhgUwfrtYPadSzOkp=
  546. Jtq3eV/click?signature=3D4a40021ec0575af89b280a0a6846a5e2a1592e7e&amp;url=
  547. =3Dhttps%3A%2F%2Ftwitter.com%2Fjobartis%3Futm_source%3Dcandidate_mailer%2=
  548. 6utm_medium%3Demail%26utm_campaign%3Dwelcome" style=3D"text-decoration: n=
  549. one; color: #00bdd5; outline: none; border: 0;"><img alt=3D"twitter" heig=
  550. ht=3D"51" src=3D"https://www.filepicker.io/api/file/vkoOlof0QX6YCDF9cCFV"=
  551.  width=3D"61" style=3D"max-width: 600 px; outline: none; text-decoration:=
  552. none; -ms-interpolation-mode: bicubic; border: none;"></a><a href=3D"htt=
  553. p://localhost:3000/ahoy/messages/sgMqTfVl9VhgUwfrtYPadSzOkpJtq3eV/click?s=
  554. ignature=3Dd683d50e85897886e54eab47646d16bb3bd582c5&amp;url=3Dhttps%3A%2F=
  555. %2Fplus.google.com%2F%2BJobartis%2F%3Futm_source%3Dcandidate_mailer%26utm=
  556. _medium%3Demail%26utm_campaign%3Dwelcome" style=3D"text-decoration: none;=
  557. color: #00bdd5; outline: none; border: 0;"><img alt=3D"google plus" heig=
  558. ht=3D"51" src=3D"https://www.filepicker.io/api/file/fZaNDx7cSPaE23OX2LbB"=
  559.  width=3D"61" style=3D"max-width: 600 px; outline: none; text-decoration:=
  560. none; -ms-interpolation-mode: bicubic; border: none;"></a><a href=3D"htt=
  561. p://localhost:3000/ahoy/messages/sgMqTfVl9VhgUwfrtYPadSzOkpJtq3eV/click?s=
  562. ignature=3Deab19877d2e6f35595fac48f92335811824bad92&amp;url=3Dhttps%3A%2F=
  563. %2Fwww.facebook.com%2Fjobartis%2F%3Futm_source%3Dcandidate_mailer%26utm_m=
  564. edium%3Demail%26utm_campaign%3Dwelcome" style=3D"text-decoration: none; c=
  565. olor: #00bdd5; outline: none; border: 0;"><img alt=3D"facebook" height=3D=
  566. "51" src=3D"https://www.filepicker.io/api/file/b3iHzECrTvCPEAcpRKPp" widt=
  567. h=3D"61" style=3D"max-width: 600 px; outline: none; text-decoration: none=
  568. ; -ms-interpolation-mode: bicubic; border: none;"></a>
  569. </td></tr></table></td></tr>
  570. <tr><td style=3D"font-family: 'Lato', 'Helvetica Neue', 'Arial', 'sans-se=
  571. rif' !important; font-weight: 400;"><center><table cellpadding=3D"5" cell=
  572. spacing=3D"0" style=3D"border-collapse: collapse !important; margin: 0 au=
  573. to;" width=3D"100%"><tr><td style=3D"padding-bottom: 15px; font-family: '=
  574. Lato', 'Helvetica Neue', 'Arial', 'sans-serif' !important; font-weight: 4=
  575. 00; margin: 0 auto;" width=3D"100%" align=3D"center"><a href=3D"http://lo=
  576. calhost:3000/ahoy/messages/sgMqTfVl9VhgUwfrtYPadSzOkpJtq3eV/click?signatu=
  577. re=3D0b512595560ff8b39c335e980b480e0afd49ba97&amp;url=3Dhttp%3A%2F%2Floca=
  578. lhost%3A3000%2F%3Futm_source%3Dcandidate_mailer%26utm_medium%3Demail%26ut=
  579. m_campaign%3Dwelcome" style=3D"text-align: center; text-decoration: none;=
  580. color: #00bdd5; outline: none; border: 0;"><img alt=3D"logo link" height=
  581. =3D"32" src=3D"/assets/mailer/logo-bw-884612f776326ff2fc45cc3af605c405afe=
  582. ed20f667e826511ac53c4134282ab.png" style=3D"max-width: 600 px; outline: n=
  583. one; text-decoration: none; -ms-interpolation-mode: bicubic; margin: 0 au=
  584. to; border: none;" width=3D"100"></a></td></tr></table></center></td></tr=
  585. >
  586. <tr><td style=3D"font-family: 'Lato', 'Helvetica Neue', 'Arial', 'sans-se=
  587. rif' !important; font-weight: 400;"><table class=3D"unsubscribe" style=3D=
  588. "border-collapse: collapse !important;"><tr><td style=3D"padding-bottom: =
  589. 15px; color: #5E6969; font-family: 'Lato', 'Helvetica Neue', 'Arial', 'sa=
  590. ns-serif' !important; font-weight: 400;"><center><small>A serio quer remo=
  591. ver a sua suscrip=C3=A7=C3=A3o? N=C3=A3o h=C3=A1 nada que possamos fazer =
  592. para que mude de ideias antes de se <a href=3D"http://localhost:3000/mail=
  593. kick/subscriptions/BAhbCUkiEjIzbnlueUBjb20ucGwGOgZFVGkDDJoBSSIOQ2FuZGlkYX=
  594. RlBjsARkkiDHdlbGNvbWUGOwBU--a9af86e1087c722127d7985f42c0bbfedeca17fd/unsu=
  595. bscribe" style=3D"text-decoration: none; color: #7c99a4; outline: none; b=
  596. order: 0;">remover suscrip=C3=A7=C3=A3o</a></small></center></td></tr></t=
  597. able></td></tr>
  598. </table></center></td></tr>
  599. </table></td></tr></table>
  600. <img alt=3D"" src=3D"http://localhost:3000/ahoy/messages/sgMqTfVl9VhgUwfr=
  601. tYPadSzOkpJtq3eV/open.gif" width=3D"1" height=3D"1" style=3D"max-width: 6=
  602. 00 px; outline: none; text-decoration: none; -ms-interpolation-mode: bicu=
  603. bic;">
  604. </body>
  605. </html>
  606.  
  607. ----==_mimepart_5aa30bdd9f69f_13fa3f87714cdb04786a7--
  608.  
  609. Completed 500 Internal Server Error in 30497ms (ActiveRecord: 37.8ms)
  610.  
  611.  
  612. Completed 500 Internal Server Error in 30497ms (ActiveRecord: 37.8ms)
  613.  
  614.  
  615.  
  616.  
  617. Net::OpenTimeout (execution expired):
  618. Net::OpenTimeout (execution expired):
  619.  
  620.  
  621. app/controllers/registrations_controller.rb:52:in `sign_up'
  622. app/controllers/registrations_controller.rb:22:in `create'
  623. app/controllers/registrations_controller.rb:52:in `sign_up'
  624. app/controllers/registrations_controller.rb:22:in `create'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement