Displaying 4 results from an estimated 4 matches for "fromlineoverride".
2015 Oct 07
2
ssmtp config for gmail
I have tried to setup ssmtp to relay through gmail.
root=my gmail address
AuthUser=my gmail address
AuthPass=my password
FromLineOverride=YES
mailhub=smtp.gmail.com:587
UseSTARTTLS=YES
TLS_CA_FILE=/etc/pki/tls/certs/ca-bundle.crt
I get this error:
Authorization failed (534 5.7.14
https://support.google.com/mail/answer/78754 145sm16287775qhb.20 - gsmtp)
I am not using two step verification at this time. I can sign into my
account j...
2006 Feb 22
1
SV: Re: SV: Re: Fromstring when sending e-mail onrecievedvoicemail
It's fixed now.
In "/etc/mail/ssmtp.conf", this ("FromLineOverride=YES") line was commented out. Removing that comment did the trick :)
Now I only need to change the e-mail's title. Is that possible?
-----Opprinnelig melding-----
Fra: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] P? vegne av Barry Flanagan
Send...
2006 Feb 22
1
SV: Re: SV: Re: SV: Re: Fromstring when sending e-mailonrecievedvoicemail
...2. februar 2006 13:52
Til: Asterisk Users Mailing List - Non-Commercial Discussion
Emne: [Asterisk-Users] Re: SV: Re: SV: Re: Fromstring when sending e-mailonrecievedvoicemail
Arne Morten Johansen wrote:
> It's fixed now.
Great!
>
> In "/etc/mail/ssmtp.conf", this ("FromLineOverride=YES") line was commented out. Removing that comment did the trick :)
>
> Now I only need to change the e-mail's title. Is that possible?
>
Same way. In voicemail.conf: emailsubject and emailbody
; Change the from, body and/or subject, variables:
; VM_NAME, VM_DUR, VM_MSGNU...
2015 Oct 07
0
ssmtp config for gmail
> Date: Wednesday, October 07, 2015 10:39:00 -0400
> From: Jerry Geis <geisj at pagestation.com>
>
> I have tried to setup ssmtp to relay through gmail.
>
> root=my gmail address
> AuthUser=my gmail address
> AuthPass=my password
> FromLineOverride=YES
> mailhub=smtp.gmail.com:587
> UseSTARTTLS=YES
> TLS_CA_FILE=/etc/pki/tls/certs/ca-bundle.crt
>
> I get this error:
>
> Authorization failed (534 5.7.14
> https://support.google.com/mail/answer/78754 145sm16287775qhb.20 -
> gsmtp)
>
> I am not using two step...