본문 바로가기
  • 로그인
  • 회원가입
WordPress.org

한국어

  • 테마
  • 플러그인
  • 소식
  • 지원
    • 문서
    • 포럼
  • About
  • Get WordPress
Get WordPress

플러그인

  • 나의 즐겨찾기
  • 베타 시험
  • 개발자

이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

다운로드

WP Mail From II

작성자: Ben Huson
  • 세부사항
  • 평가
  • 설치
  • 개발
지원

설명

This plugin allows you to set the email address and name used for emails sent by WordPress by setting the From: header.

It is an updated and fully re-worked version of the WP Mail From plugin by Tristan Aston and now works with the latest versions of WordPress.

  • Adds a “Mail From” section in the “Settings” menu.
  • The plugin uses the filter hooks wp_mail_from and wp_mail_from_name.
  • The priority for the hooks is set to 1 to allow for other plugins that may hook these with the default priority of 10 to override this plugin.

Danish translation by Frederik Svarre (www.fslab.dk)

스크린샷

  • The settings page

설치

Either install via the WordPress admin plugin installer or…

  1. Unzip wp-mailfrom-ii.zip in the /wp-content/plugins/ directory, making sure the folder is called wp-mailfrom-ii.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Visit the admin settings page Settings > Mail From and save your preferred name and email address.

Upgrading from the old WP Mail From plugin

This version is pretty much a complete re-write, fixes loads of bugs and works with the most recent versions of WordPress.

If upgrading from the WP Mail From plugin your current name an email settings should be copied across but please check.
To upgrade simply activate this plugin then deactivate the old WP Mail From plugin.

Option naming conventions have changed in this version of the plugin.
If you accessed either of the options directly for any reason you will need to re-factor you code as support for the old options will be removed in a future version.

The old options used to be retrieved as follows:

get_option( 'site_mail_from_name' );
get_option( 'site_mail_from_email' );

You should now use:

get_option( 'wp_mailfrom_ii_name' );
get_option( 'wp_mailfrom_ii_email' );

FAQ

Why does the From address still show as the default or show up as ‘sent on behalf of’ the default address?

Possibly your mail server has added a Sender: header or is configured to always set the envelope sender to the user calling it.

Why are emails not being sent?

Some hosts may refuse to relay mail from an unknown domain. See https://trac.wordpress.org/ticket/5007 for more details.

후기

Lets me update Email From

Fahrenhe1t 2017년 1월 3일
I have a Wordpress installation on a local network, sending emails through sSMTP. The mail relay does not allow default "From" addresses to have "wordpress@home" with no ".com." The plugin allows me to change the email address to be valid, and allows mails to go through.

The only one that works on WP Engine so far

noelsaw 2016년 11월 18일
Great plugin. This is the only 1 out 4 (found here on WP.org repo) that would work in one of WP Engine's environment (one of of their different infrastructure providers).

Works in 4.5.3, keeps emails professional

John.Hicks 2016년 9월 3일
The plugin worked for me, using 4.5.3. If you're here, you might be having issues with your hosting account sending emails as something like (BlueHost): username@boxXXX.bluehost.com This is a problem. 1) It doesn't look professional, 2) it hands out your username! This plugin helps you catch any plugins using wordpres@yoursite.com, making it more of a one-stop solution, rather than digging through each of your plugin's settings to possibly find a solution.

Solved my problem

Knopenman 2016년 9월 3일
E-mail confirmation of contact form bounced, but this plugin solved the problem

Simple and effective

Marco Chiesi 2016년 9월 3일
It just does what it is supposed to do. Thanks. P.S. I think these settings should part of WordPress core.

Works

gebiert 2016년 9월 3일
Not much to say here: the plugin works as expected.
모든 23 평가 읽기

기여자 & 개발자

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

기여자
  • Ben Huson

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

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

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

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

변경이력

2.0

  • Add default values as placeholders in admin fields.
  • New method of getting sitename in WordPress 5.5+

1.2

  • Make admin field labels clickable. Props Viktor Szépe.
  • Remove deprecated screen_icon().

1.1.1

  • Added Hungarian translation. Props Viktor Szépe.
  • Bump WordPress requirements.

1.1

  • Added options to override the default WordPress email address and admin email address.
  • Added ‘wp_mailfrom_ii_default_from’ filter so you can add compatibility if the pluggable wp_mail() function is altered to use a different default email address.
  • Delete plugin options when uninstalled.
  • Reworked as a singleton class.
  • Remove filter support for original WP MailFrom plugin.

1.0.2

  • Only set email address and name if overwriting the default WordPress values.

1.0.1

  • Correctly style “save settings” button.

1.0

  • Pretty much re-coded from scratch – now based around a core WP_MailFrom_II class.
  • Uses the WordPress Settings API.
  • Stores name and email as wp_mailfrom_ii_name and wp_mailfrom_ii_email options. Upgrade support is provided for old options.

기초

  • 버전: 2.0
  • 최근 업데이트: 2년 전
  • 활성 설치: 9,000+
  • 워드프레스 버전: 4.3 또는 그 이상
  • 다음까지 시험됨: 5.6.10
  • 언어:

    English (UK), English (US), 그리고 Italian.

    자국어로 번역하기

  • 태그:
    email fromfrom addressfrom emailmailmail from
  • 고급 보기

평점

모두 보기
  • 5개의 별 23
  • 4개의 별 0
  • 3개의 별 0
  • 2개의 별 0
  • 1개의 별 0
평가를 제출하기 위해 로그인합니다.

기여자

  • Ben Huson

지원

지난 2개월 동안 해결된 문제:

1 중 0

지원 포럼 보기

기부

이 플러그인이 발전하도록 도우시겠습니까?

이 플러그인에 기부하기

  • About
  • News
  • Hosting
  • Donate
  • Swag
  • Documentation
  • Developers
  • Get Involved
  • Learn
  • Showcase
  • Plugins
  • Themes
  • Patterns
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacy
  • Public Code
WordPress.org
WordPress.org

한국어

  • Visit our Facebook page
  • Visit our Twitter account
  • Visit our Instagram account
  • Visit our LinkedIn account
코드는 詩다