Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

How to enable Send Mail?

Asked Modified Viewed 672 times
A
aklilu
A
aklilu 10
  • Junior Member, joined since
  • Contributed 20 posts on the community forums.
  • Started 13 threads in the forums
  • Started this discussions
asked
Junior Member

Hello Dear Sir/Madam, greetings. I believe that I configured the SMTP setting properly( SMTP host, SMTP port, User name and password). But still, the contact and registration forms did not work. Do you think that, there is something that is disabled? Where is the 'Send Mail' option? Is there an option to Enable and Disable 'Send Mail'? if so, kindly let me know how to enable it.

Thank you indeed for your time.

Sincerely,
Edited by aklilu on 20-04-2022 15:07,
0 replies

3 posts

D
douwe_yntema
D
  • Senior Member, joined since
  • Contributed 667 posts on the community forums.
  • Started 57 threads in the forums
  • Answered 1 question
answered
Senior Member

Control panel under settings --> Miscellaneous, leave host empty.

But sendmail is not supported anymore by most webhosts.
1 reply
D
douwe_yntema
D
  • Senior Member, joined since
  • Contributed 667 posts on the community forums.
  • Started 57 threads in the forums
  • Answered 1 question
answered
Senior Member

This is what I found in sendmail_include.php:

 if (!$settings['smtp_host']) {
 $mail->isMAIL();
 } else {
 $mail->isSMTP();
 $mail->Host = $settings['smtp_host'];
 $mail->Port = $settings['smtp_port'];
 $mail->SMTPAuth = $settings['smtp_auth'];
 $mail->Username = $settings['smtp_username'];
 $mail->Password = $settings['smtp_password'];
0 replies
A
aklilu
A
aklilu 10
  • Junior Member, joined since
  • Contributed 20 posts on the community forums.
  • Started 13 threads in the forums
  • Started this discussions
answered
Junior Member

Thank you all for your fast, kind and helpful response.

Cheers!
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 3 posts
  • Votes 0 votes
  • Topic users 3 members

3 participants

G
G
Energy can neither be created nor destroyed; only transformed !
  • Senior Member, joined since
  • Contributed 722 posts on the community forums.
  • Started 141 threads in the forums
  • Answered 2 questions
D
D
  • Senior Member, joined since
  • Contributed 667 posts on the community forums.
  • Started 57 threads in the forums
  • Answered 1 question
A
A
aklilu 10
  • Junior Member, joined since
  • Contributed 20 posts on the community forums.
  • Started 13 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet