0
votes
1answer
43 views

PHP mail() troubles Mac

I am trying to send an email from my mac using the php mail() function, but I cannot seem to get it to work. I can start sendmail from the terminal with no errors, and have edited my system's php.ini ...
0
votes
1answer
602 views

PhpMailer able to send mail from Windows but not CentOS

I have Apache w/ php on my windows for testing purpose. I also have Apache w/ php on my production CentOS 6.4 server. I am able to perfectly send an email on my windows server using PHPMailer. ...
-1
votes
1answer
201 views

Cannot get PHP Mail() function to work

I am using Ubuntu 12.04 and installed PHP5, Apache2. Then I used following php code to send a mail. <?php $to = "mymail@gmail.com"; $subject = "Test mail"; $message = "Hello! This is a simple ...
1
vote
0answers
84 views

PHP mail out late or when Apache server rebooted

I used to have php mail out right away, now however it might be changes in php code on page, or fact that i changed servers. Mail out like 10 minutes after user register, but if i go and restart ...
0
votes
4answers
1k views

How to send a mail from PHP using gmail?

I'm a beginner with PHP, but I want to send mails to @yahoo.com, @gmail.com and another email addresses like these. I've read some tutorials, but I don`t have a SMTP server (I don't even know what is ...