Don't know if you can or not but a way around this in the future is to BCC: an e-mail address specifically set up for receiving them, which is how I do it. (ie. all sign up receipts and renewal receipts BCC a copy to me that I archive off.
-Greg
JeevesBond posted this at 03:50 — 8th October 2007.
That's a good way of doing it Greg. PHP's mail() function just uses whatever smtp server is installed on the machine. That's usally sendmail isn't it? I'm 99% certain sent messages aren't saved unless you've specified it somehow, e.g. in the additional_parameters.
You might be able to find a way of saving sent messages, check you're using sendmail, then have a look at the documentation on: http://www.sendmail.org/ or--probably easier--just use Greg's method.
Definitely going to use Greg's method from now on. The problem is, I wasn't before and I found out that the emails weren't being sent for a few days. I need to figure out which ones need to be re-sent. Looks kind of hopeless now. I'll have to check out the sendmail docs though. Oh boy
JeevesBond posted this at 04:19 — 8th October 2007.
Triexa.com wrote: Don't all MTA have some form of a log?
Hmmm, you might be right, maybe I should have investigated this better. On our server there's a /var/log/maillog, depending on your settings there should be a log on your server too Matt. Nice one Triexa.
Greg K wrote: explain to those who may be getting duplicates it was an issue with "Solar Flares"
Sorry for double-posting...
Having said the above, looking into our /var/log/maillog (and the archived maillog.1 etc.) they're completely empty! It might just be our strange server setup though, Plesk stores things in funny places (Plesk sucks).
Oooo, I'll have to check that out (I don't have root access on this server so it might be a while) but I did a long listing on it, and it's 200 megs in size. This looks good
Dunno if you have come across Wufoo? They have some very nice forms, highly customizable, and free to bloggers and non-profits. You can host the form handling on their site, in which case every form sent is saved in an archive for later viewing; or they have copy-and-paste code for hosting on your own site.
They use the latest in anti-spam techniques as well. Worth checking out, IMHO.
Cordially, David
--
delete from internet where user_agent="MSIE" and version < 8;
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.
Greg K posted this at 01:37 — 8th October 2007.
He has: 2,145 posts
Joined: Nov 2003
Don't know if you can or not but a way around this in the future is to BCC: an e-mail address specifically set up for receiving them, which is how I do it. (ie. all sign up receipts and renewal receipts BCC a copy to me that I archive off.
-Greg
JeevesBond posted this at 03:50 — 8th October 2007.
He has: 3,956 posts
Joined: Jun 2002
That's a good way of doing it Greg. PHP's mail() function just uses whatever smtp server is installed on the machine. That's usally sendmail isn't it? I'm 99% certain sent messages aren't saved unless you've specified it somehow, e.g. in the additional_parameters.
You might be able to find a way of saving sent messages, check you're using sendmail, then have a look at the documentation on: http://www.sendmail.org/ or--probably easier--just use Greg's method.
a Padded Cell our articles site!
teammatt3 posted this at 04:04 — 8th October 2007.
He has: 2,102 posts
Joined: Sep 2003
Definitely going to use Greg's method from now on. The problem is, I wasn't before and I found out that the emails weren't being sent for a few days. I need to figure out which ones need to be re-sent. Looks kind of hopeless now. I'll have to check out the sendmail docs though. Oh boy
JeevesBond posted this at 04:19 — 8th October 2007.
He has: 3,956 posts
Joined: Jun 2002
Ack, well often the only way we learn stuff is by making the odd mistake or two.
Good luck working out which ones need to be re-sent, and if you need a hand you know where we are!
a Padded Cell our articles site!
Greg K posted this at 12:34 — 8th October 2007.
He has: 2,145 posts
Joined: Nov 2003
Re-mail everyone for the the past week, and explain to those who may be getting duplicates it was an issue with "Solar Flares".... LOL
-Greg
Triexa.com posted this at 15:51 — 10th October 2007.
They have: 173 posts
Joined: Feb 2005
Don't all MTA have some form of a log?
JeevesBond posted this at 20:27 — 10th October 2007.
He has: 3,956 posts
Joined: Jun 2002
Hmmm, you might be right, maybe I should have investigated this better. On our server there's a /var/log/maillog, depending on your settings there should be a log on your server too Matt. Nice one Triexa.
Wasn't that an excuse used by the BOFH?
a Padded Cell our articles site!
JeevesBond posted this at 20:57 — 10th October 2007.
He has: 3,956 posts
Joined: Jun 2002
Sorry for double-posting...
Having said the above, looking into our /var/log/maillog (and the archived maillog.1 etc.) they're completely empty! It might just be our strange server setup though, Plesk stores things in funny places (Plesk sucks).
a Padded Cell our articles site!
teammatt3 posted this at 04:11 — 11th October 2007.
He has: 2,102 posts
Joined: Sep 2003
Oooo, I'll have to check that out (I don't have root access on this server so it might be a while) but I did a long listing on it, and it's 200 megs in size. This looks good
Thanks!!!
webwiz posted this at 22:16 — 12th October 2007.
He has: 629 posts
Joined: May 2007
Dunno if you have come across Wufoo? They have some very nice forms, highly customizable, and free to bloggers and non-profits. You can host the form handling on their site, in which case every form sent is saved in an archive for later viewing; or they have copy-and-paste code for hosting on your own site.
They use the latest in anti-spam techniques as well. Worth checking out, IMHO.
Cordially, David
--
delete from internet where user_agent="MSIE" and version < 8;
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.