Page 1 of 1

SMTP server error, how fix it?

Posted: 15 Sep 2010, 13:11
by ciaociaociao
I have configured in administration the email (SMTP, address email, owner Email:).

Sending works only if i use in sender email the same email i have set as owner email; nothing happens if i try to use another email address i have back a message like this:

Image

The owner email used is an our own email created to test this form.

Re: SMTP server error, how fix it?

Posted: 09 Oct 2010, 12:27
by Nick
Try hacking include/ivMail.class.php, and change line 164 from:
Code
$phpMailer->From = $from['email'];
to
Code
$phpMailer->From = "your@email";
It's second time we're dealing with this. Maybe gotta add some FROM OVERRIDE to config...

Another option is to register separate email account, say on Gmail and send SMTP mail using it.

Re: SMTP server error, how fix it?

Posted: 18 Apr 2011, 10:10
by Nick
This is resolved and will be released in Imagevue 2.7