Can't send email using SMTP, PLEASE HELP!!!!! :( - Joomla! Forum - community, help and support
--sorry accidently posted in translations section. sorry again---
hey everyone,
i installed joomla , have ben playing while now. rocks, love alot more drupal. have managed figure out need throught forums. helpfull. stumped , hope can me. trying setup smtp settings not getting it.
i tried mail setting on host have site hosted, hostmonster.com
i tried on different host @ network solutions , gmail. not successfull in of them. can please me problem.
ps. when set setting phpmail works partially. when setup user, user gets confirmation email don't 1 default address saying account has been setup. using live chat compoment suppose send email out if select option , pm compoment , newsletter compoment. none working.
pls help.
thanks in advance.
hey everyone,
i installed joomla , have ben playing while now. rocks, love alot more drupal. have managed figure out need throught forums. helpfull. stumped , hope can me. trying setup smtp settings not getting it.
i tried mail setting on host have site hosted, hostmonster.com
i tried on different host @ network solutions , gmail. not successfull in of them. can please me problem.
ps. when set setting phpmail works partially. when setup user, user gets confirmation email don't 1 default address saying account has been setup. using live chat compoment suppose send email out if select option , pm compoment , newsletter compoment. none working.
pls help.
thanks in advance.
ok here goes small update.
i have found
--------------------------------------------------------------------------------------------------
goto global configuration
then
mail section
select smtp server
mailfrom : mail want@addondomain.com
senmail path : /usr/sbin/sendmail
auth : yes
smtp user : mail want@addondomain.com
smtp pass : mail password
smtp host : localhost
and
i change me@localhost.com php.ini
to mail want@addondomain.com
i hope works
---------------------------------------------------------------------------------------
at http://www.bluehostforum.com/showthread ... mtp+joomla
i feel in php.ini file. have no idea how edit allow smtp on port 26 joomla
php.ini (the mail part):
----------------------------------------------------------------------------------------------------------------------------------
[mail function]
; win32 only.
;smtp = localhost ;
mtp_port = 26
; win32 only.
sendmail_from = me@mydomain.com ;
; unix only. may supply arguments (default: "sendmail -t -i").
sendmail_path = /usr/sbin/sendmail -t -i ;
[java]
;java.class.path = .\php_java.jar
;java.home = c:\jdk
;java.library = c:\jdk\jre\bin\hotspot\jvm.dll
;java.library.path = .\
----------------------------------------------------------------------------------------------------------------------------
also using linux system smtp , pop mail.
however incomming , outgoing servers both on mail.mydomain.com
i have changed the:
var $smtp_port = 25; --> 26
in class.smtp.php file.
if can me sort out appreaciate it. thanks
i have found
--------------------------------------------------------------------------------------------------
goto global configuration
then
mail section
select smtp server
mailfrom : mail want@addondomain.com
senmail path : /usr/sbin/sendmail
auth : yes
smtp user : mail want@addondomain.com
smtp pass : mail password
smtp host : localhost
and
i change me@localhost.com php.ini
to mail want@addondomain.com
i hope works
---------------------------------------------------------------------------------------
at http://www.bluehostforum.com/showthread ... mtp+joomla
i feel in php.ini file. have no idea how edit allow smtp on port 26 joomla
php.ini (the mail part):
----------------------------------------------------------------------------------------------------------------------------------
[mail function]
; win32 only.
;smtp = localhost ;
mtp_port = 26
; win32 only.
sendmail_from = me@mydomain.com ;
; unix only. may supply arguments (default: "sendmail -t -i").
sendmail_path = /usr/sbin/sendmail -t -i ;
[java]
;java.class.path = .\php_java.jar
;java.home = c:\jdk
;java.library = c:\jdk\jre\bin\hotspot\jvm.dll
;java.library.path = .\
----------------------------------------------------------------------------------------------------------------------------
also using linux system smtp , pop mail.
however incomming , outgoing servers both on mail.mydomain.com
i have changed the:
var $smtp_port = 25; --> 26
in class.smtp.php file.
if can me sort out appreaciate it. thanks
Comments
Post a Comment