Title: Config Email SMTP
Author: Nikos Roussos
Published: <strong>ছেপ্টেম্বৰ 3, 2023</strong>
Last modified: জুন 4, 2026

---

প্লাগিনৰ সন্ধান কৰক

![](https://ps.w.org/config-email-smtp/assets/icon.svg?rev=2962186)

# Config Email SMTP

 [Nikos Roussos](https://profiles.wordpress.org/comzeradd/)-ৰ দ্বাৰা

[ডাউনল’ড কৰক](https://downloads.wordpress.org/plugin/config-email-smtp.0.6.0.zip)

 * [বিশদ বিৱৰণ](https://as.wordpress.org/plugins/config-email-smtp/#description)
 * [পৰ্য্যালোচনা](https://as.wordpress.org/plugins/config-email-smtp/#reviews)
 *  [ইনষ্টলেশ্যন](https://as.wordpress.org/plugins/config-email-smtp/#installation)
 * [বিকাশ](https://as.wordpress.org/plugins/config-email-smtp/#developers)

 [সাহায্য](https://wordpress.org/support/plugin/config-email-smtp/)

## বৰ্ণনা

This plugin is relying just on your `wp-config.php` file. It uses smtp connection
details you will set up there to configure WordPress to relay all outgoing emails
through that email server.

#### Background

There are plenty of similar type of plugins out there. Most of them are not focused
on relaying emails to an SMTP server, but rather supporting specific mail services.

But the main incentive for this was the fact that the [official WordPress docker image](https://hub.docker.com/_/wordpress)
doesn’t have support for sending out emails (eg. “forgot password”).

## ইনষ্টলেশ্যন

All you have to do is copy-paste the lines below at your `wp-config.php` and adjust
the variables
 with the proper values for the SMTP server you want to use.

    ```
    `
    ```

/* SMTP configuration */
 define(‘SMTP_HOST’, ‘mail.example.com’); // Mail server
hostname define(‘SMTP_PORT’, 25); // SMTP port number (25, 465 or 587) define(‘SMTP_SECURE’,‘
ssl’); // Encryption system to use (ssl or tls) define(‘SMTP_USERNAME’, ‘myusername’);//
SMTP Authentication Username define(‘SMTP_PASSWORD’, ‘mypassword’); // SMTP Authentication
Password define(‘SMTP_FROMMAIL’, ‘noreply@example.com’); // From email address define(‘
SMTP_FROMNAME’, ‘WordPress’); // From email name `

## পৰ্য্যালোচনা

এই প্লাগিনৰ বাবে কোনো পৰ্য্যালোচনা নাই।

## অৱদানকাৰী আৰু বিকাশকাৰীসকল

“Config Email SMTP” হৈছে মুক্ত উৎসৰ ছফ্টৱেৰ। এইসকল লোকে এই প্লাগিনত অৱদান আগবঢ়াইছে।

অৱদানকাৰীসকল

 *   [ Nikos Roussos ](https://profiles.wordpress.org/comzeradd/)

“Config Email SMTP” 1টা ভাষাত অনুবাদ কৰা হৈছে। [অনুবাদকসকল](https://translate.wordpress.org/projects/wp-plugins/config-email-smtp/contributors)
ক তেওঁলোকৰ অৱদানৰ বাবে ধন্যবাদ।

[আপোনাৰ ভাষাত “Config Email SMTP” অনুবাদ কৰক।](https://translate.wordpress.org/projects/wp-plugins/config-email-smtp)

### বিকাশৰ প্ৰতি আগ্ৰহী?

[ক’ড ব্ৰাউজ কৰক](https://plugins.trac.wordpress.org/browser/config-email-smtp/),
[SVN ৰিপজিটৰী](https://plugins.svn.wordpress.org/config-email-smtp/) চাওক নাইবা 
[RSS](https://plugins.trac.wordpress.org/log/config-email-smtp/?limit=100&mode=stop_on_copy&format=rss)-
দ্বাৰা [বিকাশৰ পঞ্জী](https://plugins.trac.wordpress.org/log/config-email-smtp/)
ছাবস্ক্ৰাইব কৰক।

## মেটা

 *  **0.6.0** সংস্কৰণ
 *  **1 সপ্তাহ আগত** শেষবাৰ আপডে’ট হৈছিল
 *  সক্ৰিয় ইনষ্টলেশ্যন **10+**
 *  WordPress-ৰ সংস্কৰণ ** 5.0 বা তাতকৈ ওপৰৰ **
 *  ইমানলৈকে পৰীক্ষা কৰা হৈছে **7.0**
 *  ভাষাবোৰ
 * [English (US)](https://wordpress.org/plugins/config-email-smtp/) আৰু [Greek](https://el.wordpress.org/plugins/config-email-smtp/).
 *  [আপোনাৰ ভাষাত অনুবাদ কৰক](https://translate.wordpress.org/projects/wp-plugins/config-email-smtp)
 * [email](https://as.wordpress.org/plugins/tags/email/)[smtp](https://as.wordpress.org/plugins/tags/smtp/)
 *  টেগবোৰ
 *  [উচ্চখাপৰ ভিউ](https://as.wordpress.org/plugins/config-email-smtp/advanced/)

## ৰে’টিংবোৰ

এতিয়ালৈ কোনো পৰ্য্যালোচনা দাখিল কৰা হোৱা নাই।

[Your review](https://wordpress.org/support/plugin/config-email-smtp/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/config-email-smtp/reviews/)

## অৱদানকাৰীসকল

 *   [ Nikos Roussos ](https://profiles.wordpress.org/comzeradd/)

## সাহায্য

কিবা ক’বলগীয়া আছে? সহায় লাগে?

 [সাহায্যৰ ফ’ৰাম চাওক](https://wordpress.org/support/plugin/config-email-smtp/)