TutorialsApps

Setting up mail forms via SMTP in phpBB

This tutorial presents how to set up a mail form using SMTP authentication in the phpBB application.

Views 371Updated 2 aniPublished on 13/06/2022by Cătălin Adrian

Introduction

This tutorial explains how to set up mail forms using the SMTP protocol in phpBB.

Requirements:

  • A valid hosting and domain account.
  • The phpBB application installed on the hosting and access to its administration panel.
  • A mail account created in the hosting panel that will be used for sending emails.

Steps to follow:

  • The administration page of the phpBB application will be accessed, where we will use the login credentials in its platform.

login admin phpBB

  • In the main administration page, in the General tab, access the Email settings menu in the CLIENT COMMUNICATION section, located on the left side of the page.

setari email

  • On the page something will be displayed, we will set the forms as follows:
  • General settings section

1. Enable board-wide emails select the Enabled option to allow the sending of emails

enable board emails

 

2. Users send email via board the Disabled option is chosen so that forum members cannot send emails under the signature of the site's address.

send email via board phpBB

3. Email package size it is recommended to have as small a value as possible to avoid overloading the email server.

email package size

4. Maximum allowed email recipients it is recommended to have a value as low as possible to avoid sending a single email to a large number of recipients, which could lead to overloading the mail server, in the event that one of the selected addresses cannot receive that message for various reasons.

maximum allowed recipients

5. Contact email address will be filled in with the email address from which messages will be sent.

adresa mail contact

6. Contact name will be filled with the name that you want to be displayed when receiving an email from the recipient.

nume contact

7. From email address the email address from which the messages will be sent will be filled in.

from email address

8. Force from email address is set to No.

force from email address

9. Email signature the details of the signature that you want to appear in the sent email will be completed.

email signature

10. Hide email addresses will be set based on preference whether or not to hide email addresses.

hide email addresses

11. Send a test email this function can be used to test the functionality of the settings after the process is completed.

send a test email

SMTP settings section

1. Use SMTP server for email will be set to the Yes option in order to use the SMTP sending protocol.

smtp server for email

2. SMTP server address will be filled in with the email server name in the format mail.domain.ro.

smtp server address

3. SMTP server port will be filled in with the corresponding port for the secure SMTP connection service 587.

smtp server port

4. SMTP authentication method the LOGIN method will be selected.

metoda autentificare smtp

5. SMTP username will be filled in with the user of the email box from which the messages will be sent.

smtp username

6. SMTP password will be completed with the password of the email box from which the messages will be sent.

parola smtp email

7. Verify SSL certificate the Yes option will be set so that email traffic is conducted through the secure SSL method.

verificare certificat ssl

8. Verify SMTP peer name will set the option Yes to verify the connection to the email server via the secure SSL protocol.

verificare smtp peer name

9. Allow self-signed SSL certificates will set the option No to allow operation only through an SSL certificate issued by a competent authority.

self sign ssl certificate

  • Upon completing the settings, the Submit button located at the bottom of the page is pressed.

subimit changes