Error when sending mails via Email contact form

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Error when sending mails via Email contact form

Post by frold »

Hmm

For some reason I now get this error when I try to sent an email via a the email contact form:
Language string failed to load: instantiate

Copy could not be send to: mymail@mydomian.dk (Language string failed to load: instantiate)
Any ideas?

Its very urgent cause the contact form is used as a orderform at my fathers homepage...
http://www.studmed.dk Portal for doctors and medical students in Denmark
pepe
Posts: 3954
Joined: Mon 19. Jan 2004, 13:46

Post by pepe »

Hi Dr. frold,

do'nt know the answer to that question.... but nice to have you here again :lol:

And - by the way - when do you have your visite??? :lol: :lol: :lol:
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

Ohh thank you

You saved my busy day.....

This was the solution:
$phpwcms['SMTP_MAILER'] = 'smtp'; // default phpMailer: smtp, mail (default), sendmail
$phpwcms['SMTP_AUTH'] = 1; // sets SMTP_AUTH to ON/OFF
$phpwcms['SMTP_USER'] = 'smtp@piezoworks.be'; // default SMTP login (user) name
$phpwcms['SMTP_PASS'] = 'mypass'; // default SMTP password
http://www.studmed.dk Portal for doctors and medical students in Denmark
Post Reply