
26 Oct
2020
26 Oct
'20
3:33 p.m.
On Mon, Oct 26, 2020 at 02:19:42PM +0800, Wu Fengguang wrote:
+ ROBOT_EMAIL_ADDRESS_INTERNET + ROBOT_EMAIL_PASSWORD_INTERNET + SEND_MAIL_PORT_INTERNET
_INTERNET seems not suitable as *last part*. addr/passwd/port may be more suitable as last part.
How about removing _INTERNET?
For local email robot, prefix the vars with LOCAL_ like
LOCAL_SEND_MAIL_PORT
Of course it can be do like this I will fix it later Thanks Luan Shengde
Thanks, Fengguang