just follow the simple example on the Synapse HowTo
But on the smtp.MailTo(sTo) Or smtp.MailFrom(sFrom) I get an 530 Error
Where can I set the Outgoing authentication ?
Update: ------
I am using GMail to this test, both for To and FROM accounts.
just follow the simple example on the Synapse HowTo
But on the smtp.MailTo(sTo) Or smtp.MailFrom(sFrom) I get an 530 Error
Where can I set the Outgoing authentication ?
Update: ------
I am using GMail to this test, both for To and FROM accounts.
If you look at the example more carefully, you will see that the TSMTPSend
class has UserName
and Password
properties and a Login()
method.