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
Thank You