Guest User

Untitled

a guest
Jun 27th, 2018
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. 1.9.2-p290 :017 > me.username = "somename"
  2. => "somename"
  3. 1.9.2-p290 :018 > Notifier.single_admin("teststring", me)
  4. => #<Mail::Message:62733440, Multipart: true, Headers: <From: no-reply@joindiaspora.com>, <To: me@farewellutopia.com>, <Subject: A message about your Diaspora account:>, <Mime-Version: 1.0>, <Content-Type: multipart/alternative; boundary="--==_mimepart_4f49208527d34_29e57a8adc88546"; charset=UTF-8>, <host: mlk.wymiwyg.com>>
  5. 1.9.2-p290 :019 > Notifier.single_admin("teststring", me).deliver
  6. => #<Mail::Message:56029800, Multipart: true, Headers: <Date: Sat, 25 Feb 2012 18:56:19 +0100>, <From: no-reply@joindiaspora.com>, <To: me@farewellutopia.com>, <Message-ID: <4f4920c3430d6_29e57a8adc8898@Ubuntu-1104-natty-64-minimal.mail>>, <Subject: A message about your Diaspora account:>, <Mime-Version: 1.0>, <Content-Type: multipart/alternative; boundary="--==_mimepart_4f4920c2e4ad7_29e57a8adc886d9"; charset=UTF-8>, <Content-Transfer-Encoding: 7bit>, <host: mlk.wymiwyg.com>>
  7. 1.9.2-p290 :020 > mail = Notifier.single_admin("teststring", me)
  8. => #<Mail::Message:62419040, Multipart: true, Headers: <From: no-reply@joindiaspora.com>, <To: me@farewellutopia.com>, <Subject: A message about your Diaspora account:>, <Mime-Version: 1.0>, <Content-Type: multipart/alternative; boundary="--==_mimepart_4f4920dcb39a6_29e57a8adc89013"; charset=UTF-8>, <host: mlk.wymiwyg.com>>
  9. 1.9.2-p290 :021 > Notifier.deliver(mail)
  10. DEPRECATION WARNING: Notifier.deliver is deprecated, call deliver in the mailer instance instead. (called from irb_binding at (irb):21)
  11. => #<Mail::Message:62419040, Multipart: true, Headers: <Date: Sat, 25 Feb 2012 18:56:51 +0100>, <From: no-reply@joindiaspora.com>, <To: me@farewellutopia.com>, <Message-ID: <4f4920e317f4d_29e57a8adc8939b@Ubuntu-1104-natty-64-minimal.mail>>, <Subject: A message about your Diaspora account:>, <Mime-Version: 1.0>, <Content-Type: multipart/alternative; boundary="--==_mimepart_4f4920dcb39a6_29e57a8adc89013"; charset=UTF-8>, <Content-Transfer-Encoding: 7bit>, <host: mlk.wymiwyg.com>>
  12. 1.9.2-p290 :022 >
Add Comment
Please, Sign In to add comment