What's new

Help Sending email using SMTP not GMAIL [LARAVEL]

LocalHost 8080

🅻🅴🅴🅲🅷🅴🆁
Contributor
Joined
Jan 17, 2015
Posts
13,504
Solutions
2,141
Reaction
33,605
Points
8,927
Connection could not be established with host smtp.hrd-s.com :stream_socket_client(): unable to connect to starttls://smtp.hrd-s.com:995 (Unable to find the socket transport "starttls" - did you forget to enable it when you configured PHP?)",
 
This error message suggests that there is an issue with the connection between your Laravel application and the SMTP server at smtp.hrd-s.com.

Firstly, make sure that the SMTP server details (hostname, port, username, password, encryption method) are correct and up-to-date.

Next, check if the correct PHP extensions are installed and enabled. In particular, ensure that the openssl extension is enabled in your PHP configuration. You can check this by running the following command in your terminal:

Code:
php -m | grep openssl

If the openssl extension is not installed, or is not enabled, you can install it by running the following command (for Ubuntu/Debian-based systems):

Code:
sudo apt-get install php-openssl

After installing the extension, you should restart your web server (e.g. Apache or Nginx) and test the SMTP connection again.

If these steps do not solve the issue, you may need to contact your hosting provider or the SMTP server administrator for further assistance.
 
how to identify the right setting of sending email using thunderbird and env file in windows
 
how to identify the right setting of sending email using thunderbird and env file in windows
di mo nareply sa bot master

To identify the correct setting of sending email using Thunderbird and env file in Windows, follow these steps:

1. Open Thunderbird and go to Tools > Account Settings.

2. Click on the account for which you want to set up the env file.

3. Click on the "Outgoing Server (SMTP)" option in the left-hand pane.

4. Click the "Add" button to set up a new SMTP server.

5. In the "Server Name" field, enter the name of your SMTP server. The name usually looks like smtp.yourdomain.com.

6. In the "Port" field, enter the port number for your SMTP server. This will be provided by your email provider.

7. Under "Security and Authentication", select the authentication method you want to use.

8. Click the "Edit..." button next to "SMTP Server" and in the "SMTP Server Properties" window, click the "Advanced" tab.

9. In the "Advanced" tab, make sure that the "Use the following command when sending mail" option is selected and that the path to the env file is correct.

10. Click "OK" to save your changes and close the windows.

Once you have completed these steps, Thunderbird should be configured to use the env file for sending email. Remember to test sending an email to ensure that it is working properly.
 
di mo nareply sa bot master

To identify the correct setting of sending email using Thunderbird and env file in Windows, follow these steps:

1. Open Thunderbird and go to Tools > Account Settings.

2. Click on the account for which you want to set up the env file.

3. Click on the "Outgoing Server (SMTP)" option in the left-hand pane.

4. Click the "Add" button to set up a new SMTP server.

5. In the "Server Name" field, enter the name of your SMTP server. The name usually looks like smtp.yourdomain.com.

6. In the "Port" field, enter the port number for your SMTP server. This will be provided by your email provider.

7. Under "Security and Authentication", select the authentication method you want to use.

8. Click the "Edit..." button next to "SMTP Server" and in the "SMTP Server Properties" window, click the "Advanced" tab.

9. In the "Advanced" tab, make sure that the "Use the following command when sending mail" option is selected and that the path to the env file is correct.

10. Click "OK" to save your changes and close the windows.

Once you have completed these steps, Thunderbird should be configured to use the env file for sending email. Remember to test sending an email to ensure that it is working properly.
salamat bossing. d ko padin ma connect hahha hanep na sending email to hahahaa
 
boss planning na ako mag enter ng laravel. medyo nalilito kasi ako sa pa folder nya ang dami haha. any advice bossing?
 

Similar threads

Back
Top