Hello,

i've got a problem with this module : no message is sent.
I've read all the cases explaining the same issues, and done everthing advised :
- i'm administrator,
- i'm trying to send to 3 users (max BCC is set to 25)
- i've installed the 5.x-2.X-dev version (so no < nor > in the email adresses)
- my mail() function works on my server

But only the sender of the mass mail receives the email, not any BCC email does.

Can you help me ?

Comments

oadaeh’s picture

What other contrib mail modules are you using? Is there anything in the logs (admin/logs/watchdog)? If you have the SMTP Authentication Support, you can change the line at about 602 from

    var $SMTPDebug    = false;

to

    var $SMTPDebug    = true;

and see what other information you are given.

oadaeh’s picture

No updates on this? Shall I close it?

oadaeh’s picture

Priority: Critical » Normal
Status: Active » Closed (fixed)