Marcin Soltysiak wrote:

mgd_create_mail(string from, string to, string subject, string message);


AFAIR it is deprecated. use plain PHP mail() function...it is the same with
same parameters


Plain mail() takes different parameters, see PHP documentation for details (mainly the "from" needs to be added via the optional headers variable).


/Rambo


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to