Search…

X3 Photo Gallery Support Forums

Search…
 
nathanwang65
Topic Author
Posts: 5
Joined: 07 Oct 2008, 13:22

Mail could not be sent!

28 Oct 2008, 02:48

My space server supports 'Jmail', and I enabled 'mail' function in admin and set the right e-mail address,but when 'send' button was pressed,it said 'can't be sent'. What could be wrong?
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

29 Oct 2008, 05:07

Hmm, no idea what is Jmail, all you need is just mail() support, usually its done with sendmail - you can check in Diag page>php Info if you have sendmail enabled.

I do believe this should be resolved by your hoster, we just use php mail function to send mail. usually it either works or not enabled.
firedev.com
 
User avatar
sattva
Experienced
Posts: 41
Joined: 11 Nov 2008, 08:33

11 Nov 2008, 09:34

Hello, pain.

Please help with Send eMail.

My web server supports sendmail:
mail($sTo, $sSubject, $sMessage, $sFrom);
- this works fine.

I also read completely the article about Send email:
https://www.photo.gallery/v2docs/articles/sendemail

The example was given in the article:
www.photo.gallery/soda/#/content/contact/

It doesn't work. It also doesn't work on my page here:
http://www.pifagor.org/lena/portfolio/# ... t/contact/

When I say "It doesn't work" I mean:
1. No "Send eMail" window appears like we have it
by pressing eMail button at the bottom menu of the gallery.
One more Bug of Flash 10 player??? Trying to check Flash 9 Player...

2. Even if "Send Email" window appears by pressing eMail button
no e-mail received.
allowEmail: enabled;
ownerEmail: entered, checked, valid;

Send link (send image button) works fine.

The page is here:
http://www.pifagor.org/lena/portfolio/# ... /textpage/

Thank you for your reply.
Alexey Latiy,
Kiev, Ukraine.
 
User avatar
sattva
Experienced
Posts: 41
Joined: 11 Nov 2008, 08:33

11 Nov 2008, 09:44

Problem 2 solved: both
"Send image" and
"Send Email"
don't work with e-mail forwarder.
I have no idea how can it be possible... :shock:
E-mail forwarder works fine with any other e-mail system
when we send letters to it by SMTP.

Problem 1 is not solved, yet:
- no pop-up flash window with Send Email form.
Alexey Latiy,
Kiev, Ukraine.
 
User avatar
sattva
Experienced
Posts: 41
Joined: 11 Nov 2008, 08:33

11 Nov 2008, 10:32

As a solution for problem 1 (no pop up window with send email form) I have created a separate
text page with the only string <img src="contactform" />
and it helped to make a link to this page. Now I have a
send email form but still wander why it doesn't with the link:
www.photo.gallery/soda/#/content/contact/
http://www.pifagor.org/lena/portfolio/# ... t/contact/
Alexey Latiy,
Kiev, Ukraine.
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

12 Nov 2008, 03:15

Sorry, missed your previous post.

Looks to me like contact form works, atleast I just tried http://www.pifagor.org/lena/portfolio/#/content/email/ and it said - Email sent.

What is "email forwarder" you did mention?

What 'no pop-up flash window' means? I just checked - contact form is there, and looks ok.
firedev.com
 
User avatar
sattva
Experienced
Posts: 41
Joined: 11 Nov 2008, 08:33

12 Nov 2008, 04:24

Pain, thank you for your answer.

Looks to me like contact form works
//
Yes, it works fine now.

What is "email forwarder" you did mention?
//
You may set up mail forwarder for any name like:
pain_frw@domain.com
at the same time there is no mail box pain_frw@domain.com
at the host domain.com but there is forwarder
pain_frw@domain.com -> pain@china.com

So when you send mail via SMTP to
pain_frw@domain.com it appears at
pain@china.com. When you set
pain_frw@domain.com as e-mail at Imagevue Gallery
there is no mail at pain@china.com. Possibly it is the problem
of Apache Server or php function mail ()

What 'no pop-up flash window' means? I just checked - contact form is there, and looks ok.
//
It is said we can use /#/content/contact/
to show contact form. But it soesn't work here:
https://www.photo.gallery/soda/#/content/contact/
and here:
http://www.pifagor.org/lena/portfolio/# ... t/contact/

What 'no pop-up flash window' means?
//
Better to show:
http://pifagor.org/lena/popup.png
Hope it helps.
Alexey Latiy,
Kiev, Ukraine.
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

12 Nov 2008, 05:13

Hmm, just tried it on your site:
http://dl-client.getdropbox.com/u/21036/popup.jpg

Did you receive my test email?
firedev.com
 
User avatar
sattva
Experienced
Posts: 41
Joined: 11 Nov 2008, 08:33

12 Nov 2008, 05:36

Did you receive my test email?
//
"test from control button"
Yes, test is ok. Thank you.

Pain, is it possible to get this Pop-Up window by link on a text page?

Tell me please what should be by this link?
/#/content/contact/
Alexey Latiy,
Kiev, Ukraine.
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

13 Nov 2008, 11:15

I am not sure I understand what is the issue here.

You can add contact page, set it to use as textpage and add:
Code
<img src="contactform" />
to page content, as it says here:
https://www.photo.gallery/v2docs/articles/textpages/
firedev.com
 
User avatar
sattva
Experienced
Posts: 41
Joined: 11 Nov 2008, 08:33

22 Nov 2008, 15:26

Pain thank you for your answers.
pain wrote:I am not sure I understand what is the issue here.
It is said here
https://www.photo.gallery/v2docs/articles/sendemail
Contact form
The contact form is used by visitors of your gallery to send you an email message directly. Ex.:
www.photo.gallery/soda/#/content/contact/
Tell me please, what should be here:
www.photo.gallery/soda/#/content/contact/
There is nothing on this page.
Alexey Latiy,
Kiev, Ukraine.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

24 Nov 2008, 00:45

That's just because we changed some folder names to sort the folder. The link would be here now:
https://www.photo.gallery/soda/#/content/n_contact/

Sorry ...
 
User avatar
sattva
Experienced
Posts: 41
Joined: 11 Nov 2008, 08:33

24 Nov 2008, 03:44

Thank you Karl.
Now I have understood everything about contact page.
Alexey Latiy,
Kiev, Ukraine.