Re: [Gambas-user] SMTP Component

2014-02-26 Thread Jesus
El 26/02/14 18:20, Nigel Verity escribió: > Hi > > I am planning to use the SMTP component in a new Gambas project. I am happy > with the basic functionality but the documentation states that if the "Host" > property is left blank the messages are sent to "localhost" instead of a > designated SM

Re: [Gambas-user] SMTP Component

2014-02-26 Thread Caveat
Try looking in /var/mail/{your-user} You can, for example, install postfix in 'local only' mode... and mail will go to your local system. Kind regards, Caveat On 26/02/14 18:20, Nigel Verity wrote: > Hi > > I am planning to use the SMTP component in a new Gambas project. I am happy > with the

[Gambas-user] SMTP Component

2014-02-26 Thread Nigel Verity
Hi I am planning to use the SMTP component in a new Gambas project. I am happy with the basic functionality but the documentation states that if the "Host" property is left blank the messages are sent to "localhost" instead of a designated SMTP server. Does anybody know where on my local machi