0tza / gmail-delay-send

Automatically exported from code.google.com/p/gmail-delay-send
0 stars 0 forks source link

Unable to send from a specific email alias #136

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
=======================================
=== PLEASE READ BEFORE FILING ISSUE:
https://code.google.com/p/gmail-delay-send/wiki/GmailDelaySendDebugging_8
=======================================

What steps will reproduce the problem?
1. Compose new email, setting the From: to the specific alias that isn't working
2. Set the desired send time using my delimiter.
3. Save and close the draft.

What is the expected output? What do you see instead?
I expect that the email would be sent. 
However, it is not and the debug logs show the following snippet repeated 
multiple times. (Note: I've redacted my email address.)

  Tue Jan 14 07:54:39 PST 2014 INFO: Exception:Exception: Invalid argument: me@*****.com thrown executing function:
  function () {
  GmailApp.sendEmail(to, subject, body, {htmlBody:htmlBody, cc:cc, bcc:bcc, from:from, attachments:attach, name:name});
  }

What version of the product are you using?
v0.8

Please provide any additional information below.
Although I'm running my own copy of the script & UI, sending from other aliases 
works fine.

Original issue reported on code.google.com by kjhos...@gmail.com on 14 Jan 2014 at 4:28

GoogleCodeExporter commented 9 years ago
Hello,

Interesting issue.. Is there anything different about this alias versus the 
other ones? (eg. is the the only non-gmail address or something like that?)

-Blair

Original comment by blairk...@gmail.com on 16 Jan 2014 at 6:23

GoogleCodeExporter commented 9 years ago
I asked myself the same question, and I just realized what it could be - it's 
my default "send mail as" address. All my other aliases are non-Gmail 
addresses, and route through different providers/services. 

The next chance I get, I'll try setting a different alias as the default and 
see what happens.

Thanks for the quick reply.

Original comment by kjhos...@gmail.com on 16 Jan 2014 at 9:08

GoogleCodeExporter commented 9 years ago
sounds good

Original comment by blairk...@gmail.com on 16 Jan 2014 at 10:28

GoogleCodeExporter commented 9 years ago
Ok, this is bizarre. It does not appear to be the default Send As alias that's 
a problem, as I tested changing the default and sending without issue.

It's only 1 specific email address that I'm sending from! Apparently 
Google/Gmail does not like my email address. At first, I thought it might be 
the domain (pobox.com), but I tried a different alias at that domain and even 
that worked fine. 

I wonder if Gmail thinks that address is a spammer... Although that would imply 
that my emails get blocked, which they don't appear to.

Weird.

Blair - feel free to close this issue. I can't really point to anything wrong 
with Gmail Delay Send that's at fault here. 

Original comment by kjhos...@gmail.com on 17 Jan 2014 at 4:35

GoogleCodeExporter commented 9 years ago

Original comment by blairk...@gmail.com on 21 Mar 2014 at 9:47