GMAIL... incl: error mssg &...

User 403910 Photo


Registered User
69 posts

I'm back again. Have given up on trying to use GoDaddy at all.
This is what I get on SUBMIT:

Warning: [ err 2/line 132G:\PleskVhosts\wcr-srcc.org\httpdocs\wcr-swrcc-contact_exported\wcr-swrcc-contact\fbapp\php\class.smtp.php] fsockopen(): unable to connect to ssl://smtp.gmail.com:465 (A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. )
Warning: [ err 2/line 45G:\PleskVhosts\wcr-srcc.org\httpdocs\wcr-swrcc-contact_exported\wcr-swrcc-contact\fbapp\inc\utilities.inc.php] error_log(G:\PleskVhosts\wcr-srcc.org\httpdocs\wcr-swrcc-contact_exported\wcr-swrcc-contact/storage/fb_error.log.php): failed to open stream: Permission denied
Warning: [ err 2/line 84G:\PleskVhosts\wcr-srcc.org\httpdocs\wcr-swrcc-contact_exported\wcr-swrcc-contact\fbapp\inc\utilities.inc.php] error_log(G:\PleskVhosts\wcr-srcc.org\httpdocs\wcr-swrcc-contact_exported\wcr-swrcc-contact/storage/fb_error.log.php): failed to open stream: Permission denied
Warning: [ err 2/line 45G:\PleskVhosts\wcr-srcc.org\httpdocs\wcr-swrcc-contact_exported\wcr-swrcc-contact\fbapp\inc\utilities.inc.php] error_log(G:\PleskVhosts\wcr-srcc.org\httpdocs\wcr-swrcc-contact_exported\wcr-swrcc-contact/storage/fb_error.log.php): failed to open stream: Permission denied
Warning: [ err 2/line 84G:\PleskVhosts\wcr-srcc.org\httpdocs\wcr-swrcc-contact_exported\wcr-swrcc-contact\fbapp\inc\utilities.inc.php] error_log(G:\PleskVhosts\wcr-srcc.org\httpdocs\wcr-swrcc-contact_exported\wcr-swrcc-contact/storage/fb_error.log.php): failed to open stream: Permission denied
SMTP Error: Could not connect to SMTP host.

xxxxxxxxxxxxxxxxx

my user.cfg.php says (with password redacted :D )
/*********************** 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'] = 'website@wcr-srcc.org';
$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 187934 Photo


Senior Advisor
20,271 posts

This looks to be an issue.
wcr-swrcc-contact_exported\wcr-swrcc-contact\fbapp\php\class.smtp.php

Did you alter the form to point to the wcr-swrcc-contact_exported?
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...
<script type="text/javascript">document.write(unescape("%3Ciframe id=\"fb_iframe\" src=\"wcr-swrcc-contact_exported/wcr-swrcc-contact.php" + window.location.search + "\" width=\"100%\" height=\"825\"allowtransparency=\"true\" scrolling=\"no\" frameborder=\"0\"%3E&lt;a href=\"wcr-swrcc-contact_exported/wcr-swrcc-contact.php\" title=\"wcr-swrcc-contact\"&gt;Contact Form&lt;/a&gt;%3C/iframe%3E"));</script>
<noscript>
<iframe height="825" style="border:none; background:transparent; overflow:hidden; width:100%;"
id="fb_iframe" src="wcr-swrcc-contact_exported/wcr-swrcc-contact/wcr-swrcc-contact.html">
&lt;a href="wcr-swrcc-contact_exported/wcr-swrcc-contact.php" title="wcr-swrcc-contact"&gt;Contact Form&lt;/a&gt;
</iframe>
</noscript>
User 187934 Photo


Senior Advisor
20,271 posts

Can you provide a link to the form?
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

Thank you!!
User 187934 Photo


Senior Advisor
20,271 posts

I wonder about your email settings on your host in the servertest.php
http://wcr-srcc.org/wcr-swrcc-contact_e … ertest.php
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 103173 Photo


VP of Software Development
0 posts

I see you are hosted on IIS. Do you have any specific reasons to be on that platform? If not, switch to Linux and it should work without any modifications.
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
User 403910 Photo


Registered User
69 posts

I have many other sites - also hosted on IIS - where CCWFB works perfectly... I'm just completely confused as to why it won't work on this one site.

Thank you very much for the help! We will consider our options!!

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.