madcat Wrote:I got this:Can you tell from this what is the problem? the "|From:" seems to be set proprely.Code:---------------
Sending Email...Error sending email: Error setting sender email address. (530)
Finished.
code 530 seems to mean "530 Access denied".
I guess several things could be wrong:
- you are not using the smtp-server of your internet-provider
- you're smtp-server requires authentication, but you didn't set |Username: and |Password: ?
- You need to set another port for your smtp-server?
- SSL (STARTTLS) is needed; that's not supported by the code yet. If you see any STARTTLS in the debug-version below, please let me know
For debugging, please try this version of disklimit; that shows in more detail what's happing with your smtp-server: [ATTACHMENT NOT FOUND]
Or could you give this one a try: [ATTACHMENT NOT FOUND]
And add to the messagefile |SSL:true