Hey All,
Is it possible to return any info on the error with the mail function, or is it just simply "True or False"?
It would be nice to know why the message was not delivered, eg: "Over Quota" etc.
If not in the mail function, is it possible some other way?
Also, what is the best way to send mail to multiple recipients, looping with a single recipient or multiple recipients in one function call?
TIA.
Dodger.
Mail function error handling, multi-recipient methods...
Moderator: General Moderators
the mail function only retuerns true or flase, i have't seen anything that can tell you anything after the email has been sent.
sending emails with a loop means no one knows who else you emailed, it also is slow as you prolly know.
sending email with bunch of emails put together is fast, but every one who you emailed will know who else you emailed...spam
sending emails with a loop means no one knows who else you emailed, it also is slow as you prolly know.
sending email with bunch of emails put together is fast, but every one who you emailed will know who else you emailed...spam
-
Cruzado_Mainfrm
- Forum Contributor
- Posts: 346
- Joined: Sun Jun 15, 2003 11:22 pm
- Location: Miami, FL