coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Ecards & Email => Topic started by: Harry on February 23, 2005, 01:20:39 PM

Title: can't send ecards, no error-messages
Post by: Harry on February 23, 2005, 01:20:39 PM
hello

great tool, great job: thanks a lot!!

I have installed Coppermine.1.3.2

:( I can't send/receive ecards/emails. User-GUI seems ok. No error-messages after pressing the send button, everything seems ok.
Is there any forgotten configuration?


my url http://www.fctc.ch/tutorial/cpg_album

every user is enabled to send ecards


thanks a lot
bye
Harry
Title: Re: can't send ecards, no error-messages
Post by: Abbas Ali on February 23, 2005, 02:02:05 PM
Create a test script with following code, execute it and see whether you receive the emails


<?php
  mail
("yourEmailAddress""Test""This is a test to check mail server");
?>



Report back with your results.
Title: Re: can't send ecards, no error-messages
Post by: Harry on February 23, 2005, 02:52:02 PM
Mail received!

any idea?
Title: Re: can't send ecards, no error-messages
Post by: Tranz on February 23, 2005, 07:01:14 PM
Did you check your spam folder, if it exists? The ecard may be seen as such. There is a mod to make the ecard have a lower spam score if that is your problem.
Title: Re: can't send ecards, no error-messages
Post by: Harry on February 23, 2005, 09:41:05 PM
no, it couldn't be a spam-problem.

have you tried to send a ecard from album http://www.fctc.ch/tutorial/cpg_album ?


Title: Re: can't send ecards, no error-messages
Post by: Harry on February 25, 2005, 02:15:13 PM
success!

I've read the manual chapter 2.6 and configured SMTP to send mails/cards.
seemingly a problem with the PHP build-in mail function.

tx&bye
Harry