#include using namespace std; int main() { system("mail -s \"my subject\" dsteil@harding.edu < formletter.txt"); return 0; }