in reply to Cdont's Type Mismatch
The send format says it wants:$objMail->Send($from,$to,$subject,$mailbody,$AttachFile);
(optional) From as String, (optional) To as String, (optional) Subject as String, (optional) Body as Object or String, (optional) Importance as LongImportance is a number, not a string, so it's going to throw the type incompatible error, perhaps. The $AttachFile looks like it would use the ->AttachFile method. Keep in mind I haven't tested this.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Cdont's Type Mismatch
by Rafiq (Initiate) on Feb 26, 2003 at 12:19 UTC | |
by JayBonci (Curate) on Feb 26, 2003 at 14:16 UTC | |
by Rafiq (Initiate) on Feb 26, 2003 at 14:44 UTC | |
by Jenda (Abbot) on May 21, 2003 at 20:23 UTC |