I'm having an issue with php sending mail on my server...its not working!
I have a windows 2000 server running IIS 5 along with PHP. Now I know my scripts in PHP are correct, but they aren't sending out mail. I cannot receive them anywhere.
Is there something I have to configure in the PHP.ini file? Is SMTP setup by IIS5 or do I need to do anything?
I getting this error when our clients are sending mail from outlook but they are able to send mail from webmail.
we are using exim mail server and whm . i can't understand where is problem , anybody can help me ?
Sending' reported error (0x800CCC6A) : 'Your outgoing (SMTP) e-mail server has reported an internal error. If you continue to receive this message, contact your server administrator or Internet service provider (ISP). The server responded: 451 Please try again later.
Note: It is worth noting that the mail() function is not suitable for larger volumes of email in a loop. This function opens and closes an SMTP socket for each email, which is not very efficient.
For configuring mail.mysite.com as a smtp server so as tom send mails using it on port 25. Do i need to create a subdomain with "mail" and if so what shal be ip address that should be mapped to ip. Th ip address of the vps hosting or of that of domain name as ns1.domaincompany.com.
The issue is that I am not able to ping mail.myite.com ; I have installed postfix
I recently purchased a VPS, to host all my domains and so I can start working on my sites. The problem is however that I have noticed that my provider does not allow individual smtp servers. Is this normal for a VPS? Is there a solution to the problem that I could suggest?
The problem is that the sender is added as host.myhostdomain.com and not smtp.mydomain.com, where mydomain.com is the domain that I want to create a website for and myhostdomain.com is the name of the server.
If the SMTP server is not the same as the domain name, then my email will land in all different junkmail folders, which is not really what I had in mind. It is no use trying to build up a user database if you cant communicate with them. How should I be able to sell services, if I cant send an e-mail to my customers?
I just dont know. I have to admit that I am a bit disappointed. It is not like I am paying a forture, but I am realistic. If one of them gets big I probably have to host them individually, but until I get more traffic this is a good solution.
My hosting provider runs Cpanel/WHM/Fantastico/XController, if that helps.
I have already tried to approach customer support about this issue, but the response was simply "With the PHP email issue, there really isn't a way to have it sent from some other address. It is technically coming from the hostname, so it will be labeled as such. In the php script, you can have it set to a different from address, but the actual sender will be from the hostname."
I want to config my IIS SMTP server to copy ALL sent mail to another address.
Or, to log in more detail what was sent (I have W3C logging turned on but it doesnt record the mail subject or body).
Basically when a user complains they didnt get an email, I want to be able to look in the log to see (a) the mail was sent and (b) the body/subject of the mail.
One of my accounts, which of course is my main account, are unable to send out emails using either the php mail() function or SMTP, but regular email can be sent and received normaly.
All other accounts on the server works just fine though and I have deleted and setup all emails on that account and pretty much poked it anyway I can with no success.
When attempting to send emails from this account it does not show up in any error logs, email ques or anything like that as far as I can tell...it just get stuck in mid air like tha functions are never called...
i just have a vps with plesk installed, since this is my first time have a vps, i have run into some problem,
so here is the problem.
i want to use pop3 account directly from my outlook, but i don't know how to fill the smtp outgoing address, which mean, i can logged in to account by i cannot send the mail via outlook, but if i'm using the webmail provided by plesk it's just run fine.
here is my dns config, please take a look: note: domain name changed to domain(dot)com because newbie cannot post url link in this forum...
Host | Record Type | Value -------------------------------------------- 123(dot)123(dot)123(dot)123 / 24 | PTR | domain(dot)com
ftp(dot)domain(dot)com | CNAME | domain(dot)com
mail(dot)domain(dot)com | A | 123(dot)123(dot)123(dot)123
ns(dot)domain(dot)com | A | 123(dot)123(dot)123(dot)123
I have a CDONTS script which has been sending mail from a client's website form to their address. However, the script has suddenly stopped working. It doesn't error, they just don't receive the mail. I've tried CCing myself in the script and the mail is not getting through. The script itself is tried and tested and syntaxially correct.
I think the problem is because they're using their own exchange server, not the web hosts' mail server. Therefore I would expect that mail sent from the web script wouldn't go through because there is no local mail server to process it.
The problem is that the script hasn't changed, the host say their system hasn't changed, and the client's IT team say their exchange settings haven't changed!
I could set up a CDOSYS script to use their Exchange server to deal with the email, but their IT support won't allow relaying, so I don't think this is possible.
Is connecting to their Exchange box the only option, or should the website host still be able to process the web-script-generated mail despite not being their mail provider? I'm getting a lot of grief here, but it can't be the script that has suddenly broken because nobody has touched it!