Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
5answers
3k views

.NET SMTPClient - where is pending outgoing mail stored?

If I've queued up some email to be sent via the System.Net.Mail.SMTPClent, where can I find this mail? With the Windows SMTP Client, it's in the C:\inetpub\mailroot folder - is there a similar folder ...
1
vote
0answers
200 views

Using Postal in non MVC or web-based projects

We are working on a Windows Service, wich at a given time needs to send an e-mail. We are trying to use Postal ( https://github.com/andrewdavey/postal ) to render some templates. The problem wich we ...
1
vote
2answers
4k views

how to configure a SMTP server in windowx xp to send mails to gmail?

forgive my ignorance, I thought it was going to be a no-brainer but I still couldn't figure it out I'm using redmine (is a ticket system made with rails) and it has the option of sending you mails to ...
0
votes
1answer
130 views

How to format outgoing email - Create in code or use templates with replaceable values?

What is the best practice to create templates for outgoing email? Should I have each class create the html for the specific email? Should I have a text template with placeholders that are replaced ...
-2
votes
2answers
48 views

How to get the recipient of an outgoing SMS

I have a ContentObserver for all SMS sent/received on the phone, and when an SMS is sent, this is the data I get from the cursor: 01-09 09:52:13.523: I/WOWOW(1830): _id: 213 01-09 09:52:13.523: ...