Gossamer Forum
Home : Products : DBMan : Installation :

eMail-notification with Bcc

Quote Reply
eMail-notification with Bcc
I have edited in db.cgi before
&html_add_success an email-notification.
It works well but the bcc doesn' t work.

open (MAIL, "|/usr/lib/sendmail -t") or &cgierr("can't get to sendmail. reason: $!");
print MAIL "To: $in{'eMail'}\n";
print MAIL "Bcc: hpl\@la-net.de\n";
print MAIL "From: info\@hpl.de\n";
print Mail ".......


any solution?

thanks!
HP
Quote Reply
Re: eMail-notification with Bcc In reply to
Does it email ok, but just not bcc? If so, try using BCC instead of Bcc.

Cheers,

Alex
Quote Reply
Re: eMail-notification with Bcc In reply to
thanks for your answer, but
BCC doesn't work :-(

email to $in{'eMail'}\n"; is o.k.

hmmh..?

HP