The Email Settings section of your application allows users to configure the parameters required for sending emails. This feature is essential for sending notifications, alerts, and communication within your application. Here's a breakdown of each component:
SMTP Configuration
In this section, you can configure the email settings to send your test report via email.
1.SMTP Port:
The SMTP Port is the port number used for outgoing email server communication. It specifies the channel through which your application connects to an SMTP (Simple Mail Transfer Protocol) server. The default SMTP port for secure connections is 465, while for non-secure connections, it's often 25. However, the specific port may vary based on your email service provider's requirements.
2.Hostname (SMTP Server):
The Hostname, or SMTP Server, is the address of the email server used to send emails. This server address varies depending on your email service provider. For example, Gmail's SMTP server is "smtp.gmail.com."