Send Email in Ruby

Posted on Jun 06, 2012 in Computer Science • Tagged with smtp, programming, Verizon, PDF, Ruby, email

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

A few days ago, I started writing my first Ruby program which read my Verizon family plan statements, calculate bills for each member and send emails to …


Continue reading

R for Internet/Web Applications

Posted on Nov 14, 2012 in Programming • Tagged with email, R, Web, programming, network, internet, CRAN

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

Sending/Receiving Emails

  1. There are many ways to send email in R. First, you can use sendmail{sendmailR}. The following code is a simple test email.

    sendmail …

Continue reading

Sending Email in MATLAB

Posted on Dec 04, 2012 in Computer Science • Tagged with MATLAB, programming, email

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

It is very easy to send emails in MATLAB. To do this, you can just call sendmail. However, usually you need to set preference for sending emails …


Continue reading