Anybody tis using WP Mail smtp plugin?

blackhatUFO

Junior Member
Joined
Jun 12, 2016
Messages
177
Reaction score
31
i heard this tool is so popular for managing smtp with wordpress..
so i use it. everything looks fine until.. i have no idea how to send email using this tool.
https://wpmailsmtp.com/
i added my smtp and test email is good to go but then what!
how can i send email (custom) from wordpress using smtp i already added to WP mail smtp plugin

need help from someone is using it ..plz

thnxx
 
This plugin is only to setup the mailing delivery system. WordPress by default uses a very poor mail delivery mechanism that relies on some mods than can be delivered through plugins like this one.

Once you have it setup you need something that actually send the email. For example, using another plugin like Mailpoet, or creating a new account for some user with hide email will trigger an email sent.
 
I use this plugin along with mailjet I think to get users who subscribe on my lander, into my subs list. Then I can email them from mailjet with email templates I think. Not to sure about that, just getting people in the door first! :D
 
This plugin is only to setup the mailing delivery system. WordPress by default uses a very poor mail delivery mechanism that relies on some mods than can be delivered through plugins like this one.

Once you have it setup you need something that actually send the email. For example, using another plugin like Mailpoet, or creating a new account for some user with hide email will trigger an email sent.
thnx for info.. btw how does mailpoet connect with wpmailsmtp with my own smtp
 
I use this plugin along with mailjet I think to get users who subscribe on my lander, into my subs list. Then I can email them from mailjet with email templates I think. Not to sure about that, just getting people in the door first! :D
mailjet is smtp by itself. i dnt understand why y need wp mail plugin.
 
This plugin is only to setup the mailing delivery system. WordPress by default uses a very poor mail delivery mechanism that relies on some mods than can be delivered through plugins like this one.

Once you have it setup you need something that actually send the email. For example, using another plugin like Mailpoet, or creating a new account for some user with hide email will trigger an email sent.
Alright thank you so much
 
WP Mail SMTP only helps with sending emails from WordPress. To send custom emails, you can use a plugin like wp forms or a custom php function with wp_mail().
 
WP Mail SMTP only helps with sending emails from WordPress. To send custom emails, you can use a plugin like wp forms or a custom php function with wp_mail().
did u try any and can be used for bulk?
 
Google "How to Configure Your WordPress SMTP Settings to Send Email" and from the search results of the 1st page, go to the official blog of wpmailsmtp dot com and all the steps are explained there.
 
Google "How to Configure Your WordPress SMTP Settings to Send Email" and from the search results of the 1st page, go to the official blog of wpmailsmtp dot com and all the steps are explained there.
Have you tried it for yourself?
 
i heard this tool is so popular for managing smtp with wordpress..
so i use it. everything looks fine until.. i have no idea how to send email using this tool.
https://wpmailsmtp.com/
i added my smtp and test email is good to go but then what!
how can i send email (custom) from wordpress using smtp i already added to WP mail smtp plugin

need help from someone is using it ..plz

thnxx
Are you still using yourself?
 
WP Mail SMTP is just the mail delivery setup it doesn’t send emails by itself.
 
Back
Top