Search…

X3 Photo Gallery Support Forums

Search…
 
ciaociaociao
Topic Author
Posts: 3
Joined: 15 Sep 2010, 10:48

SMTP server error, how fix it?

15 Sep 2010, 13:11

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.
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: SMTP server error, how fix it?

09 Oct 2010, 12:27

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.
firedev.com
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: SMTP server error, how fix it?

18 Apr 2011, 10:10

This is resolved and will be released in Imagevue 2.7
firedev.com