Michael Parker wrote: > Hi > > This is probably a really simple problem, but whenever I use a php form > to send mail to a local address, it misses out assp completely.
You need to change the default smtp server php used in the php.ini. http://us.php.net/mail Or you can tell the local MTA to smarthost to ASSP. > The gist of this is, I want my online shopping cart to whitelist > customers' email addresses. You could create a custom script to export the addresses (I assume you have them in a database) and submit them to the email interface perhaps. > Also, I see that 1.3.1 is being quite widely used, and is at "pb" (is > that public beta?) so any idea when it'll be available as a "proper" > release? (or is that what pb means?) 1.3.1 is considered stable. The "pb" means penalty box if I remember right or it could mean "Public Beta" or "Primary Buffer" or "Probably Better", Fritz would know for sure :) > Thanks again for a chuffing awesome package... I've never heard/read that particular term before. I assume you mean something like this: http://www.urbandictionary.com/define.php?term=Chuffing "Chuffin' hell!" is quite amusing :) And not this one: http://www.thefreedictionary.com/chuffing Kevin ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
