Hi!
i am having a problem with the PHP mail function. i cannot use it to send mail.
i get that the SMTP server is unable to rely my email.
Check it out here: http://umm.biz/mail.php
I have created, by somehow, two mySQL dbs. The first DB information and space quote are not included in the control panel.
i am not a thief and i dont wanna rob you guys. So can you remove the empty database (its name is lazy) and make the first DB (named as test) as my default database?!
Thanks
Could you please tell me what arguments you passed for the mail function. I’ll give it a look.
as for two MySQL databases, I dont think that is possible without you being billed. If you accidently added a second database, you would have been emailed with a new invoice and would have been made to agree to those new charges.
OK. that is a tough question. The problem is we dont have any PHP developer here.
There is a PHP function that sends email through an SMTP server and allows you to provide authentication parameters. This forum (burning board 2.0.2) uses the same method to send out emails. I suggest that you visit http://www.phpbuilder.com and ask your question. A very popular PHP forum
Ok, we found out why the mail function wasnt working in your case. You are hosted on one of our windows server (i thought otherwise) and Windows SMTP requires you to authenticate if you want to use it. Thats why we hate installing PHP on windows.
However, you can of course still send email authenticating the way I mentioned above. I noticed that the way this forum is configured (it too is on one of our windows servers), we just specified our smtp server (mail.jodohost.com) and it started sending email through that without authentication. So you can give that a try too.
Looking at this forum, I realized that I have the same problem, but with ASP.NET. The built-in ASP.NET functions (System.Web.Mail), don’t have any parameters that can be used to authenticate against SMTP server (unfortunately ). I was searching over the net, but seems there are no much answers for this. Well, there is a way - using CDO directly, which I’m gonna try now, but maybe I’m wrong here?
[QUOTE=Yash]
Ok, that problem is only with PHP on Windows and not ASP.NET
Anyway, we modified something on win1 and win2. Tell me if it works now.
[/QUOTE]
Hello Yash!
How are you doing?
So… could you please check win7 and do the same thing (if applicable)? I ask you this because today I got 3 people complaining about email messages not received and I got this error:
warning: mail(): SMTP server response: 553 sorry, that domain isn’t allowed to be relayed thru this MTA (#5.7.1) in…