PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → EmailStartSession
EmailStartSession
Iniciado por guest, 02,mar. 2016 13:06 - 2 respuestas
Publicado el 02,marzo 2016 - 13:06
Hello,

When using the EmailStartSession() command I never get an overview in my mailbox from the send items.
How do I proceed to get my send mails in my outbox ?

I'm using the following syntax.

EmailStartSession( , , [, )
Email.Recipient[1] = "Mark.vissers@devoorzorg.be"
Email.NbRecipient = 1
Email.Subject = "Test mail"
Email.Message = "Test"
Email.NbAttach = 0
EmailSendMessage()

My mail is delivered, but it is registered in my outgoing mails.

????

Thanks
Publicado el 03,marzo 2016 - 08:37
Hi,

i think it depends from the email provider.

If i use EmailStartSession with a gmail-account i can see the sent emails in my gmailaccount. If i use it with posteo i cant see the sent emails.
Publicado el 03,marzo 2016 - 10:12
Hi,

I encounter same issue on one my customer when try send email using smtp . i was told that it's a relay server , no need login password . once connect can send .


my alt solution is send BCC back to sender