addition even if i put direct email address e.g send@memail.com to TO-field it wont send to that address, but tag [_user_email] is working
Where can we see the website in question?
voimistu
but those forms are used inside member area, not in public.
so website is up again when i removed that line where i put it. But orginal problem still is that sending
See Setting up mail
What email settings do you have in the Mail tab panel?
To protect personal data, hiding email addresses in the settings or replacing them with dummy addresses is strongly advised. You can also include screenshots.
Mail tab
additional tab
Mails are not sent with these settings to BCC address and if i put same email address to TO-filed email is not sent only tag [_user_email] is working
How did you confirm whether BCC is working or not?
email address does not receive to mail.
I have one form on public side. there is no [_user_email] in use and additional subscribers_only:false. This is sending Bcc ok to same address.
Then i have forms in private (member area. logging needed) . There additional subscribers_only:true and [_user_email] tag is used. User will get the mail but Bcc not and if i put same email adress which is in Bcc to TO-field with [_user_email] tag it does not work eighter. Only Tag is sending mail. If i put subscribers_only:false in member area there will be error for [_user_emal] tag, it is not valid because of subscribers_only:false setting.
User will get the mail but Bcc not and if i put same email adress which is in Bcc to TO-field with [_user_email] tag it does not work eighter. Only Tag is sending mail.
Can you be more specific about this?
see attachment.
mail tab
if subscribers_only:true, mails are not sent info@mailme.com. it does not matter if email address is in TO or bcc fields. only [_email_user] tag is sending email.
OK, that explains a lot. Messages are not sent to info@mailme.com just because the email address does not exist or is not reachable. The subscribers-only mode or the Bcc header does not matter.
Sorry but that info@mailme.com is just an example which I put there, not valid address. But if I put valid address there it won’t send. Only tags [_user_email] and [_site_admin_email] are tested to work when subscribers:true setting is on. Valid email address is not sent in my case when subscribers: true is on.
Give it a try with different email addresses.
nope, no direct email addresses are working
could this be something to do with Easy WP SMTP plugin? is CF7 working ok with it?
from EASY WP SMTP logs seems that it sends ok mails to [_user_email] tag address. But it does not get any other addresses to send. So CF7 does not sent direct email addresses?!? when subscribers_only:true is set?