0
votes
2answers
153 views

PHP mail() function not working

I've been trying to configure the mail() function for 3 days by now, and I'm running out of ideas. I've installed and configured postfix as a satellite, following this guide: How to have my PHP Send ...
1
vote
0answers
24 views

How to relay gmail using postfix? [duplicate]

Possible Duplicate: How can I configure Postfix to send all email through my Gmail account? I want to test php mail function from my ubuntu desktop. I heard that postfix can do this. But I ...
0
votes
1answer
43 views

Postfix working with home network but not with USB 3G dongle

Does postfix with php's mail command get configured during installation based on the network connection? I am asking this because I installed it when I was connected to my home network. and I can ...
4
votes
1answer
1k views

How can I configure Postfix to send all email through my Gmail account?

I'm trying to send an email through Google from my localhost. (via PHP5.3) But Google keeps on blocking my requests. I tried to follow the solutions given to a few similar questions, but for some ...
-1
votes
1answer
150 views

PHP Mail Function User Restrictions? [closed]

I have multiple sites on this server, under two different users. On one, the mail function is working how I intend -- actually emailing the subject. On the other, the email isn't going out (I'm not ...
0
votes
0answers
65 views

Setting permissions to let postfix and PHP work in the same folder

I am trying to achieve something simple, but permissions are making it very difficult. Here is what I expect: Postfix should drop all incoming e-mail from the xx domain (catchall) into the ...
0
votes
1answer
246 views

Mail Delivery System and GMAIL error

After following the following tutorial: http://blog.seeit.org/2010/08/php-mail-with-ubuntu-desktop-and-gmail/ in order to send email through Gmail. I get the following error: Mail Delivery System ...
3
votes
2answers
3k views

Sending mails with PHP, LAMPP and PostFix

I've been trying for 2 whole days now, and I just can't get the most simple thing to work. The problem: Sending eMails from PHP to my eMail address does not work I've been working with Windows and ...