issue 10
(Can't "Confirm Ownership") reported by webmas...@barnabasfund.org
- What steps will reproduce the problem?
1. login > Add @smtp2web.com mapping
2. Confirm Ownership (I add the file - tried different locations/blank
files/non blank files)
3. Click Add then....Nothing. Forwarded to a blank "/addmapping" page.
What steps will reproduce the problem?
1. login > Add @smtp2web.com mapping
2. Confirm Ownership (I add the file - tried different locations/blank
files/non blank files)
3. Click Add then....Nothing. Forwarded to a blank "/addmapping" page.
Earlier this year
Sep 25, 2009
issue 9
(smtp2web fails to forward Windows-1252 encoded email) commented on by A.A.Vasiljev
- I even do not see sunk messages in the logs of smtp2web (debug level)
I even do not see sunk messages in the logs of smtp2web (debug level)
Sep 25, 2009
issue 9
(smtp2web fails to forward Windows-1252 encoded email) reported by A.A.Vasiljev
- What steps will reproduce the problem?
1. open gmail and make sure you set Outgoing message encoding: Use default
text encoding for outgoing messages
2. set your browser encoding to Windows-1252
3. send a mail via smtp2web:
##################################
- Morning meetings with IT group- Sent email to users in accounting, shop
office, old shop office asking whether things were faster now.
- Following up on questions about potential new MAS voicemail system
- Re-directed Hyder's request for approval to Randy
- Conference call (at 2pm) with material tracking software company
)
##################################
What is the expected output? What do you see instead?
Message is either pass through or is bounced back to sender. Message
'sinks' in place instead.
Please provide any additional information below.
Same problem using plain-text message encoded in Western-1252 sent from
Thunderbird (using smtp.google.com)
What steps will reproduce the problem?
1. open gmail and make sure you set Outgoing message encoding: Use default
text encoding for outgoing messages
2. set your browser encoding to Windows-1252
3. send a mail via smtp2web:
##################################
- Morning meetings with IT group- Sent email to users in accounting, shop
office, old shop office asking whether things were faster now.
- Following up on questions about potential new MAS voicemail system
- Re-directed Hyder's request for approval to Randy
- Conference call (at 2pm) with material tracking software company
)
##################################
What is the expected output? What do you see instead?
Message is either pass through or is bounced back to sender. Message
'sinks' in place instead.
Please provide any additional information below.
Same problem using plain-text message encoded in Western-1252 sent from
Thunderbird (using smtp.google.com)
Mar 21, 2009
issue 8
(Include email CC info in POST request) commented on by olexandr.kundirenko
- Sorry, I see that I can take that info from message header
cancel the issue, please
Olex
Sorry, I see that I can take that info from message header
cancel the issue, please
Olex
Mar 21, 2009
issue 8
(Include email CC info in POST request) reported by olexandr.kundirenko
- arachnid, thank you for such a great service!
Can you include also CC information in POST request, please.
So developer can access it like this:
sender = self.request.GET.get("from", "")
recipient = self.request.GET.get("to", "")
cc = self.request.GET.get("cc", "")
I'm developing some kind of email-driven-service where this information is
needed for further processing.
Regards,
Olex
arachnid, thank you for such a great service!
Can you include also CC information in POST request, please.
So developer can access it like this:
sender = self.request.GET.get("from", "")
recipient = self.request.GET.get("to", "")
cc = self.request.GET.get("cc", "")
I'm developing some kind of email-driven-service where this information is
needed for further processing.
Regards,
Olex