python - Sendgrid outgoing email to appear in my Sent Mailbox -



python - Sendgrid outgoing email to appear in my Sent Mailbox -

i sending emails using sendgrid:

default_from_email = 'david@gmail.com' email = emailmessage(subject, message, default_from_email, to_emails) email.send()

however, when go sent mail service box in gmail, email not show. there way such when send email sendgrid, show in sent mail service box on gmail, maintain record of it?

sendgrid's bcc app allow bcc email address, in case gmail account, every email sent; though still can't filter sent mail. documentation can found here.

python email smtp gmail sendgrid

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -