Email settings in Joomla 1.5 on windows XP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
nand2009
Forum Newbie
Posts: 1
Joined: Mon Jul 13, 2009 12:25 pm

Email settings in Joomla 1.5 on windows XP

Post by nand2009 »

Hello all,

I've tried all the options possible from global configuration for sending emails from my joomla 1.5 application. Every time it either gives Client not aunthenticated when I use xampp's sendmail and try to connect to my external mail domain, and when I use PHPMailFunction it says PHP_MAILER_FAILED to deliver.When i tried with SMTP server it says that SMTP error could not connect to SMTP port. I've tried searching , but no luck, the parameters that I've used are as follows

Code: Select all

SMTP: mail.mydomain.net
username:myusername@mydomain.net
password:xyz
port:25
 
Could somebody help me on this? I have asked in Joomla forums but no luck I couldnot solve the issue.

Thank You
Post Reply