Welcome Guest, Not a member yet? Register   Sign In
Email como enviar mensagem html com imagem
#1

Ola pessoal, 
Quero enviar email com mensagem html contendo uma imagem (por exemplo um logo), como faço? At
Reply
#2

You have to have the image on a live server and use inline html styles to load it from the server.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#3

(10-27-2017, 08:59 AM)InsiteFX Wrote: You have to have the image on a live server and use inline html styles to load it from the server.

Obrigado InsiteFX pela resposta, você teria como passar mais detalhes, minha tag html está assim no corpo da mensagem:
<img src="<?php echo base_url('pasta/imagem.png'); ?>">
Reply
#4

(10-27-2017, 09:09 AM)Eduardo Faria Wrote:
(10-27-2017, 08:59 AM)InsiteFX Wrote: You have to have the image on a live server and use inline html styles to load it from the server.

Obrigado InsiteFX pela resposta, você teria como passar mais detalhes, minha tag html está assim no corpo da mensagem:
<img src="<?php echo base_url('pasta/imagem.png'); ?>">

Errado, você teria que usar um servidor externo para hospedar as imagens ou envia-las via BLOB
Reply
#5

(10-27-2017, 09:30 AM)rodrigoprazim Wrote:
(10-27-2017, 09:09 AM)Eduardo Faria Wrote:
(10-27-2017, 08:59 AM)InsiteFX Wrote: You have to have the image on a live server and use inline html styles to load it from the server.

Obrigado InsiteFX pela resposta, você teria como passar mais detalhes, minha tag html está assim no corpo da mensagem:
<img src="<?php echo base_url('pasta/imagem.png'); ?>">

Errado, você teria que usar um servidor externo para hospedar as imagens ou envia-las via BLOB

Obrigado a todos, testei o site hospedado e funcionou... um problema que tinha era que é case sensitive e algumas imagens estavam com a extensão .PNG e não eram encontradas.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB