[Solved]: Can't send E-cards [Solved]: Can't send E-cards
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

[Solved]: Can't send E-cards

Started by Kizo, April 09, 2004, 01:19:51 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Kizo

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?

Joachim Müller

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$CONFIG['smtp_host'] = '';
$CONFIG['smtp_username'] = '';
$CONFIG['smtp_password'] = '';
(fill in your smtp server data).

GauGau

Kizo

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