i can't give an email header from sc_mail

I have a problem with email header, in this sc_mail_send there are no header email, so it make my mail server can not fill the “from” field …

Hello,

Please see our Web Help documentation: downloads.scriptcase.com.br/downloads/v7/manual/en_us/webhelp/manual_mp/28-Macros/00-macros_sc.htm

regards,
Bernhard Bernsmann

sc_mail_send

[QUOTE=bartho;12733]Hello,

Please see our Web Help documentation: downloads.scriptcase.com.br/downloads/v7/manual/en_us/webhelp/manual_mp/28-Macros/00-macros_sc.htm

regards,
Bernhard Bernsmann[/QUOTE]

[QUOTE=bartho;12733]Hello,

Please see our Web Help documentation: downloads.scriptcase.com.br/downloads/v7/manual/en_us/webhelp/manual_mp/28-Macros/00-macros_sc.htm

regards,
Bernhard Bernsmann[/QUOTE]

i’ve already see those tutorial in thousand time, but still don’t have the answer, because scriptcase mail_send don’t have the parameter for header like :

//Construct Headers
$headers = “MIME-Version: 1.0” . $newLine;
$headers .= “Content-type: text/html; charset=iso-8859-1” . $newLine;
$headers .= “To: $nameto <$to>” . $newLine;
$headers .= “From: $namefrom <$from>” . $newLine;

were should i put this code inside the parameters of sc_mail_send ?

Hi yogiedigital,
Scriptcase Macro sc_mail_send dont allow to do that, that is a BUG, and netmake must FIX it.

But you can use mail function on PHP to send emails and custom headers.

sc_mail_send

[QUOTE=hirambq;13019]Hi yogiedigital,
Scriptcase Macro sc_mail_send dont allow to do that, that is a BUG, and netmake must FIX it.

But you can use mail function on PHP to send emails and custom headers.[/QUOTE]

okay my frend…thanks for the info… i just want to make sure if scriptcase can not do that,so i will not use that macro :slight_smile: