Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~115 People Reached
Favorite Forums
Favorite Tags
php x 3
Member Avatar for pandoola

This is driving me crazy... $sendit = (`ls`); echo $sendit; The above chunk of code returns a directory listing on my php page just fine. However... $sendit = (`sendmail`); echo $sendit; This seems to do nothing. I am looking for a time stamped sendmail entry in /var/log/mail.log but see NOTHING! …

Member Avatar for pandoola
0
74
Member Avatar for pandoola

I have an Ubuntu machine hosting a site (apache2), running Sendmail. When I "sendmail -f [email]user@mydomain.com[/email] [email]user@wherever.com[/email] < some-email.txt" from a terminal window on this machine the email comes through no problem (/var/log/mail.log substantiates this). For whatever reason I CANNOT get sendmail working from a php script on my site. …

0
41