linux send mail

C++
mail -s "This is the subject" [email protected] <<< 'This is the message'
Source

Also in C++: