Jump to content

briakra

Member
  • Posts

    3
  • Joined

  • Last visited

briakra's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. So does anyone from Cubecart have a response for the problems people are having with email?
  2. If you use SMTP settings for your domain e.g. SMTP Host: mail.yourdomain.com SMTP Port: 26 (sometimes the default port 25 is blocked) Use authentication: Yes SMTP Username: e.g. [email protected] SMTP Password: password for your email address Works for me! I have tried that as well with no success... is there anything thru PHP directly I can check?
  3. I am new to cubecart but found it very easy to use... but I can't get email to work at all. I have verified all my settings but no emails go out. I have run a simple script to test that email is working on my hosting companies server but they have been absolutely no help. below is the script that I ran that worked just fine. $to = "[email protected]"; $subject = "Hi!"; $body = "Hi,\n\nHow are you?"; mail($to, $subject, $body); can anyone post some ideas or troubleshooting steps so I can get email working?
×
×
  • Create New...