Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

BamBam

Quem ja usou o Jmail??

Recommended Posts

Alguem sabe como configurar para enviar email com os campos cc e cco (copia e copia oculta)??so fiz com o campo para: Set JMail = Server.CreateObject("JMail.SMTPMail") JMail.ServerAddress = "smtp.sec.ba.gov.br" JMail.Sender = reqDe JMail.Subject = reqAssunto JMail.AddRecipient = reqPara JMail.Priority = 1 JMail.body = reqConteudo JMail.AddAttachment (caminho_fisico) JMail.Execute

Compartilhar este post


Link para o post
Compartilhar em outros sites

AddRecipient(emailAddress, recipientName, PGPKey) :

Adds a recipient to the message.

JMail.AddRecipient "info@dimac.net"

AddRecipientBCC(emailAddress, PGPKey) :

Adds a blind carbon copy recipient to the message. AddRecipientBCC can be used multiple times for

several recipients. RecipientName is optional. PGPKey is optional, if not supplied and PGPencryption is

set to TRUE, it will default to emailAddress.

Message.AddRecipientBCC "info@dimac.net"

AddRecipientCC(emailAddress, recipientName, PGPKey) :

Adds a carbon copy recipient to the message. AddRecipientCC can be used multiple times for several

recipients. RecipientName is optional. PGPKey is optional, if not supplied and PGPencryption is set to

TRUE, it will default to emailAddress.

Message.AddRecipientCC "info@dimac.net"

 

 

fonte: http://tech.dimac.net/Products/w3JMail/Manuals/w3_JMail.pdf

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.