We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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/).
The text was updated successfully, but these errors were encountered:
Moderated your issue to not include an actual e-mail address.
Sorry, something went wrong.
No branches or pull requests
The SMTP plugin doesn't work with the following SMTP settings:
If I use these settings in the "WP Mail SMTP" plugin it does work (https://nl.wordpress.org/plugins/wp-mail-smtp/).
The text was updated successfully, but these errors were encountered: