0tza / gmail-delay-send

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

emails are sent at the wrong time zone #99

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi. My gmail calendar is GMT+2 but all of my emails are being sent in GMT-7. 
Can anyone explain how I can change this? Thanks, Dina

Original issue reported on code.google.com by ArikPeac...@gmail.com on 13 Aug 2013 at 5:45

GoogleCodeExporter commented 9 years ago
Hello Dina,

Could you include your debug logs (process is described here: 
https://code.google.com/p/gmail-delay-send/wiki/GmailDelaySendDebugging_8) that 
would help in determining what is going wrong.

Thanks!
-Blair

Original comment by blairk...@gmail.com on 13 Aug 2013 at 5:45

GoogleCodeExporter commented 9 years ago
sure - thanks

Tue Aug 13 23:11:16 PDT 2013 INFO: Saving preferences from form object which 
contains:
Tue Aug 13 23:11:16 PDT 2013 INFO: - localzone => default
Tue Aug 13 23:11:16 PDT 2013 INFO: - trigger_min => 5
Tue Aug 13 23:11:16 PDT 2013 INFO: - require_label => true
Tue Aug 13 23:11:16 PDT 2013 INFO: - email_receipts => true
Tue Aug 13 23:11:16 PDT 2013 INFO: - triggers => false
Tue Aug 13 23:11:16 PDT 2013 INFO: - debugging => true
Tue Aug 13 23:11:16 PDT 2013 INFO: - delim => @
Tue Aug 13 23:11:16 PDT 2013 INFO: - error_notification => false
Tue Aug 13 23:11:16 PDT 2013 INFO: User preferences object empty.. reloading..
Tue Aug 13 23:11:16 PDT 2013 INFO: Loading default property for key:bcc value: 
false
Tue Aug 13 23:11:16 PDT 2013 INFO: Refreshed preference object now contains:
Tue Aug 13 23:11:16 PDT 2013 INFO: -- Prefs --
Tue Aug 13 23:11:16 PDT 2013 INFO: Triggers: false
Tue Aug 13 23:11:16 PDT 2013 INFO: Email Receipts: true
Tue Aug 13 23:11:16 PDT 2013 INFO: Error Notifications: false
Tue Aug 13 23:11:16 PDT 2013 INFO: Debugging: true
Tue Aug 13 23:11:16 PDT 2013 INFO: Top level Name: GmailDelaySend
Tue Aug 13 23:11:16 PDT 2013 INFO: Label Required: true
Tue Aug 13 23:11:16 PDT 2013 INFO: Error Label Name: GmailDelaySend/Errors
Tue Aug 13 23:11:16 PDT 2013 INFO: To Send Label Name: GmailDelaySend/ToSend
Tue Aug 13 23:11:16 PDT 2013 INFO: Trigger Minutes: 5
Tue Aug 13 23:11:16 PDT 2013 INFO: Delim: @
Tue Aug 13 23:11:16 PDT 2013 INFO: TimeZone: default
Tue Aug 13 23:11:16 PDT 2013 INFO: getHTMLRegex: /^([\s\S]*?>)([^<]+)(<[\s\S]*)/
Tue Aug 13 23:11:16 PDT 2013 INFO: getTextRegex: /^\s*@([^<]*)(<[\s\S]*)/
Tue Aug 13 23:11:16 PDT 2013 INFO: ------------
Tue Aug 13 23:11:25 PDT 2013 INFO: Starting main()
Tue Aug 13 23:11:25 PDT 2013 INFO: User preferences object empty.. reloading..
Tue Aug 13 23:11:25 PDT 2013 INFO: Loading default property for key:bcc value: 
false
Tue Aug 13 23:11:25 PDT 2013 INFO: -- Prefs --
Tue Aug 13 23:11:25 PDT 2013 INFO: Triggers: false
Tue Aug 13 23:11:25 PDT 2013 INFO: Email Receipts: true
Tue Aug 13 23:11:25 PDT 2013 INFO: Error Notifications: false
Tue Aug 13 23:11:25 PDT 2013 INFO: Debugging: true
Tue Aug 13 23:11:25 PDT 2013 INFO: Top level Name: GmailDelaySend
Tue Aug 13 23:11:25 PDT 2013 INFO: Label Required: true
Tue Aug 13 23:11:25 PDT 2013 INFO: Error Label Name: GmailDelaySend/Errors
Tue Aug 13 23:11:25 PDT 2013 INFO: To Send Label Name: GmailDelaySend/ToSend
Tue Aug 13 23:11:25 PDT 2013 INFO: Trigger Minutes: 5
Tue Aug 13 23:11:25 PDT 2013 INFO: Delim: @
Tue Aug 13 23:11:25 PDT 2013 INFO: TimeZone: default
Tue Aug 13 23:11:25 PDT 2013 INFO: getHTMLRegex: /^([\s\S]*?>)([^<]+)(<[\s\S]*)/
Tue Aug 13 23:11:25 PDT 2013 INFO: getTextRegex: /^\s*@([^<]*)(<[\s\S]*)/
Tue Aug 13 23:11:25 PDT 2013 INFO: ------------
Tue Aug 13 23:11:25 PDT 2013 INFO: Service cache miss
Tue Aug 13 23:11:25 PDT 2013 INFO: Service cache hit
Tue Aug 13 23:11:25 PDT 2013 INFO: Service cache hit
Tue Aug 13 23:11:25 PDT 2013 INFO: Searching for emails with this string: 
"in:drafts + in:GmailDelaySend/ToSend + -label:GmailDelaySend/Errors "
Tue Aug 13 23:11:25 PDT 2013 INFO: No threads found to process.. exiting

Original comment by ArikPeac...@gmail.com on 14 Aug 2013 at 6:47

GoogleCodeExporter commented 9 years ago
Hello Dina,

thanks for the report. Do you think you could schedule an email to be sent at 
+1 minute and send the debugging report for that run of the script?

Thanks!
-Blair

Original comment by blairk...@gmail.com on 16 Aug 2013 at 7:55

GoogleCodeExporter commented 9 years ago
Dear Blair,
I sent you an email to your gmail but now I am not sure I sent it to the 
correct way. I don't understand what you wish from me to do. Can you explain?
Thank you, Dina

Original comment by ArikPeac...@gmail.com on 22 Aug 2013 at 7:18

GoogleCodeExporter commented 9 years ago
Hello Dina,

Sorry for the late response!

I tried to make the instructions a little clearer on the wiki: 
https://code.google.com/p/gmail-delay-send/wiki/GmailDelaySendDebugging_8#Please
_include_in_your_bug_report about how to gather a debug report.

In your case b/c it's a time zone issue, instead of composing the email to be 
sent '@now' please set it to '+1 minute' and before pressing the 'Run' button 
wait 5 minutes.

Let me know if you have any other questions.

Thanks,
-Blair

Original comment by blairk...@gmail.com on 4 Sep 2013 at 4:42

GoogleCodeExporter commented 9 years ago
Issue 105 has been merged into this issue.

Original comment by blairk...@gmail.com on 6 Sep 2013 at 5:54

GoogleCodeExporter commented 9 years ago
Issue 105 has been merged into this issue.

Original comment by blairk...@gmail.com on 6 Sep 2013 at 7:11

GoogleCodeExporter commented 9 years ago
I think this issue should be resolved with change 
https://code.google.com/p/gmail-delay-send/source/detail?r=9f70c14332b5599e07e54
89b3f64fb2576276b18.

I'm unable to test this completely as I can't change the timezone for my gmail 
account. Please let me know if you try this and it works (either successfully 
or unsuccessfully).

Thanks!
-Blair

Original comment by blairk...@gmail.com on 21 Oct 2013 at 7:59

GoogleCodeExporter commented 9 years ago

Original comment by blairk...@gmail.com on 21 Oct 2013 at 8:02