Cant send mail via form
Cant send mail via form
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
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
- Klappstuhl28
- Posts: 833
- Joined: Fri 4. Mar 2005, 01:58
- Location: Hamburg
- Contact:
// 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?
$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 -
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 -
- Klappstuhl28
- Posts: 833
- Joined: Fri 4. Mar 2005, 01:58
- Location: Hamburg
- Contact:
I guess you are using the normal form which was
named contact-form or something. Content part.
Try smtp
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 -
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 -
- Klappstuhl28
- Posts: 833
- Joined: Fri 4. Mar 2005, 01:58
- Location: Hamburg
- Contact:
Oh no, it was a stupid question on my side of the little cable.
Do you get any error messages?
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 -
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 -
- Klappstuhl28
- Posts: 833
- Joined: Fri 4. Mar 2005, 01:58
- Location: Hamburg
- Contact:
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?
"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 -
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 -