Difference between revisions of "Talk:SSMTP"
(New page: Hi! Any idea, how to set UTF-8 encoding in a message?) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Hi! | Hi! | ||
Any idea, how to set UTF-8 encoding in a message? | Any idea, how to set UTF-8 encoding in a message? | ||
+ | |||
+ | |||
+ | alias for local users: | ||
+ | |||
+ | I had some issues because mail sent to local users were sent to e.g. git@gmail.com (which is obviously not my account). I finally figured out that adding | ||
+ | |||
+ | ''alias git git<username@gmail.com>'' | ||
+ | |||
+ | to the /etc/mail.rc would send these mails to username@gmail.com instead of git@gmail.com. Should this be added to the wiki perhaps? |
Revision as of 16:12, 4 November 2011
Hi! Any idea, how to set UTF-8 encoding in a message?
alias for local users:
I had some issues because mail sent to local users were sent to e.g. git@gmail.com (which is obviously not my account). I finally figured out that adding
alias git git<username@gmail.com>
to the /etc/mail.rc would send these mails to username@gmail.com instead of git@gmail.com. Should this be added to the wiki perhaps?