WP SMTP

설명

WP SMTP can help us to send emails via SMTP instead of the PHP mail() function.
It adds a settings page to “Dashboard”->”Settings”->”WP SMTP” where you can configure the email settings.
There are some examples on the settings page, you can click the corresponding icon to view (such as “Gmail””Yahoo!””Microsoft””163″”QQ”).
If the field “From” was not a valid email address, or the field “SMTP Host” was left blank, it will not reconfigure the wp_mail() function.

CREDITS

WP SMTP plugin was originally created by BoLiQuan. It is now owned and maintained by WPOmnia.

Usage

  1. Download and extract wp-smtp.zip to wp-content/plugins/
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. “Dashboard”->”Settings”->”WP SMTP”

스크린샷

  • Main settings
  • Test settings
  • Mail Logs
  • Collapse to show mail body
  • Select rows to delete

설치

  1. Download and extract wp-smtp.zip to wp-content/plugins/
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. “Dashboard”->”Settings”->”WP SMTP”

FAQ

You can submit it in https://wordpress.org/support/plugin/wp-smtp.

후기

2023년 11월 15일
simply awesome. very easy to config and test mail service.
2022년 4월 23일 1 reply
With the addition of a default Reply-To, it would be perfect for the websites I install SMTP plugins on.
2022년 4월 21일 1 reply
Settings got messed up upon automatic update without any kind of alert/notification for re-entering the login/authentication details. No wp-mail fallback when settings got misconfigured. One whole week of emails lost and complaints from our customers. Thank you
2022년 4월 18일 3 replies
In the most recent update around April 2022, they pushed a release that made the plugin not work because the update erased your credentials. And they admit knowing it would happen. But there was no warning, no note to make note of your credentials before the update. Many other plugins push warnings like "Major update - backup your site before updating" or "This update is not backward compatible with the last version". They could have done something like that. THEN they keep saying this isn't an issue, as if they have no responsibility for this, and it is not their fault. How is NONE OF MY EMAILS ARE SENT after the update not an issue??? Yes this IS your fault, because all I did was update. The plugin has one job to send emails and after updating this doesn't happen. Yes it can be fixed and sure it's a good thing to encrypt the credentials, but my site and many others went a week or more without sending out any emails. Because they didn't warn us that we had to do other things for it to work. Read the support tickets for April 2022, you'll see so many people reported this. And they just kept saying "Not an issue". So now I can't trust them for future updates to not just break the plugin and not tell me.
2021년 11월 27일
Took me some time to discover how to resolve the 'problem' authenticate your SMTP account. So, for the girls/boys who encounter the same problem: Login to your ZOHO account / My account / (enter your password) Security / App Passwords . (Application-specific passwords are passcodes that give applications like email clients permission to access your Zoho Mail.) Create new Password / Enter the app name / then click Generate. Save the shown password to a safe place and use THIS password in the plugin. So do not use your password of your ZoHo account.
모든 46 평가 읽기

기여자 & 개발자

“WP SMTP”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“WP SMTP”(이)가 8(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “WP SMTP”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.2.6

Updated: Plugin author to reflect ownership changes.

1.2.5

Fixed: base64_encoding problem for passwords and users that may appear that they are already in base64_encoding but in reality they are not ( https://github.com/WPChill/wp-smtp/issues/7 )
Changed: Removed CDN files and added them locally ( https://github.com/WPChill/wp-smtp/issues/8 )

1.2.4 – 15.04.2022 –

Changed: Added base64 encode for username and passwords ( https://github.com/WPChill/wp-smtp/issues/2 )
Added: Setting to disable the email logging. ( https://github.com/WPChill/wp-smtp/issues/3 )

1.2.3

Fix auto loading require path

1.2.2

Just update info

1.2

Fixed: handle the mail parts as needed

1.2

New and shiny mail logger.

1.1.11

All good, still maintained, just update some info

1.1.10

New maintainer – yehudah
https://wpsmtpmail.com/v1-1-10-wp-smtp-is-back/

  • Code structure and organize.
  • Credentials can now be configured inside wp-config.php

1.1.9

  • Some optimization

1.1.7

  • Using a nonce to increase security.

1.1.6

  • Add Yahoo! example
  • Some optimization

1.1.5

  • Some optimization

1.1.4

  • If the field “From” was not a valid email address, or the field “Host” was left blank, it will not reconfigure the wp_mail() function.
  • Add some reminders.

1.1.3

  • If “SMTP Authentication” was set to no, the values “Username””Password” are ignored.

1.1.2

  • First release.