store a message in GMAIL

  • Thread starter Thread starter Fransis il Mulo
  • Start date Start date
F

Fransis il Mulo

I've a question: is it possible to send a mail message from a webform
using a gmail account and store the message in gmail Outbox?

Thanks in advance

Fransis
 
I've a question: is it possible to send a mail message from a webform
using a gmail account and store the message in gmail Outbox?

Thanks in advance

Fransis

Hi Fransis,
You can send mail using Gmail account from WebForm,
but I am not sure it will be stored in outbox.
You can send mail using the SmtpClient class. Please
search on google for the same.

Thanks,
coolCoder
 
coolCoder ha scritto:
Hi Fransis,
You can send mail using Gmail account from WebForm,
but I am not sure it will be stored in outbox.
You can send mail using the SmtpClient class. Please
search on google for the same.

Thanks,
coolCoder

Thanks for the answer but it's simpler than I believe.
Using a gmail account to send email from asp.net pages still includes
storage sent items in Gamil outbox.

Bye.
 
Back
Top