Back at it today: GMAIL issues...

User 403910 Photo


Registered User
69 posts

Error message on form SUBMIT
Your form could not be submitted for the following reason(s):
Warning: [ err 2/line 132/class.smtp.php] fsockopen(): unable to connect to smtp.gmail.com:465 (Connection refused)
SMTP Error: Could not connect to SMTP host.

/*********************** Send Mail Configuration ****************************/

// What service is available for sending mail? Possible values are:
// - localhost [default] Server where the shop is installed, must be a Linux or Unix machine with sendmail
// - smtp A mail server of your choice that supports the standard SMTP protocol
$user_config['mailer']['service'] = 'smtp';
//$user_config['mailer']['service'] = 'smtp';

// Does the remote SMTP server need authentication?
$user_config['mailer']['smtp']['auth'] = true;
//$user_config['mailer']['smtp']['auth'] = false;

// Use this if the server needs authentication:
$user_config['mailer']['smtp']['user'] = 'redacted';
$user_config['mailer']['smtp']['password'] = 'redacted';

// The address of the server
$user_config['mailer']['smtp']['host'] = 'smtp.gmail.com';
//$user_config['mailer']['smtp']['host'] = 'smtp.gmail.com';

// Connection parameters for a plain SMTP server
//$user_config['mailer']['smtp']['port'] = '25';
//$user_config['mailer']['smtp']['secure'] = '';

// Connection parameters for a SMTP server that supports secure connections, such as smtp.gmail.com
$user_config['mailer']['smtp']['port'] = '465';
//$user_config['mailer']['smtp']['secure'] = 'ssl';
User 403910 Photo


Registered User
69 posts

Sorry, I forgot to include this earlier :rolleyes:

http://wcr-srcc.org/contact.html
User 187934 Photo


Senior Advisor
20,271 posts

It works fine for me.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 403910 Photo


Registered User
69 posts

The form is now working - but the results go into never-never land. :(
User 403910 Photo


Registered User
69 posts

Edit to add: The form WAS working...even Submit appeared to work, but no email getting to the destination email address.

So I've made lots of changes, trying to get this to work ... Now I am getting
SMTP Error: Could not authenticate.
SMTP Error: Could not authenticate.

Reminder:
hosting is with GoDaddy
Current version of CC WFB
email is through Google/gmail

I've had lots of sites that host with GD and CCWFB works beautifully under normal circumstances, and I think it's the fact that they run their email through Google/gmail.

If anyone has any suggestions ... I am ALL EARS (eyes)!!! TIA!!!

This is my current...
/*********************** Send Mail Configuration ****************************/

// What service is available for sending mail? Possible values are:
// - localhost [default] Server where the shop is installed, must be a Linux or Unix machine with sendmail
// - smtp A mail server of your choice that supports the standard SMTP protocol
$user_config['mailer']['service'] = 'smtp';
//$user_config['mailer']['service'] = 'smtp';

// Does the remote SMTP server need authentication?
$user_config['mailer']['smtp']['auth'] = true;
//$user_config['mailer']['smtp']['auth'] = false;

// Use this if the server needs authentication:
$user_config['mailer']['smtp']['user'] = 'redacted@wcr-srcc.org';
$user_config['mailer']['smtp']['password'] = 'redacted';

// The address of the server
$user_config['mailer']['smtp']['host'] = 'relay-hosting.secureserver.net';
//$user_config['mailer']['smtp']['host'] = 'smtp.gmail.com';

// Connection parameters for a plain SMTP server
$user_config['mailer']['smtp']['port'] = '25';
$user_config['mailer']['smtp']['secure'] = '';

// Connection parameters for a SMTP server that supports secure connections, such as smtp.gmail.com
//$user_config['mailer']['smtp']['port'] = '465';
//$user_config['mailer']['smtp']['secure'] = 'ssl';

?>
User 403910 Photo


Registered User
69 posts

It's not throwing an error when I change the settings to:

/*********************** Send Mail Configuration ****************************/

// What service is available for sending mail? Possible values are:
// - localhost [default] Server where the shop is installed, must be a Linux or Unix machine with sendmail
// - smtp A mail server of your choice that supports the standard SMTP protocol
$user_config['mailer']['service'] = 'localhost';
//$user_config['mailer']['service'] = 'smtp';

// Does the remote SMTP server need authentication?
$user_config['mailer']['smtp']['auth'] = true;
//$user_config['mailer']['smtp']['auth'] = false;

// Use this if the server needs authentication:
$user_config['mailer']['smtp']['user'] = 'redacted@wcr-srcc.org';
$user_config['mailer']['smtp']['password'] = 'redacted';

// The address of the server
$user_config['mailer']['smtp']['host'] = 'relay-hosting.secureserver.net';
//$user_config['mailer']['smtp']['host'] = 'smtp.gmail.com';

// Connection parameters for a plain SMTP server
$user_config['mailer']['smtp']['port'] = '25';
$user_config['mailer']['smtp']['secure'] = '';

// Connection parameters for a SMTP server that supports secure connections, such as smtp.gmail.com
//$user_config['mailer']['smtp']['port'] = '465';
//$user_config['mailer']['smtp']['secure'] = 'ssl';

?>
User 403910 Photo


Registered User
69 posts

Emails are still not going where they should... :( ...or anywhere... :(
User 187934 Photo


Senior Advisor
20,271 posts

Have contacted your host?
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 403910 Photo


Registered User
69 posts

Yes. GoDaddy says everything is fine on their end, and they don't support third party software. :rolleyes:

I have tried every combination I can think of ... I don't want to give up on using CCWFB ... that would make me sad!!

Not sure what else to try at this point. :/
User 187934 Photo


Senior Advisor
20,271 posts

Gun Smoke what kind of settings are you doing on your forms? Well see what he says. I do believe he uses GoDaddy.

I did find this.:(
http://support.godaddy.com/help/article … orm-mailer
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.