0

How can i forward mails from a particular company to Jan who is handling the account of that Firm .

Is it possible with Google Apps Script ?

Bipin
  • 71
  • 1
  • 10

1 Answers1

0

Yes its possible, but a better fit is to create a gmail filter. It will be faster and wont use up quotas.

Zig Mandel
  • 19,571
  • 5
  • 26
  • 36
  • I found apps script code to retrieve the mails with particular label . how can i read all mails and get the senders email id ? – Bipin Dec 19 '13 at 15:50
  • 1
    why are you not using gmail filters? also per forum guidelines, paste the code that you tried and didnt work, – Zig Mandel Dec 19 '13 at 21:40
  • What if you want to forward mails to adresses that you can't 'confirm' (which you have to do to forward emails afaik) – TeNNoX Jan 28 '15 at 21:03
  • in that case yes you need a script. You should still use a gmail filter to label the emails that need forwarding. The script then processes those only – Zig Mandel Jan 30 '15 at 12:14