/    Sign up×
Community /Pin to ProfileBookmark

sendmail not working

Hi i have this form in a edia temple server and its not sending.
I had it in other server and worked perfectly but now that i uploadit to MT it stoped working.

PLease help me out.

[code=php]

/* pruebas mail */

//Headers
$headers = “MIME-Version: 1.0rn”;
$headers .= “Content-type: text/html; charset=iso-8859-1rn”;
$headers .= “From: <RedBull ScratchMatch>” ;

// cuerpo del mensaje
$msg = “Felicidades luis has sido aceptado por RedBull ScratchMatch para competir en el evento.”;

$exito = mail(“[email protected]”, “Felicidades has sido aceptado por RedBull ScratchMatch”, $msg, $headers);
echo $exito;
/************************/
[/code]

to post a comment
PHP

3 Comments(s)

Copy linkTweet thisAlerts:
@dzysyakJun 20.2007 — Some hosters have spam protection (like yahoo), so check your hosters FAQ pages
Copy linkTweet thisAlerts:
@ricosushiauthorJun 20.2007 — the problem is the php sendmail its not sending the mail in the MEDIA TEMPLE SERVER. Maybe i need to specify an extra parameter in the sendmail function.

help ?
Copy linkTweet thisAlerts:
@ricosushiauthorJun 20.2007 — oh i checkeda and did a test and i can only send to emails from the same server.
×

Success!

Help @ricosushi spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.5,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...