Hi,
No, you just need to set your $TARGET_EMAIL correctly.
You can go back thru the config wizard and asnwer the questions more accurately, and that should solve the problem.
Welcome to the Tectite Forums! You can download and get support for our free PHP FormMail (form processor) and other free software.
I have set up the form, and it works. However, I have a set of email addresses for my site that are forwarding addresses. When I have the form send info to a "real" email address, it works. When I have it send mail to one of the forwarding addresses (designed so that they appear to be within the same domain), FormMail complains of a bad address - I get a "FormMail Script Error [M17]" message to my form_alert address complaining about the target email, whether it is in recipients, cc, or bcc. Yes, I use mangle. Is this to be expected? Are email addresses with the designated domain name checked beyond the name?![]()
Hi,
No, you just need to set your $TARGET_EMAIL correctly.
You can go back thru the config wizard and asnwer the questions more accurately, and that should solve the problem.
Russell Robinson - Author of Tectite FormMail and FormMailDecoder
http://www.tectite.com/
More accurately?Originally Posted by russellr
I selected "any email address in " for the domain I am using. Are you telling me I have to specify each of the forwarding email addresses, or am I missing something else?![]()
Hi,
Sounds like you got that right.
So, there's something else going on.
We don't provide free support, but if you subscribe we do provide a guarantee.
Russell Robinson - Author of Tectite FormMail and FormMailDecoder
http://www.tectite.com/
I still did not quite understand that answer - should settingOriginally Posted by russellr
$TARGET_EMAIL = array(EMAIL_NAME."@my_host\.org$");
been enough to support sending email to
my_forwarding_email_address@my_host.org?
Regardless, it appears that if the target email address is merely a forwarding address, you have to list it explicitly. I used the wizard and ended up with
$TARGET_EMAIL = array(EMAIL_NAME."@my_host\.org$",
"^forwarding_email_01@my_host\.org$",
"^forwarding_email_02@my_host\.org$",
"^forwarding_email_03@my_host\.org$");
That seems to have worked.
Hi,
$TARGET_EMAIL = array(EMAIL_NAME."@my_host\.org$");
This is enough usually. But EMAIL_NAME doesn't include underscores, so if you had underscores in your email addresses, that's why it didn't work.
Russell Robinson - Author of Tectite FormMail and FormMailDecoder
http://www.tectite.com/
That's IT! THANKS!!!Originally Posted by russellr
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks