473,795 Members | 2,986 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Php Mailer Problem

Hi,

I have a problem. One of my customer used to use php mailer in her
web page. But when i changed something in the system (php packages) ,
it was broken. If she use php-mailer in her system, mails come base64
code. I did not understand why. Do you have any idea?
I am pasting example mail header.

[67.15.68.76]: 55902;
[216.51.232.129]:25;Sat, 29 Jul 2006 05:51:26 -0500
MAIL-FROM:
RCPT-TO:
Received: from blueplane.com.a u ([67.15.68.76]:55902)by
ns129.fastdnsse rvers.com with [XMail 1.22 ESMTP Server]id for from ;
Sat, 29 Jul 2006 05:51:26 -0500
Received: (qmail 9291 invoked by uid 10025);
29 Jul 2006 20:51:23 +1000
Received: from 127.0.0.1 by **** (envelope-from ,
uid 48) with qmail-scanner-2.01st (clamdscan: 0.88.3/1614.
spamassassin: 3.1.3. perlscan: 2.01st. Clear:RC:1(127. 0.0.1):.
Processed in 0.139228 secs);
29 Jul 2006 10:51:23 -0000
Date: 29 Jul 2006 20:51:22 +1000
To: ******
Subject: Website Contact Form: test
MIME-Version: 1.0
From: test
Cc: test
X-Mailer: CubeCart Mailer
Content-Type: text/plain;
charset="ISO-8859-1"
Content-Transfer-Encoding: 7bit
Message-ID:
X-Qmail-Scanner-2.01st: renamed duplicate MIME headers
X-Qmail-Scanner-Renamed-Mime-Version: 1.0
X-Qmail-Scanner-2.01st: renamed duplicate MIME headers
X-Qmail-Scanner-Renamed-Content-Type: text/plain;
charset=UTF-8
X-Qmail-Scanner-2.01st: renamed duplicate MIME headers
X-Qmail-Scanner-Renamed-Content-Transfer-Encoding: BASE64

And inside the mail :

TmV4dCBHZW4gQmF ieSwgYSBjdXN0b2 1lciBoYXMgc2Vud CB5b3UgdGhlIGZv bGxvd2luZyBlbnF 1
aXJ5OgoKfn5+fn5 +fn5+fn5+fn5+fn 5+fn5+fn5+fn4Kd GVzdAp+fn5+fn5+ fn5+fn5+fn5+fn5 +
fn5+fn5+fgoKRnJ vbTogdGVzdApFbW FpbDogYWhtZXRAb Xl0cmFzaG1haWwu Y29tCgpJUCBBZGR y
ZXNzOiAyMjAuMjQ 1LjE3OC4xMzEK

Thanks,

(sorry for my english)

Jul 29 '06 #1
1 3266
My old php version was 5.0 , now 4.3.9.
I had to change because of my other software.. I have to use 4.3.9 but
i did not understand why i receive mails like this

Jul 29 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
7157
by: Raphael Gluck | last post by:
Hi all I am still finding my feet creating a website in ASP, and i'm trying to get to grips with users providing feeback to my site. my webhosts have the dundas mailer installed, and i am trying to get it to work for me. does it work in conjuction with regular html? can i add a <form> and text fields? and then will all that get sent with the page? I have a little script but i dont know how to modify it
2
5317
by: John Davis | last post by:
What is the **MOST** obvious reason why will this will fail (it's not syntax or anything specific to the object)? Function Mail(MailerProgram, Message, Subject, Format, FromEmail, ToEmail, ReplyTo, FromName, ToName, MailerPath, BCCEmail, Attachement) Set Mailer = Server.CreateObject("Persits.MailSender") if NOT isObject(Mailer) Then Mail = false Exit function
5
1452
by: WoG | last post by:
I am having a heck of a problem getting this script to email correctly. A form generates all the values, and the script sends off confirmation email- except I don't get any of the confirmation emails I don't get any errors either. I've tried multiple email addresse (in network, out of network, etc.) Here is the code: set objMail = Server.CreateObject("CDONTS.NewMail") objMail.To = "jesusfreaks18@hotmail.com" objMail.From =...
8
5277
by: Dave Smithz | last post by:
Hi, Thanks to this group I discovered the excellent PHP Mailer (http://phpmailer.sourceforge.net/) which I use to send emails. Part of my application emails out hundreds of club members unique URL links which allow them to register for various things. Sometimes these URLS are long because they contain custom codes. Problem I am having is that some members are saying the links do not work
10
3168
by: Flopper | last post by:
Hey can anyone help me with a WORKING anonymous mailer php script. I've looked on the net but only find non working one's. Greetings Floppie
4
6613
by: =?Utf-8?B?TWlrZSBI?= | last post by:
I'm using a block of ASP to allow a user to send a form via e-mail. However, someone keeps sending me spam through this form and they're using a bogus return address. I'm testing for a successful send, which should fail if the return address is not valid, but I'm still getting the junk. The block looks like this: Set Mailer = Server.CreateObject("SMTPsvg.Mailer") Mailer.RemoteHost = "smtp.xxx.com" Mailer.FromName =...
0
2714
by: askzda | last post by:
Hi, Can somebody pls help to solve above problem. I have used dundas mailer for my mailing part in my asp script, but the an error occured during sending the mail. Error that is prompted out just like below: Dundas.Mailer.1 error '80004005' The DATA command failed. I've checked all the recepients' email adresses and they all valid. SO, kindly help me to solve this kind error. I really appreciate ur help.
6
26388
by: Dave Kelly | last post by:
Sorry for the long post, it is easier to discard information than to have to wait for it to arrive. So here goes: This code worked perfectly when I was an Earthlink customer. Sprint decided not to pardner with Earthlink and create their own IP. Since then everything email has been broke. Sprint/Embarq is the only copper wire DSL provider where I live.
9
8256
by: neovantage | last post by:
hey geeks, I have a small mail script which will cause a PHP script to send a receipt upon clicking the submit button, by an HTML mail. This mail contains special characters, namely 'å', 'ä' and 'ö'. Whatever I try, I can't get these characters to display properly everywhere. In some email clients, these characters show up just fine, whereas in others they show up as question marks or kinda boxes. I've tried sending the mail as UTF-8, as...
0
9672
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10439
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10215
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10001
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9043
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7541
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5437
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5563
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2920
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.