Author Topic: Leave Message: Not Receiving Users' Email  (Read 38180 times)

0 Members and 2 Guests are viewing this topic.

illinoisboy

  • Jr. Member
  • **
  • Posts: 3
Leave Message: Not Receiving Users' Email
« on: April 29, 2010, 10:50:04 PM »
Hi all,

I've installed mibew and it is working properly, for the most part. When I am not logged in and taking support questions, my visitors use the leave-a-message form to email me, but I never receive their messages in my inbox.

Here are the steps I've taken to fix this problem:
  • Checked to make sure my email address was updated in the config.php file
  • Used other email addresses to ensure it wasn't one particular service blocking the emails
  • Checked junk/spam mail folders
  • Tried creating a blank PHP file and testing the mail() function using my email address (it worked fine)
  • Downloaded and installed Eddybaur's custom common.php file (available here:  http://mibew.org/forums/index.php?topic=144.0)

Is there anything else I can try?  Thanks for your help.

taohv

  • Jr. Member
  • **
  • Posts: 2
    • 桃花坞商城
Re: Leave Message: Not Receiving Users' Email
« Reply #1 on: May 05, 2010, 01:32:10 AM »
yes ,i also met this issue... anyone who can take a look at this ? thanks so much.
« Last Edit: May 05, 2010, 01:39:04 AM by taohv »

Eddybaur

  • Native
  • *****
  • Posts: 237
  • Mibew Member
    • Mibew
Re: Leave Message: Not Receiving Users' Email
« Reply #2 on: May 06, 2010, 08:37:26 PM »
acknowledged - Means i'll check into it and reply back when i see whats up.

deztroyd

  • Full Member
  • ***
  • Posts: 9
Re: Leave Message: Not Receiving Users' Email
« Reply #3 on: May 11, 2010, 09:54:28 PM »
Any word on sending email when chat is offline? I see many questions about this but no replies. Is there any documentation at all? Can anyone enlighten us about how we can get email sending when chat is offline? So far the answer is change the email address in the config file:
/*
 *  Mailbox
 */
$webim_mailbox = "youremail@yourdomain.com";
$mail_encoding = "utf-8";

Doesn't work.

Thank you!

Gabe

Eddybaur

  • Native
  • *****
  • Posts: 237
  • Mibew Member
    • Mibew
Re: Leave Message: Not Receiving Users' Email
« Reply #4 on: May 12, 2010, 12:15:46 AM »
Sorry :( been busy. :( Have you made sure php mail is on? Check in the php.ini file. If it's set to false, change it to True (or Off and change to On). You'd need to restart apache for changes to apply.

deztroyd

  • Full Member
  • ***
  • Posts: 9
Re: Leave Message: Not Receiving Users' Email
« Reply #5 on: May 12, 2010, 12:34:05 AM »
Thank you for your reply.
My account is hosted with godaddy. Im running php 5.2.5 and don't have access to configuring php but Im fairly certain that its on. Usually this is the case with web providers.

Any other suggestions?

illinoisboy

  • Jr. Member
  • **
  • Posts: 3
Re: Leave Message: Not Receiving Users' Email
« Reply #6 on: May 12, 2010, 01:12:31 AM »
Sorry :( been busy. :( Have you made sure php mail is on? Check in the php.ini file. If it's set to false, change it to True (or Off and change to On). You'd need to restart apache for changes to apply.


Good to hear from you, Eddybaur.  Like deztroyd, I am running my hosting account on GoDaddy, and I can confirm that php mail is on.

Let me know if anything else comes to mind. Thanks!

deztroyd

  • Full Member
  • ***
  • Posts: 9
Re: Leave Message: Not Receiving Users' Email
« Reply #7 on: May 12, 2010, 03:19:17 AM »
OK so i poked around the admin panel for a few hours and now things are working. I'm not totally sure why/how but it might have something to do with the combination of setting the config file up with the same email address as the one you set in the settings panel when you log into the admin back-end. Have you set up and email address in the settings panel yet?  
« Last Edit: May 13, 2010, 02:26:16 PM by deztroyd »

Eddybaur

  • Native
  • *****
  • Posts: 237
  • Mibew Member
    • Mibew
Re: Leave Message: Not Receiving Users' Email
« Reply #8 on: May 12, 2010, 12:37:17 PM »
No that can't be why. We're getting emails when people demo it (On demo site). I'm having the issue you guys are. At least on one of my servers. Will try the others tonight. Inspirer and i will hopefully come up with something soon!

deztroyd

  • Full Member
  • ***
  • Posts: 9
Re: Leave Message: Not Receiving Users' Email
« Reply #9 on: May 12, 2010, 10:23:52 PM »
In settings.php there's a field:
"Enter email to receive system messages"

I have confirmed/tested that this is the email address that system messages are being sent to.

In the config file we have:

$webim_mailbox = "webim@yourdomain.com";
$mail_encoding = "utf-8";

This is where the "from" address will be.

I just tested this and it now works perfectly. Im pretty sure I did not set the field up in the settings panel on the back end and is the reason why it wasn't working for me. I should say that this software is brilliant in how it was developed. Thanks for the great work.

Please let us know what you are able to find on your end in-case there's something else that could be happening that we may not be aware of.

Thanks again!

Gabe

Eddybaur

  • Native
  • *****
  • Posts: 237
  • Mibew Member
    • Mibew
Re: Leave Message: Not Receiving Users' Email
« Reply #10 on: May 12, 2010, 10:52:21 PM »
I still don't see the solution  :-\ I change $webim_mailbox = "webim@yourdomain.com"; to $webim_mailbox = "ed@mibew.org";
and i don't receive an email after requesting offline support.
« Last Edit: May 13, 2010, 01:24:51 AM by Eddybaur »

deztroyd

  • Full Member
  • ***
  • Posts: 9
Re: Leave Message: Not Receiving Users' Email
« Reply #11 on: May 13, 2010, 02:25:14 PM »
Hi,
  1) Log into the back-end.
  2) Then locate "settings" under the administration panel
  3) In the first field locate: " — Enter email to receive system messages"
  4) enter the email address you wish offline emails to be sent to
  5) save

Try sending an offline message.

When you edit the config file ($webim_mailbox =) you are editing the FROM email address. I have tested this and proven this is the case.
Let me know how things go for you.

Hope this helps!

Gabe
 
« Last Edit: May 13, 2010, 02:27:14 PM by deztroyd »

Eddybaur

  • Native
  • *****
  • Posts: 237
  • Mibew Member
    • Mibew
Re: Leave Message: Not Receiving Users' Email
« Reply #12 on: May 13, 2010, 08:26:52 PM »
for me it doesn't :/

deztroyd

  • Full Member
  • ***
  • Posts: 9
Re: Leave Message: Not Receiving Users' Email
« Reply #13 on: May 13, 2010, 08:37:35 PM »
hmmmm.. I have version 1.63... Installed on a fresh new server with fresh new DB. I'm sorry its not working for you. I have tested this using different to/from email addresses and it works well. I wonder if illinoisboy was able to make any progress?

What a mystery.

Eddybaur

  • Native
  • *****
  • Posts: 237
  • Mibew Member
    • Mibew
Re: Leave Message: Not Receiving Users' Email
« Reply #14 on: May 14, 2010, 01:06:04 AM »
This is good, at least Me, and Evengy know we need to work on some fixing up. I'll be adding this to our todo list for this upcoming release.