Jump to content

Cubecart 6 advanced settings email... Help!!


Recommended Posts

sending method SMTP with SSL

senders name 

senders email

smtp smtp.gmail.com

port 465

smtp authenticate

smtp username gmail account name

smtp password gmail password

saved settings and tested, this wont work!!! help

tried adding the following line to  /classes/mailer.class.php

switch($this->Port){case 465:$this->SMTPSecure = 'ssl';break;case 587:$this->SMTPSecure = 'tls';}

Link to comment
Share on other sites

Please delete the above. The moderator has deleted that sensitive info.

If you haven't done so already, you need to inform your GMail account that you are using it to send emails through it using an external application. There is a knowledgebase article at GMail on how to set this up. Once done, we can make another test.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...