Escaping Shell echos?

Write the email content to a file, then redirect the file content as the input to the msmtp command.

Write the email content to a file, then redirect the file content as the input to the msmtp command. File_put_contents($tempfile,$Email); exec("msmtp --account=$Account $To.

This seems so simple but it works perfect. – BHare Feb 22 '11 at 5:47.

In either case, it might be better if you use printf: exec("printf '%s' '$Email' | msmtp --account=$Account $To"); If you are using Bash, you can try the quoting feature of its printf: exec("printf '%q' '$Email' | msmtp --account=$Account $To").

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions