|
Formail
mails NOT reaching Destination
Our mail servers are
configured to reject mails if the From address
doesn't match the domain hosted with us. Make sure you add a hidden
field with name email and value as that of your from address i,e
any@icannbudgetDOTorg to your form . An example is given below.
<input type=hidden name=email value="any@icannbudgetDOTorg">
If you are using some custom made PHP or any other CGI script then you
need to specify the From address. You will have to check the manuals of
the programming language that you use on how to achieve this.
|