Why the send HTML (no attachment) is show with attachment

Swift Mailer is a fantastic library for sending email with php. Discuss this library or ask any questions about it here.

Moderators: Chris Corbyn, General Moderators

Post Reply
sgwd
Forum Newbie
Posts: 2
Joined: Mon May 05, 2008 6:49 pm

Why the send HTML (no attachment) is show with attachment

Post by sgwd »

Hi,

first, my ingles is poor but I to will try.

I use send HTML no 'swift mailer' and the email send ok, I see this email in my OE and no attachment sign; but if use 'swift mailer' to send email html, this is send ok, but I receibe in OE and see the sign attachment.
This sign is confused and I want that this sign no show,
how I can to remove this attach sign of email?

this code that I use is:

$message = new Swift_Message("Consulta Web ::", "<b>esta en negrita</b>", "text/html");

I wait for some response.
Sincerely,
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: Why the send HTML (no attachment) is show with attachment

Post by Chris Corbyn »

It shouldn't have an attachment. Can you post the rest of your code please? :)
sgwd
Forum Newbie
Posts: 2
Joined: Mon May 05, 2008 6:49 pm

Re: Why the send HTML (no attachment) is show with attachment

Post by sgwd »

Hi,

you are right,

the sign attachment show for my antivirus.
swif mailer is OK

thanks you Chris
Post Reply