Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin doesn't work with TB SMTP settings #1

Open
sboerrigter opened this issue Nov 3, 2016 · 1 comment
Open

Plugin doesn't work with TB SMTP settings #1

sboerrigter opened this issue Nov 3, 2016 · 1 comment
Labels

Comments

@sboerrigter
Copy link
Member

sboerrigter commented Nov 3, 2016

The SMTP plugin doesn't work with the following SMTP settings:

/**
 * SMTP settings
 */
define( 'TP_SMTP', true );
define( 'TP_SMTP_FROM', '[email protected]' );
define( 'TP_SMTP_FROM_NAME', 'Trendwerk' );
define( 'TP_SMTP_HOST', 'localhost' );
define( 'TP_SMTP_PORT', 25 );

If I use these settings in the "WP Mail SMTP" plugin it does work (https://nl.wordpress.org/plugins/wp-mail-smtp/).

@sboerrigter sboerrigter added the bug label Nov 3, 2016
@luukdv
Copy link

luukdv commented Nov 3, 2016

Moderated your issue to not include an actual e-mail address.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants