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

MBC SMTP Flex

설명

Use SMTP with authentication to deliver messages from WordPress. Intercepts wp_mail function to allow you to define the server, port, connection security and credentials.

Designed initially as a replacement for the wp_mail function, this plugin uses the core WordPress mail functions and extends only the settings needed to allow connection to third-party mailing systems that require authentication and have sender and recipient restrictions.

Particularly good with Amazon SES where there are tight restrictions for sender lists and in sandbox mode only validated addresses may receive messages.

You can also simply use this to force sender and receivers for any messages from WordPress as well as set the default name in messages originating from your site.

Features:

  • Flexible configuration works with basically any mail service and protocol
  • Test function will allow you to diagnose specific errors in the email transmission
  • Able to handle Amazon Sandbox restrictions by overriding the recipient and sending only to an authorized address
  • Debug mode to capture transmission logs from phpmailer

설치

  1. Download and unzip this plugin
  2. Upload the \”mbs-smtp-flex\” folder to your site\’s /wp-content/plugins/ directory
  3. Activate the plugin through the \’Plugins\’ menu in WordPress
  4. Under WP Admin Settings menu, select MBC SMTP Settings and enter server details
  5. Send a test message, confirm delivery and Activate to allow the plugin to extend wp_mail

FAQ

How to I fix a connection failure problem?

If the plugin is unable to connect to your server, ensure the following:

  • Ensure your server’s outbound ports allow traffic over your SMTP port
  • Try to ping the SMTP host directly from your server if you have SSH available
  • Consider a CNAME wrapper to the host if your hosting company is blocking that domain
  • Check whitelist/blacklist options with SMTP server host and whitelist your server IP if possible
  • Ensure OpenSSL is available on the server (OPENSSL_VERSION_TEXT) if you are using ssl or tls for connection security
How to I configure this for Amazon SES?

To configure the plugin for Amazon Simple Email Service:

  • Setup your domain with Amazon SES and ensure the DNS settings are entered to validate the domain (we recommend using Route 53 to simplify the process)
  • If you are new to Amazon SES, you need to force both the sender and recipient while in sandbox mode to a verified address
  • In order to get out of sandbox mode, you need to request a quota limit change, with the request to allow to valid recipients. Please read this article for more information: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/request-production-access.html
  • For TLS connections, use port 587 and for SSL use port 465
  • When you are out of the sandbox mode, you can deselect the force recipient option and test to an arbitrary email address

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

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

기여자

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

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

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

변경이력

0.5

  • Initial release with manipulation of headers and phpmailer settings.