View previous topic :: View next topic |
Author |
Message |
bingobob Apprentice
Joined: 05 Apr 2004 Posts: 296 Location: Hertfordshire, UK
|
Posted: Sun Sep 19, 2004 3:25 pm Post subject: gallery (and how to add email functions) |
|
|
I use Gallery, Its very very good.
I would like to add email to it. Basically this allows people to register and get an email when they have.
I think I just need to add smtp server functionality to Gallery....I want to send via my ISPs smtp server, smtp.xsa4all.nl. What do I need to emerge to make this happen, I was thinking of emerging sendmail but some sort of blocker came up?
Gallery seems to think it is emailing happily but no test emails from gallery get through. Since I have not added smtp.xs4all.nl anywhere I am not surprised.
yours
bb. |
|
Back to top |
|
|
thepi Guru
Joined: 06 Jan 2004 Posts: 352 Location: Tokyo, Japan
|
Posted: Sun Sep 19, 2004 7:39 pm Post subject: |
|
|
isn't this rather dependant on your php configuration? propably the faq will help (although this entry is windoze-related). or the php website.
good luck
pi~ _________________ Violence is the last resort of the incompetent --Isaac Asimov
Gentoo on Acer TM800 | Help! | Vote! | Get FF! |
|
Back to top |
|
|
ckdake l33t
Joined: 10 Apr 2003 Posts: 889 Location: Atlanta, GA
|
Posted: Fri Sep 24, 2004 12:25 am Post subject: |
|
|
Support for this is in recent versions of Gallery. You should download a new version and check it out.
-Gallery Project Manager _________________ http://ckdake.com/ |
|
Back to top |
|
|
bingobob Apprentice
Joined: 05 Apr 2004 Posts: 296 Location: Hertfordshire, UK
|
Posted: Fri Sep 24, 2004 6:57 pm Post subject: |
|
|
well, thanks for this. I sorted out the problem.
If anyone is searching for this.
Basically I just has ssmtp.conf misconfigured.... |
|
Back to top |
|
|
bfkeats Apprentice
Joined: 20 Feb 2004 Posts: 268
|
Posted: Mon Apr 04, 2005 5:48 pm Post subject: |
|
|
So you didn't have to emerge anything? Can you post your ssmtp.conf? |
|
Back to top |
|
|
bingobob Apprentice
Joined: 05 Apr 2004 Posts: 296 Location: Hertfordshire, UK
|
Posted: Tue Apr 05, 2005 8:09 am Post subject: |
|
|
Its basically this...v simple..god only knows why it works. but id does.
I suppose malihub is the mot important!
Code: |
root=postmaster
mailhub=smtp.myisp.com
rewriteDomain=somedomain.com
hostname=myhost
|
|
|
Back to top |
|
|
hegga Apprentice
Joined: 04 Jun 2003 Posts: 210 Location: Norway
|
Posted: Tue Apr 05, 2005 11:55 am Post subject: |
|
|
so, if i get this right; postmaster@somedomain.com is receiving all of your
mail to your root account? _________________ hegga |
|
Back to top |
|
|
|