11
torbatjam
Re: Mail Problems
  • 2006/4/8 7:56

  • torbatjam

  • Just popping in

  • Posts: 14

  • Since: 2005/12/20


hi!
i have too same problem.
i tested all of kind sending email, like phpmail, smtp... but i could not resolve this problem.
my site worked very good, and one month ego i installed formulize module, and it worked well, but now, don`t work it.
plz search more, to find solution of this problem.
thanks.

12
DMarvelus
Re: Mail Problems
  • 2006/4/8 11:10

  • DMarvelus

  • Just popping in

  • Posts: 70

  • Since: 2005/1/29


Does it matter what email address the message is sent from?

For example: the host may have some type of restriction on sending out email that appears to come from a different domain. so, if you domain is mydomain.com, then the FROM email address has to be some.one@mydomain.com

That's just a guess though.

13
torbatjam
Re: Mail Problems
  • 2006/4/8 16:41

  • torbatjam

  • Just popping in

  • Posts: 14

  • Since: 2005/12/20


thanks it work well, when my mail is from own host.
but why i can not send to another emails, like yahoo or Gmail? and another members how can got their passwords, if they lose it?
thank u for your good help.

14
DMarvelus
Re: Mail Problems
  • 2006/4/8 16:53

  • DMarvelus

  • Just popping in

  • Posts: 70

  • Since: 2005/1/29


Quote:

torbatjam wrote:
thanks it work well, when my mail is from own host.
but why i can not send to another emails, like yahoo or Gmail? and another members how can got their passwords, if they lose it?
thank u for your good help.



well, i was just referring to the FROM email address being from the same domain name (if it is not, that could cause a problem).


the only other problem i can think of is that possibly your host requires authentication (logging in w/username and password) before sending an email.

that would be a harder problem to solve. I think the phpmailer class that XOOPS uses has that capability, but right now i don't know if there are any parameters you can set in XOOPS to do that.

just in case your site is using SMTP (usually it doesn't but i don't know) you can try manually setting these in class.phpmailer.php

/**
* Sets SMTP username.
* @access public
* @var string
*/
var $Username = "";

/**
* Sets SMTP password.
* @access public
* @var string
*/
var $Password = "";

if that works, at least you know what the problem is

15
torbatjam
Re: Mail Problems
  • 2006/4/9 18:08

  • torbatjam

  • Just popping in

  • Posts: 14

  • Since: 2005/12/20


hi!
i contacted to adminstrator of my server, and he said they have changed the premission of sendig of emails. he said they have closed the name of "Nobody" for email sender.
i should search more, but if i find a solution, i will write here.
and thanks for all.

16
torbatjam
Re: Mail Problems
  • 2006/10/8 16:10

  • torbatjam

  • Just popping in

  • Posts: 14

  • Since: 2005/12/20


Hi any one!
after few months i solved my problem
i download new version of phpmailer and over write it to phpmailer folder that is located inhttp://<your XOOPS site>/class/mail/phpmailer.
hope be useful for XOOPS users that have same prblem.

Login

Who's Online

249 user(s) are online (170 user(s) are browsing Support Forums)


Members: 0


Guests: 249


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits