Comments on: Magento SMTP, Gmail and Google Apps Email combined extension released (at last) http://www.aschroder.com/2010/03/magento-smtp-gmail-and-google-apps-email-combined-extension-released-at-last/ Notes on Web Development Wed, 23 Dec 2020 09:25:05 +0000 hourly 1 https://wordpress.org/?v=4.8.15 By: Erin http://www.aschroder.com/2010/03/magento-smtp-gmail-and-google-apps-email-combined-extension-released-at-last/comment-page-2/#comment-5271 Mon, 10 Dec 2012 21:50:58 +0000 http://www.aschroder.com/?p=716#comment-5271 I installed the extension and it works great for built-in email functions!

I have a custom built module that sends mail… which of course isn’t working. is there a way for me to hook into your extension’s email send method? Please advise,

Thank you!

Erin

]]>
By: monlone http://www.aschroder.com/2010/03/magento-smtp-gmail-and-google-apps-email-combined-extension-released-at-last/comment-page-2/#comment-4940 Sat, 11 Aug 2012 00:41:31 +0000 http://www.aschroder.com/?p=716#comment-4940 hi,
Ashley.i have solved my problem by send mail through host.i use the google MX and the hostmonster MX.and thank you very much!

]]>
By: monlone http://www.aschroder.com/2010/03/magento-smtp-gmail-and-google-apps-email-combined-extension-released-at-last/comment-page-2/#comment-4877 Fri, 13 Jul 2012 07:18:34 +0000 http://www.aschroder.com/?p=716#comment-4877 Hi Ashley,

First of all, thanks to you for your SMTP tool.
I have a problem above all and I don’t passed the test.
I have this configuration:

—-SMTP Pro Email General Settings

Choose extension option :Google Apps/Gmail
Development Mode options :Development Mode Disabled
Log all messages :YES

—-SMTP Pro Email Google Apps/Gmail Settings
Email Address:info@adorepearls.com
Password:*******

—-SMTP Pro Email SMTP Settings

Authentication : login
Username : info@adorepearls.com
Password :******
Host : smtp.gmail.com
Port : 465
SSL Security : SSL TLS

The result of the test is:
ASchroder.com SMTP Pro Self-test results
Testing outbound connectivity to Server:
Using Google Apps/Gmail configuration options
Failed to connect to SMTP server. Reason: Connection timed out(110)
This extension requires an outbound SMTP connection on port: 587
Sending test email to your contact form address help@AdorePearls.com:
Unable to send test email. Exception message was: Connection timed out…
Please check and double check your username and password.
Contact Form test email did not use SMTPPro to send.
Testing failed, please review the reported problems and if you need further help visit ASchroder.com to contact me.

If I change the following parameters to:
Port: 465
SSL security: NO SSL

The result of the test is:
ASchroder.com SMTP Pro Self-test results
Testing outbound connectivity to Server:
Using Google Apps/Gmail configuration options
Failed to connect to SMTP server. Reason: Connection timed out(110)
This extension requires an outbound SMTP connection on port: 587
Sending test email to your contact form address help@AdorePearls.com:
Unable to send test email. Exception message was: Connection timed out…
Please check and double check your username and password.
Contact Form test email did not use SMTPPro to send.
Testing failed, please review the reported problems and if you need further help visit ASchroder.com to contact me.

If I change the following parameters to:
Port: 465
SSL security: SSL TSL
The result of the test is:

ASchroder.com SMTP Pro Self-test results
Testing outbound connectivity to Server:
Using SMTP configuration options
Failed to connect to SMTP server. Reason: Connection timed out(110)
This extension requires an outbound SMTP connection on port: 587
Sending test email to your contact form address help@AdorePearls.com:
Unable to send test email. Exception message was: Connection timed out…
Please check and double check your username and password.
Contact Form test email did not use SMTPPro to send.
Testing failed, please review the reported problems and if you need further help visit ASchroder.com to contact me.

If I change the following parameters to:
—-SMTP Pro Email General Settings
Choose extension option :Google Apps/Gmail
Development Mode options :Development Mode Disabled
Log all messages :YES
The result of the test is:

ASchroder.com SMTP Pro Self-test results
Testing outbound connectivity to Server:
Using SMTP configuration options
Failed to connect to SMTP server. Reason: Connection timed out(110)
This extension requires an outbound SMTP connection on port: 465
Sending test email to your contact form address help@AdorePearls.com:
Unable to send test email. Exception message was: Connection timed out…
Please check and double check your username and password.
Contact Form test email did not use SMTPPro to send.
Testing failed, please review the reported problems and if you need further help visit ASchroder.com to contact me.

—-Other step:
When I try to telnet to gmail with the next command in the prompt system:
telnet smtp.gmail.com 25, I have the conection and get some words below:
220 mx.google.com ESMTP jz4sm5452449pbc.17

telnet smtp.gmail.com 465, I have the conection and get nothing;

telnet smtp.gmail.com 587, I can not connect to it:

C:\Documents and Settings\jacklee.li>telnet smtp.gmail.com 587
Connecting to smtp.gmail.com … can not open connection to the host, on port 587: Connect failed

and there is nothing in the email log.

Do you have any idea?

Thank you very much
Best regards

]]>
By: Ashley http://www.aschroder.com/2010/03/magento-smtp-gmail-and-google-apps-email-combined-extension-released-at-last/comment-page-2/#comment-3547 Tue, 13 Mar 2012 07:22:56 +0000 http://www.aschroder.com/?p=716#comment-3547 Hi, logging can be turned off globally in the Magento developer settings. you cannot turn it off just for SMTP Pro, though in production you shouldn’t enable logging unless you need to.

If you really want to stop the logging in SMTP, you could just find and comment the Mage::log() lines.

]]>
By: Ivar Voets http://www.aschroder.com/2010/03/magento-smtp-gmail-and-google-apps-email-combined-extension-released-at-last/comment-page-2/#comment-3354 Tue, 06 Mar 2012 16:12:33 +0000 http://www.aschroder.com/?p=716#comment-3354 I’m using the SMTPPro on my Magento 1.6.0 installation.
It really works great!
It solves the Magento SMTP bug as sending Mail as apchache@ …

But although it is working great, SMTPpro still reports the DEBUG(7) logs in the Magento Systemlog.
Can I turn this logging off?? it’s really messing up my log with a lot of unnecessary lines of log entries that say, “No problems, it works great”. I only want to see real errors in my system log…

Thanx in Advance…

]]>
By: Dmitry http://www.aschroder.com/2010/03/magento-smtp-gmail-and-google-apps-email-combined-extension-released-at-last/comment-page-2/#comment-2986 Wed, 22 Feb 2012 13:22:47 +0000 http://www.aschroder.com/?p=716#comment-2986 Trying to make it work and getting this message when running the test:
ASchroder.com SMTP Pro Self-test results
Testing outbound connectivity to Server:
Using Google Apps/Gmail configuration options
Failed to connect to SMTP server. Reason: Connection timed out(110)
This extension requires an outbound SMTP connection on port: 587
Sending test email to your contact form address d.lambrianov@gmail.com:
Unable to send test email. Exception message was: Connection timed out…
Please check and double check your username and password.
Contact Form test email did not use SMTPPro to send.
Testing failed, please review the reported problems and if you need further help visit ASchroder.com to contact me.

The setup is this:
Choose extension option: Google Apps/Gmail
Use Store Email Addresses for Reply-to: No
Development Mode options: Development Mode Disabled

Gmail setup:
Email address: d.lambrianov@gmail.com
PW: xxxxxx

]]>
By: Marshall http://www.aschroder.com/2010/03/magento-smtp-gmail-and-google-apps-email-combined-extension-released-at-last/comment-page-2/#comment-2717 Sun, 30 Oct 2011 23:18:17 +0000 http://www.aschroder.com/?p=716#comment-2717 I just installed this and it seems to be working perfectly locally!

]]>
By: Brad http://www.aschroder.com/2010/03/magento-smtp-gmail-and-google-apps-email-combined-extension-released-at-last/comment-page-2/#comment-2669 Fri, 30 Sep 2011 20:11:13 +0000 http://www.aschroder.com/?p=716#comment-2669 Man, that really isn’t working. Please let me know a good way to get you the sample code…

]]>
By: Brad http://www.aschroder.com/2010/03/magento-smtp-gmail-and-google-apps-email-combined-extension-released-at-last/comment-page-2/#comment-2668 Fri, 30 Sep 2011 20:09:35 +0000 http://www.aschroder.com/?p=716#comment-2668 It didn’t display my code. Perhaps the form is interpreting HTML. Here it is again:

I have this code in the page layout –> Layout Update XML section:

I looked at the code and in the contacts.phtml file I see this code which I think is the submit button:
“<button type="submit" title="__(‘Submit’) ?>” class=”button”>__(‘Submit’) ?>”

]]>
By: Brad http://www.aschroder.com/2010/03/magento-smtp-gmail-and-google-apps-email-combined-extension-released-at-last/comment-page-2/#comment-2667 Fri, 30 Sep 2011 20:07:04 +0000 http://www.aschroder.com/?p=716#comment-2667 First, great extension! I have tested using the built in self test as well as a new customer creation and I am getting both emails! The issue I am having is when I submit a contact form.

What I have is a contact form put on a static CMS page. I am also using reCAPTCHA to prevent spam. I have this code in the page layout –> Layout Update XML section:

The form appears on the page and appears to be ‘working’. I fill in the fields and type the captcha and hit “Submit” button. The page refreshes and I now see the empty contact form. The problem is, I never get the contact email.

I looked at the code and in the contacts.phtml file I see this code which I think is the submit button:

<button type="submit" title="__(‘Submit’) ?>” class=”button”>__(‘Submit’) ?>

My question is, you comment that if they aren’t using the Magento default send the extension won’t work. Can you tell from the above code what I have going on?

Thanks,
Brad

]]>