EMail from problem

I have created an app which sends html email.:

$mail_from    = 'noreply@ouderkracht.nl';   // From email

If this message is received the from in Thunderbird shows as

“”<noreply@ouderkracht.nl>

Mark the quotes and <>

Why?

Re: EMail from problem

Hello,

I have reported this issue to our bugs team for further testing.

regards,
Bernhard Bernsmann

I copied the email control sample and I would like for the from field to automatically be filled with the logged in user’s email address instead of having to type it in manually. When you use any other email program it obviously assumes you’re the one sending the mail. Not sure why this example doesn’t include this already.

edit: I set up a global user variable that I have working in a header on an app that displays the username of the person who is logged in. I try to use this variable for the from field and nothing happens or I get the famous server error page.

How did you do that? If you use a global variable you can do an assignment in the onload event.