here's one you don't get that often I'm sure, but I'm sitting here trying to figure this one out and I'm clueless.

I run a text based game that verifies email addresses in order to re-send passwords and whatnot to. With sendmail, this was easy, I'd just run sprintf(mailbuf, "/usr/sbin/sendmail -s%s -f %s %s < %s",subject, ADMIN_EMAIL, address,buf10);
system(mailbuf);

and poof, it'd be done
This works somewhat in the exim format, but not really. The subject is nonexistant and the sender is listed as my shell account, which I'd rather not have, because I don't ever check mail on that account.

Is there a way to do this that anyone knows about?

cPanel.net Support Ticket Number: