PDA

View Full Version : bcc emails



michelle
08-23-06, 02:55 AM
One thing that's important to us is that a copy of all email sent from the software to any customer (including new ones) also be sent to one of our email boxes. This way we know what was sent. One issue we've had with other software is customers saying they didn't get an automated invoice. This way, we get it too and we know whether or not it really went out.

I don't see an BCC option in the software for this. How hard would this be to add? This is an absolute must for us.

thanks,
michelle

xxkylexx
08-23-06, 03:24 AM
This is included with WHMCS. Have a look in the "Mail" configuration settings.

michelle
08-23-06, 03:43 AM
Thanks. But I don't quite see where this is. I went to the "Configuration" and don't see any "Mail" settings. I see "Email Template" settings. Perhaps I'm not looking in the right area?

Michelle

Adam
08-23-06, 05:12 AM
Hey,

If you login to admin and go to the link

whmcs/admin/configgeneral.php

or Configuration > General Configuration and chose the tab Mail at the bottom find the box called BCC Messages and enter in the email you want a copy of messages sent..

From,
Adam

michelle
08-23-06, 05:49 AM
Thanks, Adam! Found it.

So glad it has this feature. This was a must. I think I'm definitely going to buy the software.

You guys are amazing. I really appreciate your fast and helpful responses here.

Michelle :-)

Adam
08-23-06, 05:55 AM
Hey,

I also forgot mention, you might want to tell your clients to check their spam or bulk folder if they have any as emails from WHMCS are sent out via PHP script which most spam blockers mark as spam, when really they are not...

From,
Adam - :)

xxkylexx
08-23-06, 11:56 AM
Adam,
Would using SMTP be better than PHP for sending mail? Is there any difference in the chance it has of being blocked?

Kyle

Adam
08-23-06, 03:37 PM
Adam,
Would using SMTP be better than PHP for sending mail? Is there any difference in the chance it has of being blocked?

Kyle

I'm not sure, I never tried that out. How ever if your server lets say has a limt of sending out 100 emails per hour and WHMCS sends out 200 for that same hour via SMTP only for the first 100 will be sent out. Using PHP all 200 will be sent out...

Thats a good question, off to test it out!

From,
Adam

xxkylexx
08-24-06, 12:02 AM
Let me know the results.