Relative Content

Tag Archive for phpphpmailer

phpMailer — image not showing in email

I want a logo to appear in the emails sent, but they do not. The alt tag does show. I have looked at several sites on addEmbeddedImage and they all seem to follow the same pattern. Similarly in the Body tag. Do I have the two tags in the right place? Should one or both be in the **while
** statement along with $mail->send(); ?

PHPMailer Only Works Sometimes

most of the time it gets sent, but sometimes it doesn’t send and has no error message at all. it always sends when i first send it, but then when i resend again, the email isn’t sent.

How do I make it so that PHPMailer sends out my email in the format I have written out?

I’m using PHPMailer to send out some emails. I have a testing environment set up so that it shows me what the email looks like before I send it, and it looks fine. But when I receive the email I sent myself with the program, it’s a fat chunk of text with no line breaks. It is in plain text, and the problem is, I have a mail template so that people can customize their emails, but phpmailer doesn’t seem to recognize when the enter key starts a new line.