Hope All are in good health.
Coming to my problem. I am developing a website in WordPress in which I used SMTP Plugin for sending email.
Link : https://www.ads-software.com/plugins/smtp/
when i configure gmail account in plugin.
using
-host:smtp.gmail.com
-port:465
-encrypition:ssl
After setting this when i try to send test email then this error comes.
“Send Error
There was an error while trying to send the test email. Please check the connection details.”
With same setting at local machine works fine.
Guide me about how i can configure hosting to allow sending email through cpanel hosting.
waiting for your kind reply.
]]>This plugin uses user id = 1 data to populate the header of emails. It’s hardcoded on smtp.php, on line 235:
$admin_info = get_userdata(1);
Good morning!
Somehow https:// left in the default value for host.
Please delete this part.
]]>This version doesn’t work properly on wp4
]]>it was very helpful for me.
recipients in the from name see the blog Authors name
how i can change the sender name that recipient see.
sorry for my poor english
thanks
Hello there, I’m testing out this plugin hopping to solve my SMTP need but I get:
“Send Error
There was an error while trying to send the test email. Please check the connection details.”
I’ve checked and double checked that connection settings are correct. Any clue? Thank you…
]]>Hi,
First I would like to thank you for the great plugin!
Second, I just setup Subscribe2 and SMTP to send email notifications to my subscribers when a new post is posted. All seems to be working very well except that the emails arriving in the inbox don’t show who they are coming from. This is making my subscribers nervous because they think it might be spam or spoof or phishing, etc. This also happens when I send a test email using SMTP. Any ideas what I might be doing wrong?
Hi, Sorin Iclanzan!
I had changed a little your SMTP plugin in order that it can be localized into another language. And also i localized plugin into Russian.
CHANGELOG:
Text Domain
and Domain Path
for a more complete localization of all strings (e.g. description of the plugin on the page /wp-admin/plugins.php)smtp_init()
launches load_plugin_textdomain()
smtp_action_links()
for correct localization of the action on the plugin page /wp-admin/plugins.phpTo see all the changes, use the utility comparison Diff. Plugin tested on WordPress 3.3.2.
You can download the new version 1.1.2 of SMTP plugin at: https://klays.ru/file/smtp-1.1.2.tar.gz
When you upload the new version in the repository WordPress? ??
Best regards
Sergey Yakovlev <sadhooklay[at]gmail[dot]com>
Thanx for the plugin!
I just wanted to note that on some php installations the php_mycrypt.dll is not enabled which cause;
Fatal error: Call to undefined function mcrypt_encrypt() in E:\www\wordpress\wp-content\plugins\smtp\smtp.php on line 191
So better to check first if the function exist.
Thanx
]]>Wow! I even can see my SMTP Password in the UI! When looking in the DB, I see it also.
Please don’t show the Password in the UI. Do it like WP does it in its user profile.
Store Passwords crypted in Database!!! Here is the code
I suggest other users to use https://www.ads-software.com/extend/plugins/wp-smtp-config/
]]>