Page 1 of 1
Mail could not be sent!
Posted: 28 Oct 2008, 02:48
by nathanwang65
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?
Posted: 29 Oct 2008, 05:07
by Nick
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.
Posted: 11 Nov 2008, 09:34
by sattva
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.
Posted: 11 Nov 2008, 09:44
by sattva
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...
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.
Posted: 11 Nov 2008, 10:32
by sattva
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/
Posted: 12 Nov 2008, 03:15
by Nick
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.
Posted: 12 Nov 2008, 04:24
by sattva
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.
Posted: 12 Nov 2008, 05:13
by Nick
Hmm, just tried it on your site:
http://dl-client.getdropbox.com/u/21036/popup.jpg
Did you receive my test email?
Posted: 12 Nov 2008, 05:36
by sattva
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/
Posted: 13 Nov 2008, 11:15
by Nick
I am not sure I understand what is the issue here.
You can add contact page, set it to use as textpage and add:
<img src="contactform" />
to page content, as it says here:
https://www.photo.gallery/v2docs/articles/textpages/
Posted: 22 Nov 2008, 15:26
by sattva
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
Tell me please, what should be here:
www.photo.gallery/soda/#/content/contact/
There is nothing on this page.
Posted: 24 Nov 2008, 00:45
by mjau-mjau
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 ...
Posted: 24 Nov 2008, 03:44
by sattva
Thank you Karl.
Now I have understood everything about contact page.