_PATH_SENDMAIL_BIN
newargv[0] = _PATH_SENDMAIL_BIN;
(void) execve(_PATH_SENDMAIL_BIN, newargv, envp);
perror("Cannot exec " _PATH_SENDMAIL_BIN);