autoemail              package:ProfessR              R Documentation

_A_u_t_o_E_m_a_i_l

_D_e_s_c_r_i_p_t_i_o_n:

     Automatically email a file to an address using the perl program.

_U_s_a_g_e:

     autoemail(eadd, sfile, hnote = "Exam Results")

_A_r_g_u_m_e_n_t_s:

    eadd: Email address 

   sfile: file to be sent 

   hnote: subject line 

_D_e_t_a_i_l_s:

     This program will work well in Linux and Mac where Perl is
     installed - I am not sure about Windows. Creates a unix executable
     file, if perl is present.

_V_a_l_u_e:

     Side Effects.

_N_o_t_e:

     Need to change the from desgnation.

_A_u_t_h_o_r(_s):

     Jonathan M. Lees<jonathan.lees@unc.edu>

_S_e_e _A_l_s_o:

     IDandEM

