Cant send mail via form

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
zentering
Posts: 120
Joined: Thu 16. Feb 2006, 21:35
Location: Stockholm Sweden

Cant send mail via form

Post by zentering »

Hi all,

i have made a form but no mail is sent.

$phpwcms['SMTP_MAILER'] = 'mail'; // default phpMailer: smtp, mail (default), sendmail

Not using captcha

1.3.3

Any suggestions


/ Z
User avatar
Klappstuhl28
Posts: 833
Joined: Fri 4. Mar 2005, 01:58
Location: Hamburg
Contact:

Post by Klappstuhl28 »

// smtp values
$phpwcms['SMTP_FROM_EMAIL'] = 'you@yourdomain.tld';
$phpwcms['SMTP_FROM_NAME'] = 'your name';
$phpwcms['SMTP_HOST'] = 'your settings';
$phpwcms['SMTP_PORT'] = (normally)25;
$phpwcms['SMTP_MAILER'] = 'smtp'; <-try
$phpwcms['SMTP_AUTH'] = 0;
$phpwcms['SMTP_USER'] = 'user';
$phpwcms['SMTP_PASS'] = 'pass';

???
Which CP do you use?
Is there a template where the replacement tag for example
dear {name} are entered?
Last edited by Klappstuhl28 on Tue 23. Oct 2007, 20:25, edited 1 time in total.
Lars

Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein. - H. Jackson Brown -
zentering
Posts: 120
Joined: Thu 16. Feb 2006, 21:35
Location: Stockholm Sweden

Post by zentering »

I try it....

Cp = ControlPanel = Cpanel

/ Z
User avatar
Klappstuhl28
Posts: 833
Joined: Fri 4. Mar 2005, 01:58
Location: Hamburg
Contact:

Post by Klappstuhl28 »

I guess you are using the normal form which was
named contact-form or something. Content part.

Try smtp
Lars

Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein. - H. Jackson Brown -
zentering
Posts: 120
Joined: Thu 16. Feb 2006, 21:35
Location: Stockholm Sweden

Post by zentering »

Ahh, content part, bit slow today ;) using the one called for,.

/ Z
User avatar
Klappstuhl28
Posts: 833
Joined: Fri 4. Mar 2005, 01:58
Location: Hamburg
Contact:

Post by Klappstuhl28 »

Oh no, it was a stupid question on my side of the little cable.
Do you get any error messages?
Lars

Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein. - H. Jackson Brown -
zentering
Posts: 120
Joined: Thu 16. Feb 2006, 21:35
Location: Stockholm Sweden

Post by zentering »

Tryed it, no errors but no mail is sent..... hmmm


/ Z

PS, thx for your time.
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Post by juergen »

zentering wrote:Tryed it, no errors but no mail is sent..... hmmm


/ Z
Hi, seems like mailserver on your system is down or stopped.Perhaps port has changed You should ask your Hoster
User avatar
Klappstuhl28
Posts: 833
Joined: Fri 4. Mar 2005, 01:58
Location: Hamburg
Contact:

Post by Klappstuhl28 »

and you don´t miss
"Is there a template where the replacement tag for example
dear {name} are entered?"

below:
-> Label E-Mail: ???

Browser Cache cleared?

A Link?
Lars

Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein. - H. Jackson Brown -
zentering
Posts: 120
Joined: Thu 16. Feb 2006, 21:35
Location: Stockholm Sweden

Post by zentering »

I PM you, dont want to give out URL...

/ Z
Post Reply