Welcome Guest, Not a member yet? Register   Sign In
Show logo in email inbox
#11

(10-09-2018, 08:04 AM)jreklund Wrote: Gurutechnolabs information are incorrect. This can't be changed by adding something to a email header.

What is your way?
Reply
#12

(10-09-2018, 11:48 PM)kaitenz Wrote: Try this:

PHP Code:
$filename APPPATH.'img/photo1.jpg';
$this->email->attach($filename);

$cid $this->email->attachment_cid($filename);
$this->email->to($address);
$this->email->message('<img src="cid:'$cid .'" alt="photo1" />');
$this->email->send(); 

https://www.codeigniter.com/user_guide/l...chment_cid

If i attach picture in email,Yahoo or Google detect it and show in logo header?
Reply
#13

(10-10-2018, 03:34 AM)omid_student Wrote:
(10-09-2018, 11:48 PM)kaitenz Wrote: Try this:

PHP Code:
$filename APPPATH.'img/photo1.jpg';
$this->email->attach($filename);

$cid $this->email->attachment_cid($filename);
$this->email->to($address);
$this->email->message('<img src="cid:'$cid .'" alt="photo1" />');
$this->email->send(); 

https://www.codeigniter.com/user_guide/l...chment_cid

If i attach picture in email,Yahoo or Google detect it and show in logo header?

AFAIK, CI tries to convert images into a base64 and then attach them to the body. Correct me if I'm wrong please.
Reply
#14

(This post was last modified: 02-12-2019, 04:02 AM by Ace_041.)

(10-09-2018, 08:03 AM)jreklund Wrote: As far as I know Outlook.com grabs your profile image as well. So you need to create an account there too. Same with LIVE Magazine. I have read somewhere that they grab the image from Facebook too. 

Where did you read that they grab it from Facebook? I don't think I've ever seen that.

It's kind of difficult to know what the guy wants. It sounds like he wants his logo to appear in the body of the email itself rather than next to the sender, but it's hard to tell.
Reply
#15

On the internet: https://answers.microsoft.com/en-us/outl...40e08dc954
Reply
#16

Does anyone look at the post date of these topics?
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply




Theme © iAndrew 2016 - Forum software by © MyBB