bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-mailutils] how to configure mailrc file


From: Sergey Poznyakoff
Subject: Re: [bug-mailutils] how to configure mailrc file
Date: Fri, 11 Feb 2011 14:01:27 +0200

Hello,

My apologies for being late with the reply.

> my mailrc file contains only one line which is :
> 
> smtp://smtp.orange.fr; 

The correct way is:

set sendmail="smtp://smtp.orange.fr"

A short explanation: The `set' keyword assigns a value to the mail
variable. The variable "sendmail" keeps URL of the mail transport
agent. URL scheme "smtp://" implies using the SMTP protocol with the
given host (smtp.orange.fr).

Hope that helps.

Regards,
Sergey



reply via email to

[Prev in Thread] Current Thread [Next in Thread]