PHP mail() function

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: PHP mail() function

Post by Celauran »

toniknik1982 wrote:@celauran: where can i find that? is it something to do with my sendmail? You mean to say log file for my sendmail? because i think that's the mailer i used in ubuntu.... it's my first time doing this code.
I don't think Ubuntu uses sendmail anymore, I believe it uses Postfix. That's not important, though. Check /var/log/maillog
toniknik1982
Forum Newbie
Posts: 12
Joined: Mon Oct 17, 2011 7:01 pm

Re: PHP mail() function

Post by toniknik1982 »

i just use phpmailer...
Post Reply