Archive

Posts Tagged ‘php mail’

Php Mail

August 4th, 2011 Comments off

I have a php mail script which needs to have the “sender” field implemented into the headers of the mail that is delivered.

The headers should look something like this:

> From: SenderEmailHere
> To: RecipientEmailHere
> Subject: Sample SUbject
> Date: 29 Sep 2010 10:11:45 -0700
> Reply-To: SenderEmailHere
> Sender: TheDomainOfThePhpScript.com
> ENVID: WC-1285780305011-20B
> Message-ID:
> X-TokenInfo-NoToken:
> MIME-version: 1.0
> Content-type: text/html; charset=”ISO-8859-15″
> X-Mailer: WhatCounts
> Content-Length: 20478

This needs to be done strictly in PHP. I currently have a mailing script which needs the sender header implemented. It needs to be done strictly in PHP.

Php Mail Error In Flash

March 10th, 2010 Comments off

Email form in CONTACT page at http://casa-baja.com
produces an ERROR trying to send mail

need quick analysis and fix, if the FLA file is not up2date
I will need a clever solution

Categories: Flash, PHP Tags: , , , , , ,

Edit Php Mail App

December 21st, 2009 Comments off

I have an autoresponder application in php that I need to edit and add a few features and integrate a new css layout I have created. Please only bid if you are familiar with working with pop boxes, cron jobs, form post/submit variables and parsing email message content.

Categories: Ajax, Javascript, PHP Tags: , , , , , ,

Php Mail Smtp Modex Cms

July 21st, 2009 Comments off

Hi, we are looking for a professional php coder with good experience in php forms and can manage dedicated server websites. Must have experience in dedicated server and smtp email etc.
Project is about resolving the form to mail issue in website thats is now placed on dedicated server. before that all data base and forms are in previous hosting server. so need to configure form and his relative database according to new dedicated server. we know that for the professional php coders its a job of maxim 3 hours. so we are looking for some one who can start this as soon as possible.

If we like your work and you are the right person for us then we will hire you permanently for our future projects.

Only For Individual Php Professionals.

Php Mail Smtp Configurations

July 20th, 2009 Comments off

Hi, we are looking for a professional php coder with good experience in php forms and can manage dedicated server websites. Must have experience in dedicated server and smtp email etc.
Project is about resolving the form to mail issue in website thats is now placed on dedicated server. before that all data base and forms are in previous hosting server. so need to configure form and his relative database according to new dedicated server. we know that for the professional php coders its a job of maxim 3 hours. so we are looking for some one who can start this as soon as possible.

If we like your work and you are the right person for us then we will hire you permanently for our future projects.

Only For Individual Php Professionals.

Php Mail() Error

June 30th, 2009 Comments off

I purchased a php script that uses mail() to send the registration email with a confirmation link. My problem is that when the script goes to email I get a error on the mail() line. I have found the header that has the error. The mail.php page is not encrypted, but the registration page is and the author will not un encrypt it for me to fix the problem. And the author isn’t that great at support.

I need someone to work some type of workaround. My host is godaddy.com. I’m fine with using something other then mail(), relay, or even smtp.

Below is the mail.php (original from author) file that does the emails. I can get the email to send by removing $text and changing rn to just r.

—-mail.php

<?

function send_html($from, $to, $subject, $text, $html)
{
global $debug;
if ($debug) echo “<HR>DEBUG|From:$from|To:$to|Subject:$subject<HR>$text<HR>$html<HR>”;
$headers = “From: $fromrn”;
$headers .= “Reply-To: $fromrn”;
$headers .= “X-Mailer: PHP/” . phpversion().”rn”;
$headers .= “MIME-Version: 1.0rn”;
$boundary = uniqid(“MAB”);
$headers .= “Content-Type: multipart/alternative” .
“; boundary = $boundaryrnrn”;
$headers .= “$textrnrn”;
$headers .= “–$boundaryrn” .
“Content-Type: text/plain; charset=ISO-8859-1rn” .
“Content-Transfer-Encoding: base64rnrn”;
$headers .= chunk_split(base64_encode(“$text”));
$headers .= “–$boundaryrn” .
“Content-Type: text/html; charset=ISO-8859-1rn” .
“Content-Transfer-Encoding: base64rnrn”;
$headers .= chunk_split(base64_encode(“$html”));
mail($to, $subject, “”, $headers);
}

function parse_mail($mail, $param)
{
foreach ($param as $key=>$val)
$mail=str_replace(“#”.$key.”#”,$val,$mail);
return $mail;
}
?>

Simple Php Mail Form Bug Fix

June 18th, 2009 Comments off

I uploaded a PHP based web template to my web server.

Unable to get the forms on “service request” page and “contact” page to send me an email when the form is submitted.

The service request page takes a long time to send but finally works – but after you click submit it just shows a blank page – I would like for it to show some kind of confirmation so the user knows it’s been sent.

The contact page never sends the email at all, it just goes to a blank page.

Easy Php Mail Script

June 13th, 2009 Comments off

install php email script, adapt to and modify existing reservations form
include simple numeric security code
http://www.cabopulmo.com.mx/reservations.html

Fix Php Mail Form

March 19th, 2009 No comments

hi

my mail-to script suddenly stopped working

see CONTACT page
http://www.casa-baja.com/

ERROR upon clicking SEND button

fix and get paid on the spot

Bear