Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: [Solved]: Can't send E-cards  (Read 2543 times)

0 Members and 1 Guest are viewing this topic.

Kizo

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
[Solved]: Can't send E-cards
« on: April 09, 2004, 01:19:51 am »

Why can't I send e-cards from my site?
When I try to send, it says:

Ran into problems sending Mail. Response: 502 Error: command not implemented

What's wrong?
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
[Solved]: Can't send E-cards
« Reply #1 on: April 09, 2004, 08:25:56 am »

Coppermine doesn't come with it's own mail server, but uses the mailing functions set up on your webserver by deault. This Error usually happens on IIS when no smtp server is set up. If you have set up an smtp server, you may have to edit include/mailer.inc.php and edit
Code: [Select]
$CONFIG['smtp_host'] = '';
$CONFIG['smtp_username'] = '';
$CONFIG['smtp_password'] = '';
(fill in your smtp server data).

GauGau
Logged

Kizo

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
[Solved]: Can't send E-cards
« Reply #2 on: April 09, 2004, 12:20:34 pm »

Problem solved.
I knew about that, the thing I'd done wrong was inserting a password and username. Once I deleted them, it worked.

n00b me. :D
Logged
Pages: [1]   Go Up
 

Page created in 0.029 seconds with 19 queries.