The php-mail tag has no wiki summary.
-1
votes
1answer
28 views
PHP mail(); not working, How to install mail server [closed]
I was unable to send an email using PHP mail sending function. I just came to know there is no mailserver running in my Linux server and I tried to install one using "yum install sendmail" in ssh. But ...
2
votes
4answers
1k views
PHP Mail() to Gmail = Spam
Recently Gmail has started marking emails sent directly from my server (using php mail()) as spam and I'm having problems trying to find the issue. If I send an exact copy of the same email from my ...
0
votes
2answers
166 views
Set up PHP Mail() on debian
I'm setting up my debian server as a web development base for myself. As it will be a home for my site, and it will use PHP Mail() pretty much, I need the mail to work, and I'm wondering how, as it ...
-1
votes
1answer
112 views
how can i use php email function on vmware ubuntu server? [closed]
my ubuntu server is installed on vmware on win7. i want to use the php mail function as a test purpose.i couldn't find a solution yet.i dont want to receive emails but i just need to use the php mail ...
0
votes
0answers
22 views
How to make postfix just store ALL (sended) mails in some folder? [duplicate]
Possible Duplicate:
How can I configure Postfix to retain copies of all email sent through it?
I'm programming on php and I just need ability to see all e-mails that my scripts are trying ...
1
vote
1answer
367 views
PHP mail arrives at GMail, but not at the local server
The PHP mail function I am using does not work completely. It will sent mails to GMail easy enough. However, emails routed directly to my internally hosted exchange server are not getting through.
...
0
votes
1answer
680 views
PHPMailer email goes to spam, Outlook email doesn't
I'm sending out emails using PHPMailer through an SMTP server that I control, and I have DKIM and SPF set up and working properly, however, when I send a test email to my gmail account it goes to the ...
0
votes
1answer
145 views
php mail and sendmail hangs
I'm trying to send mail via PHP's mail() function, but it hangs the script. I tried using sendmail on command line (CentOS 5.8) as was suggested in many posts I've read but it also hangs. This is what ...
1
vote
2answers
232 views
Should one use “From”, “Reply-To” or both headers to reflect their client's email address when sending an email to yourself from a “Contact Us” page?
I have written a website that uses the PHP Pear Mail function to send a few email messages. Mainly to people who have lost their password and to me when somebody submits the "contact us" form.
My ...
2
votes
3answers
3k views
Connection refused. Why can't I send email from one server but I can from another?
I'm trying to send email from PHP using mail(). I have complete access to both servers. No unusual iptables rules on either (nothing blocking a default install of sendmail)
I installed sendmail on ...
1
vote
1answer
650 views
PHP Warning: mail(): SMTP server response: 501 Must specify to address <address>
Cannot understand why I am getting this error - both to & from email addresses are valid (I use them daily) so cannot figure out how this is happening - any help would be appreciated.
NOTE: This ...
3
votes
3answers
443 views
Any issue if PHP mail() mail server not MX of FROM domain?
Suppose I have this scenario:
My mail server (and thus MX) for my email address [email protected] is hosted in my office.
My website company.com is hosted by third party web hosting company.
On my ...