SMTP authorisation.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 30 Dec 2014 13:07:39 +0200
changeset 1185 fe95fd8f763b
parent 1184 43925b28ed73
child 1186 ff1145717171
SMTP authorisation.
.emacs-post
--- a/.emacs-post	Fri Dec 19 22:50:14 2014 +0200
+++ b/.emacs-post	Tue Dec 30 13:07:39 2014 +0200
@@ -2,9 +2,13 @@
 ;;
 ;; For load order see README.
 
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+
 ;; (require 'cygwin-mount)
 ;; (cygwin-mount-activate)
 
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+
 ;; (when (featurep 'jabber)
 ;;   (setq jabber-account-list
 ;;         '(
@@ -23,8 +27,16 @@
 ;;   (jabber-connect-all)
 ;;   )
 
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+
 ;; (setq etags-table-alist
 ;;       (list
 ;;        '(".*\\.\\([ch]\\|cpp\\|rc\\)" "c:/Program Files/Microsoft SDKs/Windows/v6.1/Include/TAGS")
 ;;        ))
 
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+
+;; (setq smtpmail-smtp-server "192.168.0.xxx")
+;; (setq smtpmail-smtp-service "25")
+;; (setq send-mail-function 'smtpmail-send-it)
+;; (setq message-send-mail-function 'smtpmail-send-it)