I have created an email account already. Now I want to create a script to recieve or send message from a textbox to this created email. And I am having difficulties on how to write the script.
Any idea?
I have this:
<form action="cgi-bin/MailFolder" method="post">
<textarea name="comment" rows="6" cols="30"></textarea></label>
<br><br>
<input type="hidden" name="recipient" value="administrator@cavuanzakikolo.x10hosting.com"/>
<input type="hidden" name="subject" value="feedback" />
<input type="hidden" name="redirect" value="VogMailList.php" />
<input type="submit" value="Send" class="buttonchenger"/>
</form>
from here I do not know where to go or what to do.
Any idea?
I have this:
<form action="cgi-bin/MailFolder" method="post">
<textarea name="comment" rows="6" cols="30"></textarea></label>
<br><br>
<input type="hidden" name="recipient" value="administrator@cavuanzakikolo.x10hosting.com"/>
<input type="hidden" name="subject" value="feedback" />
<input type="hidden" name="redirect" value="VogMailList.php" />
<input type="submit" value="Send" class="buttonchenger"/>
</form>
from here I do not know where to go or what to do.