Hello,
I have read the relevant sections of the emacs manual hoping to get my emacs program set up to send email.
My ISP uses an SMTP server on port 465 and I have verified that the server is up and running by an nmap port scan. I have even inserted the IP number rather than the hostname address.
My machine is running FreeBSD 9 and is fully up to date.
This is the contents of my .emacs file:
When I C-C C-C to send the message, I get an error in the mini buffer that says:
I have tried to find the answer via google but no clear answer seems to be available. Is anyone able to help with this?
I have read the relevant sections of the emacs manual hoping to get my emacs program set up to send email.
My ISP uses an SMTP server on port 465 and I have verified that the server is up and running by an nmap port scan. I have even inserted the IP number rather than the hostname address.
My machine is running FreeBSD 9 and is fully up to date.
This is the contents of my .emacs file:
Code:
(setq send-mail-function 'smtpmail-send-it
smtp-starttls-credentials '(("62.254.26.195" 465 nil nil))
smtpmail-auth-credentials (expand-file-name "~/.authinfo"))
(setq smtpmail-smtp-server "62.254.26.195")
(setq smtpmail-smtp-service 465)
When I C-C C-C to send the message, I get an error in the mini buffer that says:
Code:
Process SMTP not running