Beskrivning
WP SMTP & Email Log, can help us to send emails via SMTP instead of the PHP mail() function.
It fixes your email deliverability by reconfiguring WordPress to use a proper SMTP provider when sending emails, and keep an
Email log so you can know when your emails are failing to deliver and why.
Do you want more advanced SMTP mailer?
- Inbyggd importfunktion för inställningar i WP SMTP.
- Universell SMTP-funktion för alla tjänsteleverantörer.
- Är SMTP-portarna blockerade? Vi har API-stöd – en metod för att skicka e-post med HTTP via Gmail, Sendgrid, Mailgun och Mandrill.
- Autentiseringsinformationen kan konfigureras i wp-config.php i stället för databasen.
- Inbyggd loggning av e-post med möjlighet till omsändning och filtrering.
- Built-in alert function when emails are faling, you can get notified by Email, Slack or pushover.
- Ports checker for any blocking issue.
Check Post SMTP:
https://wordpress.org/plugins/post-smtp/
ERKÄNNANDEN
WP SMTP plugin was originally created by BoLiQuan. It is now owned and maintained by Yehuda Hassine.
Usage
- Download and extract
wp-smtp.zip
towp-content/plugins/
- Aktivera tillägget via menyn ”Tillägg” i WordPress.
- ”Dashboard”->”Settings”->”WP SMTP”
- For more information of this plugin, please visit: Plugin Homepage.
Installation
- Download and extract
wp-smtp.zip
towp-content/plugins/
- Aktivera tillägget via menyn ”Tillägg” i WordPress.
- ”Dashboard”->”Settings”->”WP SMTP”
- For more information of this plugin, please visit: Plugin Homepage.
Vanliga frågor
-
What is the different between this and Post SMTP
-
WP SMTP is more SMTP delivery focus and has less features:
- If you don’t want or need to use API.
- No failed mails notifications.
- No fallback server.
For any other question you can submit it in https://wordpress.org/support/plugin/wp-smtp,
if It’s urgent like a bug submit it here: https://wpsmtpmail.com/contact/
Recensioner
Bidragsgivare och utvecklare
”WP SMTP” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.
Bidragande personer”WP SMTP” har översatts till 4 språk. Tack till översättarna för deras bidrag.
Översätt ”WP SMTP” till ditt språk.
Intresserad av programutveckling?
Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.
Ändringslogg
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.