Hello,

Figuring stuff out well. One question so far though...

My server sends my form result emails from Nobody as a result of deriving my email setting.

I can fix this by putting this in the form:

<input name="mail_options" type="hidden" value="FromAddr = me@mydomain.com">

However! I have grown fond of the ini file and was curious how i would put it in there.

I tried:

mail_options = "FromAddr = me@mydomain.com"

but it's a no go.